]> git.pld-linux.org Git - packages/squid.git/commitdiff
- cosmetics
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 13 Mar 2006 22:31:49 +0000 (22:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    squid.spec -> 1.243

squid.spec

index 31ed1e6f1b4a2c201108091a93c55498bbbafe7f..f268c541b413e3d69973ea93a0746ad16792afea 100644 (file)
@@ -559,9 +559,6 @@ rm -f $RPM_BUILD_ROOT/etc/squid/msntauth.conf.default \
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%triggerpostun -- squid < 7:2.5.STABLE7-5
-%addusertogroup stats squid
-
 %pre
 %groupadd -g 91 squid
 %useradd -o -u 91 -s /bin/false -g squid -c "SQUID http caching daemon" -d /var/cache/squid squid
@@ -577,7 +574,7 @@ fi
 
 /sbin/chkconfig --add squid
 if [ "$1" = "1" ]; then
-       /etc/rc.d/init.d/squid init >&2
+       /sbin/service squid init >&2
 fi
 %service squid restart
 
@@ -596,6 +593,9 @@ if [ "$1" = "0" ]; then
        %groupremove squid
 fi
 
+%triggerpostun -- squid < 7:2.5.STABLE7-5
+%addusertogroup stats squid
+
 %files
 %defattr(644,root,root,755)
 %doc CONTRIBUTORS COPYRIGHT CREDITS README ChangeLog QUICKSTART RELEASENOTES.html SPONSORS
This page took 0.031399 seconds and 4 git commands to generate.