]> git.pld-linux.org Git - packages/apache1-mod_roaming.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_roaming.spec -> 1.14

apache1-mod_roaming.spec

index 2d3d6bd250b4eff7b788d311dad7e57013106f7c..3a125311cdcb4121cdae5d3d4f8890636abda7de 100644 (file)
@@ -128,7 +128,7 @@ if [ -f /etc/httpd/httpd.conf ] && ! grep -q "^Include.*mod_%{mod_name}.conf" /e
        echo "Include /etc/httpd/mod_%{mod_name}.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.092479 seconds and 4 git commands to generate.