]> git.pld-linux.org Git - packages/boa.git/commitdiff
- fixed typo in init-script
authorPaweł Gołaszewski <blues@pld-linux.org>
Sun, 23 Dec 2001 00:06:07 +0000 (00:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    boa.spec -> 1.41

boa.spec

index e028fe7af2377a0856a33dc0c51e6ffede4d2e94..edc63569d8f4f2a6b87f43eb0d46d4399be0544f 100644 (file)
--- a/boa.spec
+++ b/boa.spec
@@ -116,8 +116,8 @@ fi
 %post
 /sbin/chkconfig --add %{name}
 
-if [ -f /var/lock/subsys/httpd ]; then
-        /etc/rc.d/init.d/httpd restart 1>&2
+if [ -f /var/lock/subsys/boa ]; then
+        /etc/rc.d/init.d/boa restart 1>&2
 else
         echo "Run \"/etc/rc.d/init.d/boa start\" to start boa http daemon."
 fi
This page took 0.097331 seconds and 4 git commands to generate.