[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. debian/1.14.3-200-gb232f8a
Clint Adams
schizo at debian.org
Tue Aug 23 13:05:22 UTC 2011
The following commit has been merged in the upstream branch:
commit 1e0753d9457833629997712dfc293ce7eb9ee64e
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/debian/changelog b/debian/changelog
index 6eb4f72..a64eeb3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ fakeroot (1.0.3) unstable; urgency=low
argument to setgroups() is int.
* configure.ac, communicate.c: include sys/socket.h if available
(necessary on FreeBSD).
+ * test/tartest: chown to daemon instead of sys, since it's more likely
+ to exist.
-- Clint Adams <schizo at debian.org> Fri, 18 Jun 2004 15:42:33 -0400
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