SPECS: ldap-account-manager.spec - use lam alias

paszczus paszczus at pld-linux.org
Tue May 20 19:22:53 CEST 2008


Author: paszczus                     Date: Tue May 20 17:22:53 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use lam alias

---- Files affected:
SPECS:
   ldap-account-manager.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: SPECS/ldap-account-manager.spec
diff -u SPECS/ldap-account-manager.spec:1.12 SPECS/ldap-account-manager.spec:1.13
--- SPECS/ldap-account-manager.spec:1.12	Tue May 20 19:17:50 2008
+++ SPECS/ldap-account-manager.spec	Tue May 20 19:22:48 2008
@@ -76,7 +76,7 @@
 %setup -q
 
 cat > apache.conf <<'EOF'
-Alias /%{name} %{_appdir}
+Alias /%{_name} %{_appdir}
 <Directory %{_appdir}>
 	Allow from all
 </Directory>
@@ -84,7 +84,7 @@
 
 cat > lighttpd.conf <<'EOF'
 alias.url += (
-    "/%{name}" => "%{_appdir}",
+    "/%{_name}" => "%{_appdir}",
 )
 EOF
 
@@ -155,6 +155,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2008-05-20 17:22:48  paszczus
+- use lam alias
+
 Revision 1.12  2008-05-20 17:17:50  paszczus
 - updated to 2.3.0
 - TODO almost finished (webapps)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ldap-account-manager.spec?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list