SPECS: e2fsprogs.spec - silent getgid

qboosh qboosh at pld-linux.org
Thu Dec 25 12:36:22 CET 2008


Author: qboosh                       Date: Thu Dec 25 11:36:21 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- silent getgid

---- Files affected:
SPECS:
   e2fsprogs.spec (1.198 -> 1.199) 

---- Diffs:

================================================================
Index: SPECS/e2fsprogs.spec
diff -u SPECS/e2fsprogs.spec:1.198 SPECS/e2fsprogs.spec:1.199
--- SPECS/e2fsprogs.spec:1.198	Tue Dec 23 13:31:08 2008
+++ SPECS/e2fsprogs.spec	Thu Dec 25 12:36:15 2008
@@ -741,7 +741,7 @@
 %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
@@ -1027,6 +1027,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.199  2008/12/25 11:36:15  qboosh
+- silent getgid
+
 Revision 1.198  2008/12/23 12:31:08  wrobell
 - ver. 1.41.3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/e2fsprogs.spec?r1=1.198&r2=1.199&f=u



More information about the pld-cvs-commit mailing list