diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-02 03:05:45 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-02 03:05:45 +0000 |
commit | ca5992eaf55ae2881e672e01c56ddbffb5165e8e (patch) | |
tree | eae075e2b27d409c6cd7a867470999017aab92b9 /audio/soundtracker | |
parent | 35f1b8ed400c1c12e2f18609219de1f66b2de78a (diff) | |
download | ports-ca5992eaf55ae2881e672e01c56ddbffb5165e8e.tar.gz ports-ca5992eaf55ae2881e672e01c56ddbffb5165e8e.zip |
Notes
Diffstat (limited to 'audio/soundtracker')
-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 "***" |