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

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


The following commit has been merged in the upstream branch:
commit 576a15b2b9b80aa2fedc27d85d7f8d1696d89dc8
Author: Clint Adams <schizo at debian.org>
Date:   Tue Jun 22 17:16:56 2004 +0000

    put -R where it belongs after chown/chmod
    
      * test/tartest: order arguments to chown and chmod in a sane way.
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-10

diff --git a/debian/changelog b/debian/changelog
index 4a7e38b..3d1291a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+fakeroot (1.0.4) unstable; urgency=low
+
+  * test/tartest: order arguments to chown and chmod in a sane way. 
+
+ -- Clint Adams <schizo at debian.org>  Tue, 22 Jun 2004 13:15:16 -0400
+
 fakeroot (1.0.3) unstable; urgency=low
 
   * libfakeroot.c: correctly handle platforms where the first
diff --git a/test/tartest b/test/tartest
index bf77cde..f3f86a3 100755
--- a/test/tartest
+++ b/test/tartest
@@ -46,9 +46,9 @@ for f in $LIST; do
   touch     $f.file
 done
 
-chown daemon:sys -R 2
-chown daemon:root -R 3 4 
-chmod u+xs -R 2
+chown -R daemon:sys 2
+chown -R daemon:root 3 4 
+chmod -R u+xs 2
 chmod u+s  5
 
 # see bugs (not wraping open()) in manual page: don't `chmod 0'

-- 
fakeroot



More information about the Fakeroot-commits mailing list