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:
@@ -36,3 +36,5 @@ depend() {
|
||||
start_pre() {
|
||||
mkdir -p $(dirname $pidfile)
|
||||
}
|
||||
|
||||
# vim: set ts=4 :
|
||||
|
||||
@@ -41,3 +41,5 @@ reload() {
|
||||
start-stop-daemon --signal SIGHUP --pidfile "${pidfile}"
|
||||
eend $?
|
||||
}
|
||||
|
||||
# vim: set ts=4 :
|
||||
|
||||
@@ -31,3 +31,5 @@ name="Hardware Abstraction Layer Daemon"
|
||||
depend() {
|
||||
need dbus
|
||||
}
|
||||
|
||||
# vim: set ts=4 :
|
||||
|
||||
@@ -114,3 +114,5 @@ stop_post() {
|
||||
umount "${named_chroot}"/dev 2>/dev/null || true
|
||||
fi
|
||||
}
|
||||
|
||||
# vim: set ts=4 :
|
||||
|
||||
@@ -57,3 +57,5 @@ start_pre() {
|
||||
command_args="${command_args} -u ntpd:ntpd -i ${ntpd_chroot}"
|
||||
fi
|
||||
}
|
||||
|
||||
# vim: set ts=4 :
|
||||
|
||||
@@ -89,3 +89,5 @@ start_pre() {
|
||||
command_args="${command_args} --cd ${openvpn_dir}"
|
||||
fi
|
||||
}
|
||||
|
||||
# vim: set ts=4 :
|
||||
|
||||
@@ -31,3 +31,5 @@ name="PolicyKit Daemon"
|
||||
depend() {
|
||||
need dbus
|
||||
}
|
||||
|
||||
# vim: set ts=4 :
|
||||
|
||||
@@ -53,3 +53,5 @@ start_pre() {
|
||||
|
||||
${command} -t
|
||||
}
|
||||
|
||||
# vim: set ts=4 :
|
||||
|
||||
Reference in New Issue
Block a user