]> git.pld-linux.org Git - packages/nagios.git/commitdiff
- fix for getgid from new coreutils; rel 2 auto/th/nagios-3_0_5-2
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 18 Nov 2008 15:48:45 +0000 (15:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nagios.spec -> 1.120

nagios.spec

index 8269ea81aafed809eaa3eb43ee2892ed8bb6ef9b..929e5c2462b6acee52d68e1f5e8cd079aa85efb3 100644 (file)
@@ -7,7 +7,7 @@ Summary(pl.UTF-8):      Program do monitorowania serwerów/usług/sieci
 Summary(pt_BR.UTF-8):  Programa para monitoração de máquinas e serviços
 Name:          nagios
 Version:       3.0.5
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         Networking
 Source0:       http://dl.sourceforge.net/nagios/%{name}-%{version}.tar.gz
@@ -266,7 +266,7 @@ if [ "$1" = "0" ] ; then
 fi
 
 %pre common
-if [ "`getgid netsaint`" = "72" ]; then
+if [ "`getgid netsaint 2>/dev/null`" = "72" ]; then
        /usr/sbin/groupmod -n nagios netsaint
 fi
 %groupadd -g 72 nagios
This page took 0.093971 seconds and 4 git commands to generate.