]> git.pld-linux.org Git - packages/ecartis.git/commitdiff
- fixed my stupid bug in making group
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 29 Jul 2002 13:47:55 +0000 (13:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ecartis.spec -> 1.13

ecartis.spec

index 1e8a9cc6943ad4790470b2538f242e95115ae29d..66d76c96f3a89414f925dd90dbff3cc36029a6e8 100644 (file)
@@ -1,5 +1,5 @@
 %define                _snap   20020718
-%define                _rel    0.7
+%define                _rel    0.8
 
 Summary:       Ecartis Mailing List Manager
 Summary(pl):   Zarz±dca List Dyskusyjnych
@@ -130,7 +130,7 @@ if [ -n "`getgid %{name}`" ]; then
        fi
 else
        echo "Adding group %{name} GID=64"
-       /usr/sbin/groupadd -f -g %{name} -r %{name}
+       /usr/sbin/groupadd -f -g 64 -r %{name}
 fi
 
 if [ -n "`id -u %{name} 2>/dev/null`" ]; then
This page took 0.092395 seconds and 4 git commands to generate.