[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. debian/1.14.3-200-gb232f8a

Clint Adams schizo at debian.org
Tue Aug 23 13:05:30 UTC 2011


The following commit has been merged in the upstream branch:
commit 09a388f2ff7e03d1ba2169652130d3a1ce137bbb
Author: Clint Adams <schizo at debian.org>
Date:   Fri Oct 15 23:44:32 2004 +0000

    Andreas Borchert's command-line parsing fix
    
      * faked.c: patch from Andreas Borchert to fix command-line
        parsing.  closes: #276688.
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-36

diff --git a/debian/changelog b/debian/changelog
index 0cfc9f8..3215dec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+fakeroot (1.1.4) unstable; urgency=low
+
+  * faked.c: patch from Andreas Borchert to fix command-line
+    parsing.  closes: #276688.
+
+ -- Clint Adams <schizo at debian.org>  Fri, 15 Oct 2004 18:00:22 -0400
+
 fakeroot (1.1.3) unstable; urgency=low
 
   * faked.c: ifdef fail() function as it is only used with
diff --git a/faked.c b/faked.c
index 7cf2aac..39fc320 100644
--- a/faked.c
+++ b/faked.c
@@ -970,7 +970,7 @@ int main(int argc, char **argv){
       fprintf(stderr,"This fakeroot has been compiled for TCP and does not support --cleanup\n");
 #endif /* FAKEROOT_FAKENET */
     }
-    if(!strcmp(*argv,"--port"))
+    else if(!strcmp(*argv,"--port"))
 #ifndef FAKEROOT_FAKENET
       fprintf(stderr,"This fakeroot has been compiled for SYSV IPC and does not support --port\n");
 #else /* FAKEROOT_FAKENET */

-- 
fakeroot



More information about the Fakeroot-commits mailing list