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.

This commit is contained in:
Roy Marples
2007-12-14 20:09:53 +00:00
parent 584cea1f8e
commit afdcf1fa15
19 changed files with 50 additions and 44 deletions

View File

@@ -36,3 +36,5 @@ depend() {
start_pre() {
mkdir -p $(dirname $pidfile)
}
# vim: set ts=4 :

View File

@@ -41,3 +41,5 @@ reload() {
start-stop-daemon --signal SIGHUP --pidfile "${pidfile}"
eend $?
}
# vim: set ts=4 :

View File

@@ -31,3 +31,5 @@ name="Hardware Abstraction Layer Daemon"
depend() {
need dbus
}
# vim: set ts=4 :

View File

@@ -114,3 +114,5 @@ stop_post() {
umount "${named_chroot}"/dev 2>/dev/null || true
fi
}
# vim: set ts=4 :

View File

@@ -57,3 +57,5 @@ start_pre() {
command_args="${command_args} -u ntpd:ntpd -i ${ntpd_chroot}"
fi
}
# vim: set ts=4 :

View File

@@ -89,3 +89,5 @@ start_pre() {
command_args="${command_args} --cd ${openvpn_dir}"
fi
}
# vim: set ts=4 :

View File

@@ -31,3 +31,5 @@ name="PolicyKit Daemon"
depend() {
need dbus
}
# vim: set ts=4 :

View File

@@ -53,3 +53,5 @@ start_pre() {
${command} -t
}
# vim: set ts=4 :