]> git.pld-linux.org Git - packages/cvs-nserver.git/commitdiff
- moved rc-inetd reloading to %post
authorwojrus <wojrus@pld-linux.org>
Sat, 20 Jul 2002 08:54:44 +0000 (08:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cvs-nserver.spec -> 1.31

cvs-nserver.spec

index 5082a4df4f23f314f8bb27e3864c5b377da35440..71f1f903e922592f8a6dfd79c94a7ad2477c21fe 100644 (file)
@@ -201,6 +201,8 @@ if [ "$1" = 1 ]; then
        %{_bindir}/cvs -d :local:%{_cvsroot} init
        chown -R cvsadmin.cvsadmin %{_cvsroot}/CVSROOT
 fi
+
+%post
 if [ -f /var/lock/subsys/rc-inetd ]; then
         /etc/rc.d/init.d/rc-inetd reload
 fi
This page took 0.064969 seconds and 4 git commands to generate.