Magellan Linux

Annotation of /trunk/busybox/patches/busybox-1.24.1-cp-ignore-onefilesystem.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2756 - (hide annotations) (download)
Fri Jan 15 14:43:15 2016 UTC (8 years, 4 months ago) by niro
File size: 406 byte(s)
-re-diffed patch for 1.24.1
1 niro 2756 --- busybox-1.24.1/coreutils/cp.c.orig 2016-01-15 15:42:02.761317504 +0100
2     +++ busybox-1.24.1/coreutils/cp.c 2016-01-15 15:47:51.054944633 +0100
3     @@ -79,7 +79,7 @@
4     "parents\0" No_argument "\xff"
5     ;
6     #endif
7     - flags = getopt32(argv, FILEUTILS_CP_OPTSTR "arPv");
8     + flags = getopt32(argv, FILEUTILS_CP_OPTSTR "xarPv");
9     /* Options of cp from GNU coreutils 6.10:
10     * -a, --archive
11     * -f, --force