|
@@ -4,6 +4,8 @@
|
|
# Based on Debian's script /etc/init.d/sysfsutils by
|
|
# Based on Debian's script /etc/init.d/sysfsutils by
|
|
# Martin Pitt <[email protected]>
|
|
# Martin Pitt <[email protected]>
|
|
|
|
|
|
|
|
+START=11
|
|
|
|
+
|
|
load_conffile() {
|
|
load_conffile() {
|
|
FILE="$1"
|
|
FILE="$1"
|
|
sed 's/#.*$//; /^[[:space:]]*$/d;
|
|
sed 's/#.*$//; /^[[:space:]]*$/d;
|
|
@@ -39,7 +41,6 @@ load_conffile() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-START=11
|
|
|
|
start() {
|
|
start() {
|
|
for file in /etc/sysfs.conf /etc/sysfs.d/*.conf; do
|
|
for file in /etc/sysfs.conf /etc/sysfs.d/*.conf; do
|
|
[ -r "$file" ] || continue
|
|
[ -r "$file" ] || continue
|