[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. 08ed00124d8b6b445d3b91a9aa15eec638b02f05

Clint Adams schizo at debian.org
Sun Nov 15 03:16:44 UTC 2009


The following commit has been merged in the upstream branch:
commit 6fa3808e4d8c7d0450e5c25aac64993a27c60cb7
Author: Clint Adams <schizo at debian.org>
Date:   Fri Jun 18 22:41:20 2004 +0000

    chown to daemon instead of sys
    
      * test/tartest: chown to daemon instead of sys, since it's more likely
        to exist.
    
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-3

diff --git a/test/tartest b/test/tartest
index 5bdd833..bf77cde 100755
--- a/test/tartest
+++ b/test/tartest
@@ -33,7 +33,7 @@ done
 #   (inodes weren't removed from cache)
 FILES=$(for f in $LIST; do for c in mv rm ; do echo $c.$f ; done ; done)
 touch $FILES
-chown sys:sys $FILES
+chown daemon:sys $FILES
 for f in $LIST; do
   mv mv.$f gone
   rm rm.$f
@@ -46,8 +46,8 @@ for f in $LIST; do
   touch     $f.file
 done
 
-chown sys:sys -R 2
-chown sys:root -R 3 4 
+chown daemon:sys -R 2
+chown daemon:root -R 3 4 
 chmod u+xs -R 2
 chmod u+s  5
 

-- 
fakeroot



More information about the Fakeroot-commits mailing list