]> git.pld-linux.org Git - packages/autolog.git/commitdiff
- fixed typos in %%post & %%preun
authorTomek Orzechowski <orzech@pld-linux.org>
Mon, 5 Nov 2001 22:22:41 +0000 (22:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    autolog.spec -> 1.26

autolog.spec

index 89221a4604a66feb3a4f97efc4932de801127ef1..b5f08bd43868fe7389bd3069a7a78c876919b23e 100644 (file)
@@ -50,7 +50,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %post
 /sbin/chkconfig --add autolog
-if [ -f /var/lock/subsys/autolog ]; then
+if [ -f /var/lock/subsys/autolog ]; then
        /etc/rc.d/init.d/autolog restart >&2
 else
        echo "Run \"/etc/rc.d/init.d/autolog start\" to activate autolog."
@@ -58,7 +58,7 @@ fi
 
 %preun
 if [ "$1" = "0" ]; then
-       if [ -f /var/lock/subsys/autolog ]; then
+       if [ -f /var/lock/subsys/autolog ]; then
                /etc/rc.d/init.d/autolog stop >&2
        fi
        /sbin/chkconfig --del autolog
This page took 0.089194 seconds and 4 git commands to generate.