]> git.pld-linux.org Git - packages/cvs.git/commitdiff
- cvs-pserver pre/postinstall scripts use /etc/rc.d/init.d/rc-inetd reload
authorbszx <bszx@pld-linux.org>
Wed, 23 Aug 2000 06:15:28 +0000 (06:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
   now

Changed files:
    cvs.spec -> 1.45

cvs.spec

index d178c56360a58ea830b653a3f1365c3876b058c5..682e002e573f53efe4b3c71bee0295e854a359a4 100644 (file)
--- a/cvs.spec
+++ b/cvs.spec
@@ -149,7 +149,7 @@ if [ "$1" = 1 ]; then
        chown -R cvs.cvs /home/cvsroot/CVSROOT
 fi
 if [ -f /var/lock/subsys/rc-inetd ]; then
-       /etc/rc.d/init.d/rc-inetd restart
+       /etc/rc.d/init.d/rc-inetd reload
 fi
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
@@ -159,7 +159,7 @@ if [ "$1" = "0" ]; then
        %{_sbindir}/userdel cvs 2>/dev/null
        %{_sbindir}/groupdel cvs 2>/dev/null
        if [ -f /var/lock/subsys/rc-inetd ]; then
-               /etc/rc.d/init.d/rc-inetd restart
+               /etc/rc.d/init.d/rc-inetd reload
        fi
 fi
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
This page took 0.041765 seconds and 4 git commands to generate.