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

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


The following commit has been merged in the upstream branch:
commit 71c090a4b0ee163a1c4636b8543060281d5f41d8
Author: Clint Adams <schizo at debian.org>
Date:   Sun Aug 21 23:53:52 2005 +0000

    Make mknod debug message say "mknod" instead of "chmod".
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-80

diff --git a/debian/changelog b/debian/changelog
index 706577e..36912ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+fakeroot (1.4.3) unstable; urgency=low
+
+  * Make mknod debug message say "mknod" instead of "chmod".
+
+ -- Clint Adams <schizo at debian.org>  Sun, 21 Aug 2005 19:49:55 -0400
+
 fakeroot (1.4.2) unstable; urgency=medium
 
   Timo Savola:
diff --git a/faked.c b/faked.c
index 05c45ca..baad025 100644
--- a/faked.c
+++ b/faked.c
@@ -648,7 +648,7 @@ void process_mknod(struct fake_msg *buf){
   data_node_t *i;
   
   if(debug)
-    fprintf(stderr,"FAKEROOT: chmod, mode=%lo\n",
+    fprintf(stderr,"FAKEROOT: mknod, mode=%lo\n",
 	    buf->st.mode);
   
   i = data_find(&buf->st, buf->remote);

-- 
fakeroot



More information about the Fakeroot-commits mailing list