[PC-BSD Commits] r3141 - in pbibuild/modules/webmin: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Thu Dec 25 16:49:13 PST 2008
Author: fabry
Date: 2008-12-25 16:49:12 -0800 (Thu, 25 Dec 2008)
New Revision: 3141
Modified:
pbibuild/modules/webmin/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/webmin/pbi.conf
Log:
fixing a bug in webmin where the service does not start.
Modified: pbibuild/modules/webmin/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/webmin/overlay-dir/PBI.SetupScript.sh 2008-12-25 15:53:15 UTC (rev 3140)
+++ pbibuild/modules/webmin/overlay-dir/PBI.SetupScript.sh 2008-12-26 00:49:12 UTC (rev 3141)
@@ -21,6 +21,8 @@
ln -s /Programs/${PROGDIR}/services/webmin /PCBSD/Services/webmin
ln -s /Programs/${PROGDIR}/etc/rc.d/webmin /usr/local/etc/rc.d/webmin
+chmod -Rf 755 /Programs/${PROGDIR}/services/webmin/*
+
echo "SETSETPS: 2"
echo "MSG: Running Webmin setup..."
echo -e "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" > /tmp/.webmin_tmp.tmp
@@ -29,6 +31,7 @@
echo "SETSETPS: 3"
echo "MSG: Starting webmin..."
+echo "" >> /etc/rc.conf
echo "webmin_enable=\"YES\"" >> /etc/rc.conf
/usr/local/etc/rc.d/webmin start
Modified: pbibuild/modules/webmin/pbi.conf
===================================================================
--- pbibuild/modules/webmin/pbi.conf 2008-12-25 15:53:15 UTC (rev 3140)
+++ pbibuild/modules/webmin/pbi.conf 2008-12-26 00:49:12 UTC (rev 3141)
@@ -32,7 +32,7 @@
# Build Key - Change this to anything else to trigger a rebuild
# - The rebuild will take place even if port is still the same ver
-BUILDKEY="14"
+BUILDKEY="15"
# If this port has a non-standard port version variable in Makefile, then
# list the key here such as "OOOVERSION="
More information about the Commits
mailing list