SPECS: distcc.spec, vm-pop3d.spec - unify rc-inet reload (for serv...
glen
glen at pld-linux.org
Tue Mar 14 00:29:26 CET 2006
Author: glen Date: Mon Mar 13 23:29:26 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- unify rc-inet reload (for services)
---- Files affected:
SPECS:
distcc.spec (1.92 -> 1.93) , vm-pop3d.spec (1.22 -> 1.23)
---- Diffs:
================================================================
Index: SPECS/distcc.spec
diff -u SPECS/distcc.spec:1.92 SPECS/distcc.spec:1.93
--- SPECS/distcc.spec:1.92 Fri Feb 24 16:35:49 2006
+++ SPECS/distcc.spec Tue Mar 14 00:29:21 2006
@@ -176,7 +176,9 @@
%service -q rc-inetd reload
%postun inetd
-%service -q rc-inetd reload
+if [ "$1" = 0 ]; then
+ %service -q rc-inetd reload
+fi
%post standalone
/sbin/chkconfig --add distcc
@@ -230,6 +232,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.93 2006/03/13 23:29:21 glen
+- unify rc-inet reload (for services)
+
Revision 1.92 2006/02/24 15:35:49 glen
- use %service
================================================================
Index: SPECS/vm-pop3d.spec
diff -u SPECS/vm-pop3d.spec:1.22 SPECS/vm-pop3d.spec:1.23
--- SPECS/vm-pop3d.spec:1.22 Tue Mar 14 00:00:04 2006
+++ SPECS/vm-pop3d.spec Tue Mar 14 00:29:21 2006
@@ -151,11 +151,11 @@
rm -rf $RPM_BUILD_ROOT
%post inetd
-%service -q rc-inetd restart
+%service -q rc-inetd reload
%postun inetd
if [ "$1" = "0" ]; then
- %service -q rc-inetd restart
+ %service -q rc-inetd reload
fi
%post standalone
@@ -189,6 +189,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.23 2006/03/13 23:29:21 glen
+- unify rc-inet reload (for services)
+
Revision 1.22 2006/03/13 23:00:04 glen
- use %service, fixed broken upgrade, rel 4
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/distcc.spec?r1=1.92&r2=1.93&f=u
http://cvs.pld-linux.org/SPECS/vm-pop3d.spec?r1=1.22&r2=1.23&f=u
More information about the pld-cvs-commit
mailing list