[yum-cvs] yum yum.spec,1.74,1.75
Jeremy Katz
katzj at linux.duke.edu
Tue Jun 27 21:16:47 UTC 2006
Update of /home/groups/yum/cvs/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv23234
Modified Files:
yum.spec
Log Message:
i can do shell... relaly...
Index: yum.spec
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum.spec,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- yum.spec 27 Jun 2006 21:10:43 -0000 1.74
+++ yum.spec 27 Jun 2006 21:16:45 -0000 1.75
@@ -56,13 +56,13 @@
%post updatesd
/sbin/chkconfig --add yum-updatesd
-/sbin/service yum-updatesd condrestart 2>/dev/null
+/sbin/service yum-updatesd condrestart >/dev/null 2>&1
exit 0
%preun updatesd
if [ $1 = 0 ]; then
/sbin/chkconfig --del yum-updatesd
- /sbin/service yum-updatesd stop 2>/dev/null
+ /sbin/service yum-updatesd stop >/dev/null 2>&1
fi
exit 0
More information about the Yum-cvs-commits
mailing list