diff options
author | Roy Marples <roy@marples.name> | 2007-12-14 20:09:53 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-12-14 20:09:53 +0000 |
commit | afdcf1fa158e9833c163068f77e88d21ba0e3225 (patch) | |
tree | c170f21fb6be2dc278e2554c4ae7595f1738d1a4 /init.d.misc | |
parent | 584cea1f8e0d2aa21f75c273159608d9ee35cda5 (diff) |
udev requires try function and the modules-update program should take care of any 2.4 vs 2.6 kernel issues. Also add vim instructions to a few files.
Diffstat (limited to 'init.d.misc')
-rw-r--r-- | init.d.misc/dbus | 2 | ||||
-rw-r--r-- | init.d.misc/dnsmasq | 2 | ||||
-rw-r--r-- | init.d.misc/hald | 2 | ||||
-rw-r--r-- | init.d.misc/named | 2 | ||||
-rw-r--r-- | init.d.misc/ntpd | 2 | ||||
-rwxr-xr-x | init.d.misc/openvpn | 2 | ||||
-rw-r--r-- | init.d.misc/polkitd | 2 | ||||
-rw-r--r-- | init.d.misc/sshd | 2 |
8 files changed, 16 insertions, 0 deletions
diff --git a/init.d.misc/dbus b/init.d.misc/dbus index 3ac4ed40..be707f89 100644 --- a/init.d.misc/dbus +++ b/init.d.misc/dbus @@ -36,3 +36,5 @@ depend() { start_pre() { mkdir -p $(dirname $pidfile) } + +# vim: set ts=4 : diff --git a/init.d.misc/dnsmasq b/init.d.misc/dnsmasq index 05e75d59..960c5fae 100644 --- a/init.d.misc/dnsmasq +++ b/init.d.misc/dnsmasq @@ -41,3 +41,5 @@ reload() { start-stop-daemon --signal SIGHUP --pidfile "${pidfile}" eend $? } + +# vim: set ts=4 : diff --git a/init.d.misc/hald b/init.d.misc/hald index 09a63804..e6a9b2d2 100644 --- a/init.d.misc/hald +++ b/init.d.misc/hald @@ -31,3 +31,5 @@ name="Hardware Abstraction Layer Daemon" depend() { need dbus } + +# vim: set ts=4 : diff --git a/init.d.misc/named b/init.d.misc/named index 901502a7..1b8f1906 100644 --- a/init.d.misc/named +++ b/init.d.misc/named @@ -114,3 +114,5 @@ stop_post() { umount "${named_chroot}"/dev 2>/dev/null || true fi } + +# vim: set ts=4 : diff --git a/init.d.misc/ntpd b/init.d.misc/ntpd index 28ca5b1a..de1ccb38 100644 --- a/init.d.misc/ntpd +++ b/init.d.misc/ntpd @@ -57,3 +57,5 @@ start_pre() { command_args="${command_args} -u ntpd:ntpd -i ${ntpd_chroot}" fi } + +# vim: set ts=4 : diff --git a/init.d.misc/openvpn b/init.d.misc/openvpn index bdc9558f..591464c7 100755 --- a/init.d.misc/openvpn +++ b/init.d.misc/openvpn @@ -89,3 +89,5 @@ start_pre() { command_args="${command_args} --cd ${openvpn_dir}" fi } + +# vim: set ts=4 : diff --git a/init.d.misc/polkitd b/init.d.misc/polkitd index 63f1082b..c1e336e0 100644 --- a/init.d.misc/polkitd +++ b/init.d.misc/polkitd @@ -31,3 +31,5 @@ name="PolicyKit Daemon" depend() { need dbus } + +# vim: set ts=4 : diff --git a/init.d.misc/sshd b/init.d.misc/sshd index 5e99cf7b..4a050617 100644 --- a/init.d.misc/sshd +++ b/init.d.misc/sshd @@ -53,3 +53,5 @@ start_pre() { ${command} -t } + +# vim: set ts=4 : |