Author: arekm                        Date: Thu Dec 21 18:08:25 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- more uniq names

---- Files affected:
SOURCES:
   bk_client-names.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/bk_client-names.patch
diff -u /dev/null SOURCES/bk_client-names.patch:1.1
--- /dev/null   Thu Dec 21 19:08:25 2006
+++ SOURCES/bk_client-names.patch       Thu Dec 21 19:08:20 2006
@@ -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);
+       }
+ 
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to