From: Andreas Oberritter <obi@opendreambox.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 1/2] busybox: add group to -passwd package
Date: Wed, 26 Jan 2011 19:54:46 +0100 [thread overview]
Message-ID: <4D406DF6.5070105@opendreambox.org> (raw)
In-Reply-To: <1296066116-10466-1-git-send-email-rep.dot.nop@gmail.com>
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
next prev parent reply other threads:[~2011-01-26 18:55 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-26 18:21 [PATCH 1/2] busybox: add group to -passwd package Bernhard Reutner-Fischer
2011-01-26 18:21 ` [PATCH 2/2] busybox: 2.4 module support for kernel24 MACHINE_FEATURES Bernhard Reutner-Fischer
2011-01-26 19:29 ` Tom Rini
2011-01-26 18:54 ` Andreas Oberritter [this message]
2011-01-26 19:28 ` [PATCH 1/2] busybox: add group to -passwd package Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D406DF6.5070105@opendreambox.org \
--to=obi@opendreambox.org \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.