SPECS: template-webapp.spec - update htpasswd file path

glen glen at pld-linux.org
Thu Feb 2 15:37:48 CET 2006


Author: glen                         Date: Thu Feb  2 14:37:48 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- update htpasswd file path

---- Files affected:
SPECS:
   template-webapp.spec (1.37 -> 1.38) 

---- Diffs:

================================================================
Index: SPECS/template-webapp.spec
diff -u SPECS/template-webapp.spec:1.37 SPECS/template-webapp.spec:1.38
--- SPECS/template-webapp.spec:1.37	Sat Jan  7 01:20:16 2006
+++ SPECS/template-webapp.spec	Thu Feb  2 15:37:43 2006
@@ -42,6 +42,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_sysconfdir}
+#install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_appdir}}
 
 #install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
 install config.conf $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
@@ -83,6 +84,8 @@
 		mv -f /etc/%{name}/$i.rpmsave %{_sysconfdir}/$i
 	fi
 done
+# update htpasswd path
+#sed -i -e 's,/etc/%{name},%{_webapps}/%{_webapp},' %{_webapps}/%{_webapp}/{apache,httpd}.conf
 
 # nuke very-old config location (this mostly for Ra)
 if [ -f /etc/httpd/httpd.conf ]; then
@@ -172,6 +175,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.38  2006/02/02 14:37:43  glen
+- update htpasswd file path
+
 Revision 1.37  2006/01/07 00:20:16  glen
 - use %service for $SKIP_SERVICE_RESTART to be consulted
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/template-webapp.spec?r1=1.37&r2=1.38&f=u



More information about the pld-cvs-commit mailing list