]> git.pld-linux.org Git - packages/backup.git/commitdiff
- new
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 10 Oct 2004 16:07:42 +0000 (16:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    backup-build.patch -> 1.1

backup-build.patch [new file with mode: 0644]

diff --git a/backup-build.patch b/backup-build.patch
new file mode 100644 (file)
index 0000000..fbce1c3
--- /dev/null
@@ -0,0 +1,32 @@
+--- fsplit.c.org       2004-10-10 19:57:00.397209665 +0200
++++ fsplit.c   2004-10-10 19:58:03.708646674 +0200
+@@ -49,18 +49,17 @@
+ unsigned int max_suffix=999;
+ char  c, *of_ptr;
+-char helpmsg[] = { "Usage: fsplit -s N [-i infile] [-o outfile]
+-
+-Splits input into chunks of N bytes.
+-
+-The chunks are created with suffixes of 000, 001, 002 etc, up to a max of 999.
+-
+-If no input file name is specified, fsplit reads from stdin.
+-
+-If no output file name is specified, fsplit uses the input file name as the
+-output file name base where an input was specified, otherwise it just uses
+-\"xx\" as a base (ie: \"xx.000\", \"xx.001\" etc).
+-"};
++char helpmsg[] = { "Usage: fsplit -s N [-i infile] [-o outfile]\n"
++"\n"
++"Splits input into chunks of N bytes.\n"
++"\n"
++"The chunks are created with suffixes of 000, 001, 002 etc, up to a max of 999.\n"
++"\n"
++"If no input file name is specified, fsplit reads from stdin.\n"
++"\n"
++"If no output file name is specified, fsplit uses the input file name as the\n"
++"output file name base where an input was specified, otherwise it just uses\n"
++"\"xx\" as a base (ie: \"xx.000\", \"xx.001\" etc).\n"};
+ main(int argc, char *argv[])
+ {
This page took 0.043698 seconds and 4 git commands to generate.