From 9dd01ff51ac83c62cd61cc062da6e7c1d491b8dd Mon Sep 17 00:00:00 2001 From: Erik Troan Date: Mon, 13 Oct 1997 18:54:42 +0000 Subject: 1) version 3.18 2) switched to new chkconfig which doesn't use database file --- initscripts.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'initscripts.spec') diff --git a/initscripts.spec b/initscripts.spec index 280c1d1c..9a7c7a41 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: inittab and /etc/rc.d scripts Name: initscripts -%define version 3.17 +%define version 3.18 Version: %{version} Copyright: GPL Group: Base @@ -231,12 +231,9 @@ if [ ! -f /var/log/wtmp ]; then touch /var/log/wtmp fi -chkconfig --add random 2345 20 80 "Saves and restores system entropy pool \ -for higher quality random number generation." -chkconfig --add nfsfs 345 15 95 "[Un]Mounts all Network File System (NFS) \ -mount points." -chkconfig --add network 345 10 97 "Activates/Deactivates all network \ -interfaces configured to start at boot time." +chkconfig --add random +chkconfig --add nfsfs +chkconfig --add network %postun if [ $1 = 0 ]; then -- cgit v1.2.1