summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/webmin/MESSAGE21
-rw-r--r--sysutils/webmin/Makefile3
2 files changed, 23 insertions, 1 deletions
diff --git a/sysutils/webmin/MESSAGE b/sysutils/webmin/MESSAGE
new file mode 100644
index 00000000000..d5f5021d9fb
--- /dev/null
+++ b/sysutils/webmin/MESSAGE
@@ -0,0 +1,21 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.4 2006/05/16 18:30:20 jlam Exp $
+
+By default, the Webmin server listens on port 10000, e.g. it may be
+accessed at:
+
+ https://localhost:10000/
+
+The default username and password for this Webmin installation is:
+
+ Username: admin
+ Password: password
+
+It is highly recommended that this be changed as soon as possible,
+either by logging into the Webmin server and changing it within the
+"Webmin Users" module, or by using the changepass.pl script, e.g.,
+
+ ${WEBMIN_DIR}/changepass.pl \
+ ${PKG_SYSCONFDIR} admin new-password
+
+===========================================================================
diff --git a/sysutils/webmin/Makefile b/sysutils/webmin/Makefile
index a691e8eafa2..31e54b01caa 100644
--- a/sysutils/webmin/Makefile
+++ b/sysutils/webmin/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2006/05/16 04:01:28 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2006/05/16 18:30:20 jlam Exp $
DISTNAME= webmin-1.270-minimal
PKGNAME= ${DISTNAME:S/-minimal$//}
+PKGREVISION= 1
CATEGORIES= sysutils www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=webadmin/}