summaryrefslogtreecommitdiffstats
path: root/network/nagios/README.SLACKWARE
diff options
context:
space:
mode:
Diffstat (limited to 'network/nagios/README.SLACKWARE')
-rw-r--r--network/nagios/README.SLACKWARE4
1 files changed, 2 insertions, 2 deletions
diff --git a/network/nagios/README.SLACKWARE b/network/nagios/README.SLACKWARE
index 58c3afe45b..6d24c57e10 100644
--- a/network/nagios/README.SLACKWARE
+++ b/network/nagios/README.SLACKWARE
@@ -10,12 +10,12 @@ running on your computer.
0.1) Create nagios group & user
Before even running the SlackBuild script, create the necessary 'nagios'
-user and group. The SlackBuild script won't run if these do not exist.
+user and group. The SlackBuild script will remind you if these do not exist.
The suggested UID and GID is 213, but you can change this as needed:
# groupadd -g 213 nagios
- # useradd -u 213 -d /dev/null -s /bin/false -g nagios nagios
+ # useradd -u 213 -d /var/nagios -s /bin/bash -g nagios nagios
0.2) Add 'apache' to 'nagios' group