[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 d9ad0c8a2003299e887802e3425ef846048a63d9
Author: Clint Adams <schizo at debian.org>
Date:   Sun Oct 17 21:53:37 2004 +0000

    Andreas Bochert's --key fix.
    
      * faked.c: patch from Andreas Borchert to fix broken --key
        option.  closes: #276872.
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-37

diff --git a/debian/changelog b/debian/changelog
index 3215dec..a00828b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+fakeroot (1.1.5) unstable; urgency=low
+
+  * faked.c: patch from Andreas Borchert to fix broken --key
+    option.  closes: #276872.
+
+ -- Clint Adams <schizo at debian.org>  Sun, 17 Oct 2004 17:51:39 -0400
+
 fakeroot (1.1.4) unstable; urgency=low
 
   * faked.c: patch from Andreas Borchert to fix command-line
diff --git a/faked.c b/faked.c
index 39fc320..1be92eb 100644
--- a/faked.c
+++ b/faked.c
@@ -1012,6 +1012,7 @@ int main(int argc, char **argv){
     while(!msg_key && (msg_key!=-1))  /* values 0 and -1 are treated
 					 specially by libfake */
       msg_key=random();
+  }
     
   if(debug)
     fprintf(stderr,"using %i as msg key\n",msg_key);
@@ -1051,7 +1052,6 @@ int main(int argc, char **argv){
     if (bind(sd, (struct sockaddr *) &addr, sizeof (addr)) < 0)
       fail("bind");
 #endif /* FAKEROOT_FAKENET */
-  }
 #ifndef FAKEROOT_FAKENET
   if(debug)
     fprintf(stderr,"msg_key=%i\n",msg_key);

-- 
fakeroot



More information about the Fakeroot-commits mailing list