Imported Debian patch 3.0.1-3
This commit is contained in:
2
debian/nagios-nrpe-server.preinst
vendored
2
debian/nagios-nrpe-server.preinst
vendored
@@ -21,7 +21,7 @@ case "$1" in
|
||||
# We have a nagios user.
|
||||
if [ `id nagios -g -n` != "nagios" ] ; then
|
||||
addgroup --system nagios || true
|
||||
#this can fail sometimes (i.e. with LDAP) so ignore it
|
||||
#this can fail sometimes (i.e. with LDAP) so ignore it
|
||||
usermod -g nagios nagios || true
|
||||
fi
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user