aboutsummaryrefslogtreecommitdiff
path: root/rc.single
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2011-03-26 16:31:57 -0400
committerTom Gundersen <teg@jklm.no>2011-03-29 20:09:59 +0000
commiteba1d8c146be5db20dc030eaee7a75c8ddec25eb (patch)
treed088845ffd879cb974c56eb71c421cc5305457b5 /rc.single
parent508b8e8dc48190ca009904048db0f3bde61c195e (diff)
downloadinitscripts-eba1d8c146be5db20dc030eaee7a75c8ddec25eb.tar.xz
whitespace cleanup
* adhere to a consistant vim modeline * use top-right/bottom-left braces for functions Signed-off-by: Dave Reisner <d@falconindy.com> Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'rc.single')
-rwxr-xr-xrc.single14
1 files changed, 7 insertions, 7 deletions
diff --git a/rc.single b/rc.single
index 4d22cf1..2420873 100755
--- a/rc.single
+++ b/rc.single
@@ -9,7 +9,7 @@
run_hook single_start
if [[ $PREVLEVEL != N ]]; then
- kill_everything single
+ kill_everything single
stat_busy "Starting UDev Daemon"
/sbin/udevd --daemon
stat_done
@@ -18,11 +18,11 @@ if [[ $PREVLEVEL != N ]]; then
# Trigger udev uevents
if /bin/pidof -o %PPID /sbin/udevd >/dev/null; then
- stat_busy "Triggering UDev uevents"
- /sbin/udevadm control --property=STARTUP=1
- /sbin/udevadm trigger --action=add --type=devices
- /sbin/udevadm trigger --action=add --type=subsystems
- stat_done
+ stat_busy "Triggering UDev uevents"
+ /sbin/udevadm control --property=STARTUP=1
+ /sbin/udevadm trigger --action=add --type=devices
+ /sbin/udevadm trigger --action=add --type=subsystems
+ stat_done
fi
# Wait for udev uevents
@@ -55,4 +55,4 @@ if [[ $RUNLEVEL = 1 ]]; then
fi
# End of file
-# vim: set ts=2 noet:
+# vim: set ts=2 sw=2 noet: