[yum-cvs] yum-utils/updateonboot Makefile, NONE, 1.1 yum-updateonboot.init, 1.1, 1.2
Panu Matilainen
pmatilai at login.linux.duke.edu
Mon May 23 15:38:33 UTC 2005
Update of /home/groups/yum/cvs/yum-utils/updateonboot
In directory login:/tmp/cvs-serv16359/updateonboot
Modified Files:
yum-updateonboot.init
Added Files:
Makefile
Log Message:
- add Makefile for updateboot
- create a subpackage yum-updateonboot
- don't enable updateonboot by default on package install
--- NEW FILE Makefile ---
install:
mkdir -p $(DESTDIR)/etc/sysconfig
mkdir -p $(DESTDIR)/etc/rc.d/init.d
install -m 644 yum-updateonboot.sysconfig $(DESTDIR)/etc/sysconfig/yum-updateonboot
install -m 755 yum-updateonboot.init $(DESTDIR)/etc/rc.d/init.d/yum-updateonboot
Index: yum-updateonboot.init
===================================================================
RCS file: /home/groups/yum/cvs/yum-utils/updateonboot/yum-updateonboot.init,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- yum-updateonboot.init 22 Mar 2005 19:26:04 -0000 1.1
+++ yum-updateonboot.init 23 May 2005 15:38:31 -0000 1.2
@@ -2,7 +2,7 @@
#
# yum-updateonboot Updates rpms on the system at boot
#
-# chkconfig: 2345 25 75
+# chkconfig: - 25 75
# description: Runs 'yum update' at boot. Also calls 'yum groupinstall' for \
# specified groups
#
More information about the Yum-cvs-commits
mailing list