wok-next diff udev/receipt @ rev 8031

Fix: patch xine-lib to make it compilable with last tools
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Jan 20 02:21:06 2011 +0100 (2011-01-20)
parents 31edb0bbba7b
children 9e1674525e2f
line diff
     1.1 --- a/udev/receipt	Fri Dec 17 10:06:44 2010 +0000
     1.2 +++ b/udev/receipt	Thu Jan 20 02:21:06 2011 +0100
     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