summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-06-04 09:33:50 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-06-04 09:33:50 +0000
commitd284a66d6971980c7174701b30159bf6a9486da7 (patch)
tree0067aa60413d8b6c31d06b9bb02f19bdfcce944c /x11
parentUpgrade to 1.1.6.2 (i. e. include patch-1.1.6fix2). (diff)
POSIX syntax for chown.
Notes
Notes: svn path=/head/; revision=43480
Diffstat (limited to 'x11')
-rw-r--r--x11/tycoon/files/patch-ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/tycoon/files/patch-ac b/x11/tycoon/files/patch-ac
index c4c4fc7ec862..9f9cff8db188 100644
--- a/x11/tycoon/files/patch-ac
+++ b/x11/tycoon/files/patch-ac
@@ -33,7 +33,7 @@
else (set -x; $(MKDIRHIER) $(XBACKDROP_DIR)); fi @@\
cp backdrops/?* $(XBACKDROP_DIR); @@\
- chown root.root $(XBACKDROP_DIR) $(XBACKDROP_DIR)/?*; @@\
-+ chown root.daemon $(XBACKDROP_DIR) $(XBACKDROP_DIR)/?*; @@\
++ chown root:daemon $(XBACKDROP_DIR) $(XBACKDROP_DIR)/?*; @@\
chmod 0755 $(XBACKDROP_DIR); @@\
chmod 0644 $(XBACKDROP_DIR)/?*; @@\