From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 2/2] docs/manual: documentation for recursive makedevs syntax
Date: Sat, 11 Apr 2015 17:08:22 +0200 [thread overview]
Message-ID: <20150411150821.GI4221@free.fr> (raw)
In-Reply-To: <1428759632-17060-3-git-send-email-angelo.compagnucci@gmail.com>
Angelo, All,
On 2015-04-11 15:40 +0200, Angelo Compagnucci spake thusly:
> This patch adds the documentation for the new makedevs
> recursive syntax.
>
> Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
> ---
> docs/manual/makedev-syntax.txt | 10 +++++++++-
> 1 file changed, 9 insertions(+), 1 deletion(-)
>
> diff --git a/docs/manual/makedev-syntax.txt b/docs/manual/makedev-syntax.txt
> index e02b79d..afb4ae2 100644
> --- a/docs/manual/makedev-syntax.txt
> +++ b/docs/manual/makedev-syntax.txt
> @@ -24,6 +24,7 @@ There are a few non-trivial blocks:
> - +type+ is the type of the file, being one of:
> * f: a regular file
> * d: a directory
> + * r: a directory recursively
> * c: a character device file
> * b: a block device file
> * p: a named pipe
> @@ -38,7 +39,14 @@ Let's say you want to change the permissions of a given file; using
> this syntax, you will need to put:
>
> ----
> -/usr/bin/foobar f 644 0 0 - - - - -
> +/usr/bin/foobar f 644 0 0 - - - - -
> +----
> +
> +Alternatively, if you want to change owner/permission of a folder
s/folder/directory/
Otherwise:
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Regards,
Yann E. MORIN.
> +recursively, you can put:
> +
> +----
> +/usr/share/myapp r 750 myuser myuser - - - - -
> ----
>
> On the other hand, if you want to create the device file +/dev/hda+
> --
> 1.9.1
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
next prev parent reply other threads:[~2015-04-11 15:08 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-11 13:40 [Buildroot] [PATCH v2 0/2] Makedevs: add recursive option Angelo Compagnucci
2015-04-11 13:40 ` [Buildroot] [PATCH v2 1/2] package/makedevs: " Angelo Compagnucci
2015-04-11 15:07 ` Yann E. MORIN
2015-04-11 13:40 ` [Buildroot] [PATCH v2 2/2] docs/manual: documentation for recursive makedevs syntax Angelo Compagnucci
2015-04-11 15:08 ` Yann E. MORIN [this message]
2015-04-11 16:04 ` [Buildroot] [PATCH v2 0/2] Makedevs: add recursive option Thomas Petazzoni
2015-04-11 16:56 ` Angelo Compagnucci
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=20150411150821.GI4221@free.fr \
--to=yann.morin.1998@free.fr \
--cc=buildroot@busybox.net \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox