wok-stable diff udev/receipt @ rev 7919

Up: gtk-vnc to 0.4.2.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Jan 09 19:20:07 2011 +0000 (2011-01-09)
parents 31edb0bbba7b
children 9e1674525e2f
line diff
     1.1 --- a/udev/receipt	Fri Dec 17 10:06:44 2010 +0000
     1.2 +++ b/udev/receipt	Sun Jan 09 19:20:07 2011 +0000
     1.3 @@ -80,7 +80,7 @@
     1.4  {
     1.5      # Sanity check for udev+ldap boot
     1.6      list_udev_group GROUP | while read x ; do
     1.7 -        grep -q ^$x: $1/etc/group || chroot $1/ addgroup $x
     1.8 +        grep -q ^$x: $1/etc/group || chroot $1/ addgroup -S $x
     1.9      done
    1.10      list_udev_group OWNER | while read x ; do
    1.11          grep -q ^$x: $1/etc/passwd || chroot $1/ adduser -S -D -H $x