]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Removed initscripts that are not yet in the new LSB format.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 16 Oct 2008 10:34:17 +0000 (10:34 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 16 Oct 2008 10:34:17 +0000 (10:34 +0000)
lfs/initscripts

index 2afc7f318c4e66582702f093cd8b9147445a77a5..723328f922a5f91f9ffb8882c055d90d8fcf756f 100644 (file)
@@ -36,24 +36,19 @@ SCRIPTS = \
        checkfs \
        cleanfs \
        console \
-       dhcp \
-       fcron \
        haldaemon \
        halt \
        localnet \
        messagebus \
-       mISDN \
        modules \
        mountfs \
        mountkernfs \
        network \
        ntpd \
        openldap \
-       random \
        reboot \
        sendsignals \
        setclock \
-       sshd \
        swap \
        sysctl \
        sysklogd \
@@ -97,9 +92,7 @@ $(TARGET) :
        install -m 644 $(DIR_APP)/lsb/manage-functions /lib/lsb/
        install -m 644 $(DIR_APP)/etc/lsb-config /etc/lsb/
 
-       cd /etc/init.d && for i in $(SCRIPTS); do \
-               sleep 1; install_initd $$i; \
-       done
+       cd /etc/init.d && install_initd -v $(SCRIPTS)
 
        for i in $(DIR_SRC)/src/initscripts/sysconfig/*; do \
                install -v -m 644 $$i /etc/sysconfig/; \