diff options
Diffstat (limited to 'conf.d.BSD')
-rw-r--r-- | conf.d.BSD/moused | 8 | ||||
-rw-r--r-- | conf.d.BSD/powerd | 8 | ||||
-rw-r--r-- | conf.d.BSD/rarpd | 2 | ||||
-rw-r--r-- | conf.d.BSD/syscons | 10 |
4 files changed, 12 insertions, 16 deletions
diff --git a/conf.d.BSD/moused b/conf.d.BSD/moused index 2a7584ab..a9edab16 100644 --- a/conf.d.BSD/moused +++ b/conf.d.BSD/moused @@ -2,14 +2,10 @@ # Set to your mouse device psm[0-9] for PS/2 ports, ums[0-9] for USB ports # Leave blank to try to autodetect it -MOUSED_DEVICE="" +#moused_device="/dev/psm0" # Any additional arguments required -MOUSED_ARGS="" - -# If 0xd0-0xd3 default range is occupied in your language code table, specify -# alternative range start like MOUSECHAR_START="3", see vidcontrol(1) -MOUSECHAR_START="" +moused_args="" # You can also multiplex the init script for each device like so # ln -s moused /etc/init.d/moused.ums0 diff --git a/conf.d.BSD/powerd b/conf.d.BSD/powerd index ef45e5a4..df5fb700 100644 --- a/conf.d.BSD/powerd +++ b/conf.d.BSD/powerd @@ -1,7 +1,7 @@ # Mode allowed: maximum, minimum, adaptive # Default unless specified is adaptive -AC_MODE="maximum" -#BATTERY_MODE="minimum" +powerd_ac_mode="maximum" +#powerd_battery_mode="minimum" -# Addiditonal arguments for powerd -POWERD_OPTS="" +# Addiditonal arguments for powerd - see the man page for details +powerd_args="" diff --git a/conf.d.BSD/rarpd b/conf.d.BSD/rarpd index 37643f5e..60d71a45 100644 --- a/conf.d.BSD/rarpd +++ b/conf.d.BSD/rarpd @@ -1,3 +1,3 @@ # To start rarpd only for a given interface, set the # following variable. Otherwise we listen on all interfaces. -#RARPD_INTERFACE="rl0" +#rarpd_interface="rl0" diff --git a/conf.d.BSD/syscons b/conf.d.BSD/syscons index 9be8e35f..cd012df6 100644 --- a/conf.d.BSD/syscons +++ b/conf.d.BSD/syscons @@ -4,16 +4,16 @@ # NOTE:- This will blank the screen after this command is run # NOTE:- You can get more modes if you load the vesa kernel module, but this # may require the SC_PIXEL_MODE kernel option -#MODE="VGA_80x30" +#allscreen_flags="VGA_80x30" # Set the keymap to "uk.iso". -#KEYMAP="uk.iso" +#keymap="uk.iso" # Set the keyboard rate to 250ms delay, and 34 repeat rate. -#KEYRATE="250.34" +#keyrate="250.34" # Change the behaviour of F-unction keys (see kbdcontrol(1)). -#KEYCHANGE="10 'ssh myhost'" +#keychange="10 'ssh myhost'" # See vidcontrol(1) -t -#BLANKTIME="off" +#blanktime="off" |