SOURCES: webmin.init - fix paths

glen glen at pld-linux.org
Sat Mar 25 15:15:04 CET 2006


Author: glen                         Date: Sat Mar 25 14:15:04 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix paths

---- Files affected:
SOURCES:
   webmin.init (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SOURCES/webmin.init
diff -u SOURCES/webmin.init:1.11 SOURCES/webmin.init:1.12
--- SOURCES/webmin.init:1.11	Mon Feb  6 02:59:54 2006
+++ SOURCES/webmin.init	Sat Mar 25 15:14:58 2006
@@ -74,7 +74,7 @@
 	exit $?
 	;;
   init)
-  	if [ ! -f /etc/webmin.acl -a ! -f /etc/miniserv.users ]; then
+  	if [ ! -f /etc/webmin/webmin.acl -a ! -f /etc/webmin/miniserv.users ]; then
 		nls -n "Login name [admin]: "
 		if [ "$login" = "" ]; then
 			read login
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/webmin.init?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list