On Friday 02 March 2007 12:10, tiwek wrote: > Author: tiwek Date: Fri Mar 2 10:10:14 2007 GMT > Module: SPECS Tag: HEAD > ---- Log message: > - added user motion to video group > - rel. 3 > > ---- Files affected: > SPECS: > motion.spec (1.44 -> 1.45)
> %pre init > %groupadd -g 177 motion > %useradd -u 177 -g motion motion > +/usr/sbin/usermod -G video motion 1>&2 > /dev/null this OVERWRITES any existing groups mapping use %addusertogroup macro instead and you forgot update Requires: /usr/sbin/usermod -- glen _______________________________________________ pld-devel-en mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-devel-en
