wok diff udev/receipt @ rev 7953

Change -j 4 to -j 1 in mono. Need to do this for it to build.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Jan 15 15:55:42 2011 +0000 (2011-01-15)
parents 31edb0bbba7b
children 9e1674525e2f
line diff
     1.1 --- a/udev/receipt	Fri Dec 17 10:06:44 2010 +0000
     1.2 +++ b/udev/receipt	Sat Jan 15 15:55:42 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