From: Michael Tremer Date: Thu, 16 Oct 2008 10:34:17 +0000 (+0000) Subject: Removed initscripts that are not yet in the new LSB format. X-Git-Tag: v3.0-alpha1~544 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5101fac13de2ae631b63bca0f6a61d2be9915b72;p=ipfire-3.x.git Removed initscripts that are not yet in the new LSB format. --- diff --git a/lfs/initscripts b/lfs/initscripts index 2afc7f318..723328f92 100644 --- a/lfs/initscripts +++ b/lfs/initscripts @@ -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/; \