diff options
author | jlam <jlam@pkgsrc.org> | 2006-05-16 18:30:20 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-05-16 18:30:20 +0000 |
commit | 6589918263f4ac70181b94e7ef3b89a1ee46d8ef (patch) | |
tree | 68e836832db301e9e8703cddde66ea3f3ce954c6 /sysutils/webmin | |
parent | ef20d457c85d27511d951332086d0f367da68e59 (diff) | |
download | pkgsrc-6589918263f4ac70181b94e7ef3b89a1ee46d8ef.tar.gz |
Add a MESSAGE noting the default port, username and password for a pkgsrc
Webmin installtion. Bump the PKGREVISION to 1.
Diffstat (limited to 'sysutils/webmin')
-rw-r--r-- | sysutils/webmin/MESSAGE | 21 | ||||
-rw-r--r-- | sysutils/webmin/Makefile | 3 |
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/} |