summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2016-11-14 16:23:41 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-15 21:41:38 +0700
commitac9579e24a51de627b867d17d17204f835231292 (patch)
tree96479848d0238a855050bbcd2f59a3ce62b5a6d7 /system
parent3efcec34c2013adc78bba7ad85ff449bee9589b8 (diff)
downloadslackbuilds-ac9579e24a51de627b867d17d17204f835231292.tar.gz
slackbuilds-ac9579e24a51de627b867d17d17204f835231292.tar.xz
system/webmin: Fix README.
Diffstat (limited to 'system')
-rw-r--r--system/webmin/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/webmin/README b/system/webmin/README
index 3de44c54f5..4d9cc33687 100644
--- a/system/webmin/README
+++ b/system/webmin/README
@@ -15,8 +15,8 @@ Login with root and root's password.
If you need to start webmin at boot.
The recommended way is to add the following to your /etc/rc.d/rc.local
script and make sure rc.webmin has executable permissions set:
- if [ -x /etc/rc.d/rc.webmin ]; then
- /etc/rc.d/rc.webmin start
- fi
+ if [ -x /etc/rc.d/rc.webmin ]; then
+ /etc/rc.d/rc.webmin start
+ fi
After the webmin service is started, point your web browser to
http://localhost:10000 and login as root to use webmin.