Magellan Linux

Diff of /trunk/busybox/patches/busybox-1.17.4-support-umount-t-option.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1395 by niro, Fri Jul 1 13:34:05 2011 UTC revision 1396 by niro, Fri Jul 1 13:43:39 2011 UTC
# Line 1  Line 1 
1  diff -Naur busybox-1.17.4/include/usage.src.h busybox-1.17.4-magellan/include/usage.src.h  diff -Naur busybox-1.17.4/include/usage.src.h busybox-1.17.4-magellan/include/usage.src.h
2  --- busybox-1.17.4/include/usage.src.h 2010-11-22 21:24:58.000000000 +0100  --- busybox-1.17.4/include/usage.src.h 2010-11-22 21:24:58.000000000 +0100
3  +++ busybox-1.17.4-magellan/include/usage.src.h 2011-07-01 17:37:46.000000000 +0200  +++ busybox-1.17.4-magellan/include/usage.src.h 2011-07-01 17:47:51.000000000 +0200
4  @@ -4605,6 +4605,12 @@  @@ -4605,6 +4605,12 @@
5        "\n -r Try to remount devices as read-only if mount is busy" \        "\n -r Try to remount devices as read-only if mount is busy" \
6        "\n -l Lazy umount (detach filesystem)" \        "\n -l Lazy umount (detach filesystem)" \
# Line 9  diff -Naur busybox-1.17.4/include/usage. Line 9  diff -Naur busybox-1.17.4/include/usage.
9  +     "\n               Indicate  that  the actions should only be taken on file systems" \  +     "\n               Indicate  that  the actions should only be taken on file systems" \
10  +     "\n               of the specified type. More than one type may be specified in" \  +     "\n               of the specified type. More than one type may be specified in" \
11  +     "\n               a comma separated list. The list of file system types can be" \  +     "\n               a comma separated list. The list of file system types can be" \
12  +     "\n               prefixed with "no" to specify the file system types on which" \  +     "\n               prefixed with 'no' to specify the file system types on which" \
13  +     "\n               no action should be taken" \  +     "\n               no action should be taken" \
14   IF_FEATURE_MOUNT_LOOP( \   IF_FEATURE_MOUNT_LOOP( \
15        "\n -d Free loop device if it has been used" \        "\n -d Free loop device if it has been used" \

Legend:
Removed from v.1395  
changed lines
  Added in v.1396