Update of /cvsroot/devil-linux/build/scripts
In directory vz-cvs-3.sog:/tmp/cvs-serv7984
Modified Files:
webmin
Log Message:
make sure webmin doesn't stop when it can't detect the host os
Index: webmin
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/webmin,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- webmin 6 Jan 2010 15:27:21 -0000 1.13
+++ webmin 23 Oct 2011 13:47:03 -0000 1.14
@@ -84,6 +84,7 @@
export nouninstall=1
export nostart=1
export crypt=x
+ export autoos=1
./setup.sh || exit 1
echo "correcting config files"
perl -i -p -e 's%/usr/local/apache%/usr%g' /etc/webmin/apache/*
|