Hi,
attached the patch to fix the bug.
--
regards,
ulf
diff -u sendfile-2.1b/src/sendfile.c sendfile-2.1b/src/sendfile.c
--- sendfile-2.1b/src/sendfile.c
+++ sendfile-2.1b/src/sendfile.c
@@ -1709,7 +1709,7 @@
fflush(stdout);
snprintf(MAXS(cmd),"%s < '%s' > %s",zprg,file,ziptmp);
if (verbose) {
- snprintf(MAXS(tmp),"shell-call: %s", cmd);
+ snprintf(MAXS(tmp),"shell-call: %s",strchr(cmd,';')+1);
message(prg,'I',tmp);
}
if (system(cmd)) {
diff -u sendfile-2.1b/debian/changelog sendfile-2.1b/debian/changelog
--- sendfile-2.1b/debian/changelog
+++ sendfile-2.1b/debian/changelog
@@ -1,10 +1,3 @@
-sendfile (2.1b-7.1) unstable; urgency=low
-
- * Non-maintainer upload.
- * Fixed seg fault with cmd option -v and -z (closes: Bug#485285)
-
- -- Ulf Fischer <[EMAIL PROTECTED]> Sun, 15 Jun 2008 15:07:24 +0200
-
sendfile (2.1b-7) unstable; urgency=low
* Updated lists and addresses