From 09165e98e44fa03e8c88fe063aa428c70aa9e9ab Mon Sep 17 00:00:00 2001 From: pat Date: Wed, 2 Jan 2002 03:05:45 +0000 Subject: Use ':' to seperate chown user and group Spotted by: Bento --- audio/soundtracker/files/patch-aa | 2 +- audio/soundtracker/files/patch-ab | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/soundtracker') diff --git a/audio/soundtracker/files/patch-aa b/audio/soundtracker/files/patch-aa index aadb26692d9..1401875b522 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 a5f58751a7b..49daf94e67d 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 "***" -- cgit