]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - rc-scripts.spec.in
killall is now chkconfig ready.
[projects/rc-scripts.git] / rc-scripts.spec.in
index 5598283ed36971c504a7bd07f6006581f5c688ab..d6c58a1f2a1dc3827fd3fc5253b259b63499f708 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: rc-scripts.spec.in,v 1.24 1999/08/14 11:56:41 misiek Exp $
+# $Id: rc-scripts.spec.in,v 1.25 1999/08/16 09:38:39 misiek Exp $
 Summary:       inittab and /etc/rc.d scripts
 Summary(de):   inittab und /etc/rc.d Scripts
 Summary(fr):   inittab et scripts /etc/rc.d
@@ -81,7 +81,7 @@ gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/* \
        doc/*.txt 
 
 %post
-for i in  halt random reboot single  network nfsfs allowlogin
+for i in  halt random reboot single network nfsfs allowlogin killall
        do /sbin/chkconfig --add $i
 done 
 if [ -f /etc/inittab.rpmsave ]; then
@@ -91,12 +91,6 @@ if [ -f /etc/inittab.rpmsave ]; then
        echo "/etc/inittab.rpmsave renamed to /etc/inittab."
        mv /etc/inittab.rpmsave /etc/inittab
 fi
-for l in /etc/sysconfig/network-scripts/ifcfg-* ; do 
-  if [ -f "$l" ] ; then
-    NEWNAME=`basename $l`
-    [ -f /etc/sysconfig/interfaces/$NEWNAME ] || cp $l /etc/sysconfig/interfaces/$NEWNAME
-  fi
-done
 
 %preun
 if [ "$1" = "0" ]; then
This page took 0.027024 seconds and 4 git commands to generate.