summaryrefslogtreecommitdiff
path: root/conf.d
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2012-01-22 01:17:42 +0100
committerChristian Ruppert <idl0r@gentoo.org>2012-01-22 01:17:42 +0100
commit2990e5a2e3ec06180ebe63448239e1cdad7878dd (patch)
treef8710a522ca6cbb9bc9e6c5a6f0cdfed0ee47d9c /conf.d
parent85c90f9a1d6163c97e22570b7405be78b556626c (diff)
downloadopenrc-2990e5a2e3ec06180ebe63448239e1cdad7878dd.tar.gz
openrc-2990e5a2e3ec06180ebe63448239e1cdad7878dd.tar.bz2
openrc-2990e5a2e3ec06180ebe63448239e1cdad7878dd.tar.xz
Whitespace
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/adjkerntz6
-rw-r--r--conf.d/hwclock8
-rw-r--r--conf.d/keymaps2
-rw-r--r--conf.d/moused2
4 files changed, 9 insertions, 9 deletions
diff --git a/conf.d/adjkerntz b/conf.d/adjkerntz
index 4dab74f..b7291cd 100644
--- a/conf.d/adjkerntz
+++ b/conf.d/adjkerntz
@@ -1,10 +1,10 @@
# Set CLOCK to "UTC" if your system clock is set to UTC (also known as
-# Greenwich Mean Time). If your clock is set to the local time, then
-# set CLOCK to "local". Note that if you dual boot with Windows, then
+# Greenwich Mean Time). If your clock is set to the local time, then
+# set CLOCK to "local". Note that if you dual boot with Windows, then
# you should set it to "local".
clock="UTC"
-# If you want to set the Hardware Clock to the current System Time
+# If you want to set the Hardware Clock to the current System Time
# during shutdown, then say "YES" here.
# You normally don't need to do this if you run a ntp daemon.
clock_systohc="NO"
diff --git a/conf.d/hwclock b/conf.d/hwclock
index 4e66ff9..a94cdb2 100644
--- a/conf.d/hwclock
+++ b/conf.d/hwclock
@@ -1,10 +1,10 @@
# Set CLOCK to "UTC" if your Hardware Clock is set to UTC (also known as
-# Greenwich Mean Time). If that clock is set to the local time, then
-# set CLOCK to "local". Note that if you dual boot with Windows, then
+# Greenwich Mean Time). If that clock is set to the local time, then
+# set CLOCK to "local". Note that if you dual boot with Windows, then
# you should set it to "local".
clock="UTC"
-# If you want to set the Hardware Clock to the current System Time
+# If you want to set the Hardware Clock to the current System Time
# (software clock) during shutdown, then say "YES" here.
# You normally don't need to do this if you run a ntp daemon.
clock_systohc="NO"
@@ -16,7 +16,7 @@ clock_systohc="NO"
# never be saved to the hardware clock unless you set
# clock_systohc="YES" above.
clock_hctosys="YES"
-
+
# If you wish to pass any other arguments to hwclock during bootup,
# you may do so here. Alpha users may wish to use --arc or --srm here.
clock_args=""
diff --git a/conf.d/keymaps b/conf.d/keymaps
index 1a5b944..f2431de 100644
--- a/conf.d/keymaps
+++ b/conf.d/keymaps
@@ -12,7 +12,7 @@ windowkeys="NO"
extended_keymaps=""
#extended_keymaps="backspace keypad euro2"
-# Tell dumpkeys(1) to interpret character action codes to be
+# Tell dumpkeys(1) to interpret character action codes to be
# from the specified character set.
# This only matters if you set unicode="yes" in /etc/rc.conf.
# For a list of valid sets, run `dumpkeys --help`
diff --git a/conf.d/moused b/conf.d/moused
index a9d2d40..2d9bf77 100644
--- a/conf.d/moused
+++ b/conf.d/moused
@@ -11,6 +11,6 @@
# You can also multiplex the init script for each device like so
# ln -s moused /etc/init.d/moused.ums0
-# This enables you to have a config file per mouse (forces moused_device
+# This enables you to have a config file per mouse (forces moused_device
# to ums0 in this case) and control each mouse.
# devd can also start and stop these mice, which laptop users will find handy.