]> git.pld-linux.org Git - packages/nagios.git/commitdiff
- remove undocumented option for groupadd (-f) auto/ac/nagios-1_2-8
authorMichał 'Wolvverine' Panasiewicz <wolvverine@pld-linux.org>
Tue, 26 Apr 2005 22:28:25 +0000 (22:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- up release to 8
- STBR

Changed files:
    nagios.spec -> 1.40

nagios.spec

index e411bdff6a2f3484dbd0370db1d64524b775ed08..894923d48f94f4856369fba1665296ae05bd1697 100644 (file)
@@ -14,7 +14,7 @@ Summary(pl):  Program do monitorowania serwer
 Summary(pt_BR):        Programa para monitoração de máquinas e serviços
 Name:          nagios
 Version:       1.2
-Release:       7.6
+Release:       8
 License:       GPL v2
 Group:         Networking
 Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
@@ -185,7 +185,7 @@ else
        if [ -n "`getgid netsaint`" ] && [ "`getgid netsaint`" = "72" ]; then
                /usr/sbin/groupmod -n nagios netsaint
        else
-               /usr/sbin/groupadd -g 72 -f nagios
+               /usr/sbin/groupadd -g 72 nagios
        fi
 fi
 if [ -n "`id -u nagios 2>/dev/null`" ]; then
This page took 0.085556 seconds and 4 git commands to generate.