wok-6.x diff udev/receipt @ rev 3206
add pan newsreader
author | Allan Pinto <allan316@gmail.com> |
---|---|
date | Thu May 28 11:54:28 2009 +0000 (2009-05-28) |
parents | 4d3d49a8f050 |
children | 224ef4a84da2 |
line diff
1.1 --- a/udev/receipt Mon May 25 13:11:56 2009 +0200 1.2 +++ b/udev/receipt Thu May 28 11:54:28 2009 +0000 1.3 @@ -68,9 +68,9 @@ 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: $/etc/group || chroot $1/ addgroup $x 1.8 + grep -q ^$x: $1/etc/group || chroot $1/ addgroup $x 1.9 done 1.10 list_udev_group OWNER | while read x ; do 1.11 - grep -q ^$x: $/etc/passwd || chroot $1/ adduser -S -D -H $x 1.12 + grep -q ^$x: $1/etc/passwd || chroot $1/ adduser -S -D -H $x 1.13 done 1.14 }