]> git.pld-linux.org Git - packages/bk_client.git/commitdiff
- more uniq names
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 21 Dec 2006 18:08:20 +0000 (18:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bk_client-names.patch -> 1.1

bk_client-names.patch [new file with mode: 0644]

diff --git a/bk_client-names.patch b/bk_client-names.patch
new file mode 100644 (file)
index 0000000..c73cd9a
--- /dev/null
@@ -0,0 +1,33 @@
+diff -urN bk_client-1.1.org/sfioball.c bk_client-1.1/sfioball.c
+--- bk_client-1.1.org/sfioball.c       2005-03-17 17:19:18.000000000 +0100
++++ bk_client-1.1/sfioball.c   2006-12-21 19:05:44.130432500 +0100
+@@ -108,7 +108,7 @@
+ usage()
+ {
+       fprintf(stderr,
+-          "usage: sfioball [-r<rev>] bk://host[:port][/path_to_repo] dest\n");
++          "usage: bk_sfioball [-r<rev>] bk://host[:port][/path_to_repo] dest\n");
+       exit(1);
+ }
+@@ -185,7 +185,7 @@
+               fprintf(stderr, "No keys?!?\n");
+               exit(1);
+       }
+-      unless (f = popen("gunzip | sfio", "w")) exit(1);
++      unless (f = popen("gunzip | bk_sfio", "w")) exit(1);
+       while (sscanf(buf, "@BLOCK=%u@", &bytes) == 1) {
+               do {
+                       switch (i = read(sock, buf, min(bytes, sizeof(buf)))) {
+diff -urN bk_client-1.1.org/update.c bk_client-1.1/update.c
+--- bk_client-1.1.org/update.c 2005-03-17 17:19:34.000000000 +0100
++++ bk_client-1.1/update.c     2006-12-21 19:06:03.711656250 +0100
+@@ -104,7 +104,7 @@
+       if ((ac < 2) || scanurl(&u, av[1])) {
+               fprintf(stderr,
+-                  "usage: update bk://host[:port][/path_to_repo] [dest]\n");
++                  "usage: bk_update bk://host[:port][/path_to_repo] [dest]\n");
+               exit(1);
+       }
This page took 0.080614 seconds and 4 git commands to generate.