]> git.pld-linux.org Git - packages/apache1-mod_dav.git/commitdiff
- fix improper usage of %%{_sysconfdir}
authorankry <ankry@pld-linux.org>
Sat, 7 Dec 2002 14:32:49 +0000 (14:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_dav.spec -> 1.24

apache1-mod_dav.spec

index 4e6b710598e6ef53f950ef2c3a04cef4e581310d..f8743df8ea282ee8ac7a3cebe2480dd907ca0ac1 100644 (file)
@@ -157,7 +157,7 @@ if [ -f /etc/httpd/httpd.conf ] && ! grep -q "^Include.*mod_dav.conf" /etc/httpd
        echo "Include /etc/httpd/mod_dav.conf" >> /etc/httpd/httpd.conf
 fi
 if [ -f /var/lock/subsys/httpd ]; then
-       %{_sysconfdir}/rc.d/init.d/httpd restart 1>&2
+       /etc/rc.d/init.d/httpd restart 1>&2
 fi
 
 %preun
This page took 0.034691 seconds and 4 git commands to generate.