summaryrefslogtreecommitdiff
path: root/conf.d.BSD
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-11-23 12:04:11 +0000
committerRoy Marples <roy@marples.name>2007-11-23 12:04:11 +0000
commitd81def80b00a3dbcb4f8980f4503c4d659b48a2a (patch)
tree64a5df4281620cacbc1f03838d42e88167886fc9 /conf.d.BSD
parentf077f179edaeb746b267421baa29ec751c38b713 (diff)
downloadopenrc-d81def80b00a3dbcb4f8980f4503c4d659b48a2a.tar.gz
openrc-d81def80b00a3dbcb4f8980f4503c4d659b48a2a.tar.bz2
openrc-d81def80b00a3dbcb4f8980f4503c4d659b48a2a.tar.xz
Move /etc/conf.d/rc to /etc/rc.conf.
Lowercase all configurable variables, non configurations remain uppercase. Replace rc_env_bool with rc_yesno. Split localmount info procfs (Linux) and dumpon, savecore (BSD)
Diffstat (limited to 'conf.d.BSD')
-rw-r--r--conf.d.BSD/moused8
-rw-r--r--conf.d.BSD/powerd8
-rw-r--r--conf.d.BSD/rarpd2
-rw-r--r--conf.d.BSD/syscons10
4 files changed, 12 insertions, 16 deletions
diff --git a/conf.d.BSD/moused b/conf.d.BSD/moused
index 2a7584a..a9edab1 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 ef45e5a..df5fb70 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 37643f5..60d71a4 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 9be8e35..cd012df 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"