aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-01-02 11:05:45 +0800
committerpat <pat@FreeBSD.org>2002-01-02 11:05:45 +0800
commit09165e98e44fa03e8c88fe063aa428c70aa9e9ab (patch)
tree883ae88b5bfde28779765782399186efa8980bd0 /audio
parentd4912ba2fb9e916c2f7abb427121834dbc324905 (diff)
downloadfreebsd-ports-gnome-09165e98e44fa03e8c88fe063aa428c70aa9e9ab.tar.gz
freebsd-ports-gnome-09165e98e44fa03e8c88fe063aa428c70aa9e9ab.tar.zst
freebsd-ports-gnome-09165e98e44fa03e8c88fe063aa428c70aa9e9ab.zip
Use ':' to seperate chown user and group
Spotted by: Bento
Diffstat (limited to 'audio')
-rw-r--r--audio/soundtracker/files/patch-aa2
-rw-r--r--audio/soundtracker/files/patch-ab2
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/soundtracker/files/patch-aa b/audio/soundtracker/files/patch-aa
index aadb26692d97..1401875b522e 100644
--- a/audio/soundtracker/files/patch-aa
+++ b/audio/soundtracker/files/patch-aa
@@ -12,7 +12,7 @@
- @echo "*** This improves sound responsivity, but may be a security risk"
- @echo "*** if this is a multi-user machine. See file INSTALL."
- @echo "***"
-+ chown root.wheel $(bindir)/soundtracker
++ chown root:wheel $(bindir)/soundtracker
+# chmod +s $(bindir)/soundtracker
@echo ""
+# @echo "***"
diff --git a/audio/soundtracker/files/patch-ab b/audio/soundtracker/files/patch-ab
index a5f58751a7b6..49daf94e67d5 100644
--- a/audio/soundtracker/files/patch-ab
+++ b/audio/soundtracker/files/patch-ab
@@ -12,7 +12,7 @@
- @echo "*** This improves sound responsivity, but may be a security risk"
- @echo "*** if this is a multi-user machine. See file INSTALL."
- @echo "***"
-+ chown root.wheel $(bindir)/soundtracker
++ chown root:wheel $(bindir)/soundtracker
+# chmod +s $(bindir)/soundtracker
@echo ""
+# @echo "***"