]> git.pld-linux.org Git - packages/apache.git/commitdiff
- add some symlinks to avoid -f everytime
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 26 Mar 2004 12:31:35 +0000 (12:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.spec -> 1.292

apache.spec

index 048fe725da0fdab795b58a36942b47b020b9a4f8..fba2e60ce6903cae1318a5649889f25ea45a33b0 100644 (file)
@@ -772,7 +772,7 @@ install -d $RPM_BUILD_ROOT/etc/{logrotate.d,rc.d/init.d,sysconfig} \
 
 for mpm in %{?with_metuxmpm:metuxmpm} perchild worker; do
        install buildmpm-${mpm}/httpd.${mpm} $RPM_BUILD_ROOT%{_sbindir}/httpd.${mpm}
-       ln -s httpd.conf $RPM_BUILD_ROOT%{_sysconfdir}/httpd.${mpm}
+       ln -s httpd.conf $RPM_BUILD_ROOT%{_sysconfdir}/httpd.${mpm}.conf
 done
 
 ln -s httpd.prefork $RPM_BUILD_ROOT%{_sbindir}/httpd
This page took 1.124384 seconds and 4 git commands to generate.