wok diff freeradius-dialupadmin/receipt @ rev 2254

Add squirrelmail-legend
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 15 22:51:24 2009 +0000 (2009-02-15)
parents bd6010223726
children 274aa91a3490
line diff
     1.1 --- a/freeradius-dialupadmin/receipt	Tue Dec 23 10:31:12 2008 +0000
     1.2 +++ b/freeradius-dialupadmin/receipt	Sun Feb 15 22:51:24 2009 +0000
     1.3 @@ -36,8 +36,8 @@
     1.4  	fi
     1.5  	# Configure apache server
     1.6  	if [ -f $1/etc/apache/httpd.conf ]; then
     1.7 -		if [ ! -f $1/etc/apache/conf.d/phpldapadmin ]; then
     1.8 -			cat > $1/etc/apache/conf.d/phpldapadmin <<EOT
     1.9 +		if [ ! -f $1/etc/apache/conf.d/dialupadmin ]; then
    1.10 +			cat > $1/etc/apache/conf.d/dialupadmin <<EOT
    1.11  <IfModule mod_alias.c>
    1.12      Alias /dialupadmin /usr/share/dialup_admin/htdocs
    1.13  </IfModule>