From 42587e510cd903155282d30a86ef99e16fc43adc Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 16 May 2006 18:30:20 +0000 Subject: Add a MESSAGE noting the default port, username and password for a pkgsrc Webmin installtion. Bump the PKGREVISION to 1. --- sysutils/webmin/MESSAGE | 21 +++++++++++++++++++++ sysutils/webmin/Makefile | 3 ++- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 sysutils/webmin/MESSAGE 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/} -- cgit v1.2.3