mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
6c225cc395
o Maintainer (with the previous maintainer's approval) o beep patch (Thanks to nabe@mobile.icc.titech.ac.jp!) o selectable Kon font size at make time. o modification for non-default PREFIX PR: ports/7878 Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
--- kon.cfg.FreeBSD.orig Fri Jan 24 02:17:34 1997
|
|
+++ kon.cfg.FreeBSD Wed Sep 2 22:24:15 1998
|
|
@@ -115,8 +115,11 @@
|
|
|
|
# Startup command definition (usually font loading commands are specified)
|
|
-bdf-zcat:Startup
|
|
+bdf-zcat16:@@KON16FONT@@
|
|
- gzip -cd /usr/local/lib/fonts/k14.bdf.gz | /usr/local/bin/fld -t bdf -n
|
|
- gzip -cd /usr/local/lib/fonts/7x14rk.bdf.gz | /usr/local/bin/fld -t bdf -n
|
|
+ gzip -cd @@PREFIX@@/share/fonts/bdf/jiskan16.bdf.gz | /usr/local/bin/fld -t bdf -n
|
|
+ gzip -cd @@PREFIX@@/share/fonts/bdf/8x16rk.bdf.gz | /usr/local/bin/fld -t bdf -n
|
|
+bdf-zcat14:@@KON14FONT@@
|
|
+ gzip -cd @@PREFIX@@/share/fonts/bdf/k14.bdf.gz | /usr/local/bin/fld -t bdf -n
|
|
+ gzip -cd @@PREFIX@@/share/fonts/bdf/7x14rk.bdf.gz | /usr/local/bin/fld -t bdf -n
|
|
minix:
|
|
/usr/bin/fld.minix -n /usr/share/fonts/publicfont.ank
|
|
/usr/bin/fld.minix -n /usr/share/fonts/publicfont.k14
|
|
@@ -143,13 +143,13 @@
|
|
# Mouse type definition. Choose one of: Microsoft,
|
|
# MouseSystems, BusMouse, MMSeries, Logitech, or None.
|
|
Mouse:
|
|
- None
|
|
+ MouseSystems
|
|
# Mouse baud rate
|
|
MouseBaud:
|
|
1200
|
|
# Mouse device file name
|
|
MouseDev:
|
|
- /dev/mouse
|
|
+ /dev/sysmouse
|
|
|
|
# Use hard scroll
|
|
HardScroll:
|