rpms/kexec-tools/devel kdump.init, 1.7, 1.8 kexec-tools.spec, 1.17, 1.18

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Mar 8 20:39:26 UTC 2006


Author: notting

Update of /cvs/dist/rpms/kexec-tools/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv7973

Modified Files:
	kdump.init kexec-tools.spec 
Log Message:
don't run by default, but do run chkconfig --add (#183633)



Index: kdump.init
===================================================================
RCS file: /cvs/dist/rpms/kexec-tools/devel/kdump.init,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- kdump.init	7 Mar 2006 18:50:02 -0000	1.7
+++ kdump.init	8 Mar 2006 20:39:23 -0000	1.8
@@ -9,7 +9,7 @@
 #
 #  Copyright 2005 Red Hat, Inc.
 #
-#  chkconfig: 2345 20 80
+#  chkconfig: - 20 80
 #
 #  Author:  Jeff Moyer <jmoyer at redhat.com>
 


Index: kexec-tools.spec
===================================================================
RCS file: /cvs/dist/rpms/kexec-tools/devel/kexec-tools.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- kexec-tools.spec	8 Mar 2006 15:33:52 -0000	1.17
+++ kexec-tools.spec	8 Mar 2006 20:39:23 -0000	1.18
@@ -1,6 +1,6 @@
 Name: kexec-tools
 Version: 1.101
-Release: 15
+Release: 16
 License: GPL
 Group: Applications/System
 Summary: The kexec/kdump userspace component.
@@ -69,10 +69,7 @@
 KDUMP_COMMANDLINE=`echo $KDUMP_COMMANDLINE | sed -e 's/crashkernel=[0-9]\+M@[0-9]\+M//g'`
 export KDUMP_COMMANDLINE
 sed -i -e "s|REPLACEME|$KDUMP_COMMANDLINE irqpoll|g" /etc/sysconfig/kdump
-
-# No longer add kdump service by default, let the user add it manually
-# to avoid everyone to see a warning.
-# chkconfig --add kdump
+/sbin/chkconfig --add kdump
 
 %postun
 
@@ -99,6 +96,10 @@
 %doc TODO
 
 %changelog
+* Wed Mar 08 2006 Bill Nottingham <notting at redhat.com> - 1.101-16
+- fix scriptlet - call chkconfig --add, change the default in the
+  script itself (#183633)
+
 * Wed Mar 08 2006 Thomas Graf <tgraf at redhat.com> - 1.101-15
 - Don't add kdump service by default, let the user manually add it to
   avoid everyone seeing a warning.




More information about the fedora-cvs-commits mailing list