Hi Bernhard, On 01/26/2011 07:21 PM, Bernhard Reutner-Fischer wrote: > recipes/busybox/files/passwd | 3 --- > recipes/busybox/files/shadow | 3 ---
these two changes seem to have been included by mistake. > diff --git a/recipes/busybox/files/passwd b/recipes/busybox/files/passwd > index 64c9ab6..34921c3 100644 > --- a/recipes/busybox/files/passwd > +++ b/recipes/busybox/files/passwd > @@ -2,10 +2,7 @@ root:x:0:0:root:/root:/bin/sh > daemon:x:1:1:daemon:/usr/sbin:/bin/sh > bin:x:2:2:bin:/bin:/bin/sh > sys:x:3:3:sys:/dev:/bin/sh > -sync:x:4:65534:sync:/bin:/bin/sync > man:x:6:12:man:/var/cache/man:/bin/sh > mail:x:8:8:mail:/var/mail:/bin/sh > www-data:x:33:33:www-data:/var/www:/bin/sh > -backup:x:34:34:backup:/var/backups:/bin/sh > -irc:x:39:39:ircd:/var/run/ircd:/bin/sh > nobody:x:65534:65534:nobody:/nonexistent:/bin/sh > diff --git a/recipes/busybox/files/shadow b/recipes/busybox/files/shadow > index 25df693..e64a964 100644 > --- a/recipes/busybox/files/shadow > +++ b/recipes/busybox/files/shadow > @@ -2,10 +2,7 @@ root::14741:0:99999:7::: > daemon:*:14741:0:99999:7::: > bin:*:14741:0:99999:7::: > sys:*:14741:0:99999:7::: > -sync:*:14741:0:99999:7::: > man:*:14741:0:99999:7::: > mail:*:14741:0:99999:7::: > www-data:*:14741:0:99999:7::: > -backup:*:14741:0:99999:7::: > -irc:*:14741:0:99999:7::: > nobody:*:14741:0:99999:7::: Apart from that, the patch looks sane. Regards, Andreas _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
