]> git.pld-linux.org Git - packages/nagios.git/commitdiff
- call nagios uid comment Nagios Daemon
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 4 Dec 2007 07:57:19 +0000 (07:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nagios.spec -> 1.101

nagios.spec

index fba3e60112693885482a8c99cb1f0e59a15d9000..5f98319df9d77fe7a80c932f51e589fafc77fdc4 100644 (file)
@@ -271,9 +271,9 @@ fi
 %groupadd -g 72 nagios
 %groupadd -g 147 -f nagios-data
 if [ -n "`id -u netsaint 2>/dev/null`" ] && [ "`id -u netsaint`" = "72" ]; then
-       /usr/sbin/usermod -d %{_libdir}/nagios -l nagios -c "Nagios User" -G nagios-data netsaint
+       /usr/sbin/usermod -d %{_libdir}/nagios -l nagios -c "Nagios Daemon" -G nagios-data netsaint
 fi
-%useradd -u 72 -d %{_libdir}/nagios -s /bin/false -c "Nagios User" -g nagios -G nagios-data nagios
+%useradd -u 72 -d %{_libdir}/nagios -s /bin/false -c "Nagios Daemon" -g nagios -G nagios-data nagios
 
 %postun common
 if [ "$1" = "0" ]; then
This page took 0.057982 seconds and 4 git commands to generate.