freebsd-ports/sysutils/webmin/files/pkg-message.in
2019-08-14 12:16:12 +00:00

17 lines
401 B
Text

[
{ type: install
message: <<EOM
After installing Webmin for the first time you should perform the following
steps as root:
* Configure Webmin by running %%LOCALBASE%%/lib/webmin/setup.sh
* Add webmin_enable="YES" to your /etc/rc.conf
* Start Webmin for the first time by running "service webmin start"
The parameters requested by setup.sh may then be changed from within Webmin
itself.
EOM
}
]