diff options
-rw-r--r-- | audio/soundtracker/files/patch-aa | 2 | ||||
-rw-r--r-- | audio/soundtracker/files/patch-ab | 2 |
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 "***" |