]> git.pld-linux.org Git - packages/e2fsprogs.git/commitdiff
- silent getgid auto/ti/e2fsprogs-1_41_3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 25 Dec 2008 11:36:15 +0000 (11:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    e2fsprogs.spec -> 1.199

e2fsprogs.spec

index 8773acc7b20b9a7e115d1b8e111e37a804800a8d..b94e804734aded52fe13a3c70a192e3fbf9e8c37 100644 (file)
@@ -740,7 +740,7 @@ rm -rf $RPM_BUILD_ROOT
 %postun        -n libuuid -p /sbin/ldconfig
 
 %pre   -n uuidd
-if [ "$(getgid libuuid)" = "222" ]; then
+if [ "$(getgid libuuid 2>/dev/null)" = "222" ]; then
        /usr/sbin/groupmod -n uuidd libuuid
 fi
 %groupadd -g 222 uuidd
This page took 0.074083 seconds and 4 git commands to generate.