summaryrefslogtreecommitdiffstats
path: root/initrd/distro-specs/suse/functions-9.3
diff options
context:
space:
mode:
Diffstat (limited to 'initrd/distro-specs/suse/functions-9.3')
-rw-r--r--initrd/distro-specs/suse/functions-9.312
1 files changed, 6 insertions, 6 deletions
diff --git a/initrd/distro-specs/suse/functions-9.3 b/initrd/distro-specs/suse/functions-9.3
index 88fa7f59..f9d2ef63 100644
--- a/initrd/distro-specs/suse/functions-9.3
+++ b/initrd/distro-specs/suse/functions-9.3
@@ -35,8 +35,8 @@ done
# second stop
# function for ntp configuration
config_ntp () {
-local start=$1
-local stop=$2
+local start="07"
+local stop="14"
if [ -f /mnt/etc/init.d/ntp ] ; then
strinfile "ntp:" /mnt/etc/passwd || \
echo -e "ntp:x:74:65534:NTP daemon:/var/lib/ntp:/bin/false" \
@@ -56,7 +56,7 @@ fi
# function for atd
config_atd () {
if [ "x$start_atd" = "xyes" ]; then
- rllinker "atd" "$1" "$2"
+ rllinker "atd" "14" "04"
fi
}
@@ -88,7 +88,7 @@ if [ "x$start_syslog" = "xyes" ] ; then
sed -e "s,.*dhcp/dev.*,," -e "s,.*named/dev.*,," \
/mnt/etc/syslog-ng/syslog-ng.conf >> /etc/syslog-ng.conf
cp /etc/syslog-ng.conf /mnt/etc/syslog-ng/syslog-ng.conf
- rllinker syslog "$1" "$2"
+ rllinker syslog "02" "20"
fi
fi
}
@@ -98,7 +98,7 @@ config_sshd () {
if [ "x$start_sshd" = "xyes" ] ; then
if [ -f /mnt/etc/init.d/sshd ] ; then
testmkd /mnt/var/lib/sshd; testmkd /mnt/var/lib/empty
- rllinker "sshd" "$1" "$2"
+ rllinker "sshd" "12" "10"
fi
fi
}
@@ -107,7 +107,7 @@ fi
config_snmp () {
if [ "x$start_snmp" = "xyes" ] ; then
if [ -f /mnt/etc/init.d/snmpd ] ; then
- rllinker "snmpd" "$1" "$2"
+ rllinker "snmpd" "24" "02"
testmkd /mnt/var/lib/net-snmp >/dev/null 2>&1
fi
# fixme!!