1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/audio/soundtracker/files/patch-ab
2002-01-02 03:05:45 +00:00

27 lines
862 B
Plaintext

--- app/Makefile.am.orig Wed Jan 17 00:29:42 2001
+++ app/Makefile.am Wed Jan 17 00:30:10 2001
@@ -47,15 +47,15 @@
soundtracker_LDADD = drivers/libdrivers.a mixers/libmixers.a
install-exec-local:
- chown root.root $(bindir)/soundtracker
- chmod +s $(bindir)/soundtracker
- @echo ""
- @echo "***"
- @echo "*** Installing SoundTracker suid root."
- @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
+# chmod +s $(bindir)/soundtracker
@echo ""
+# @echo "***"
+# @echo "*** Installing SoundTracker suid root."
+# @echo "*** This improves sound responsivity, but may be a security risk"
+# @echo "*** if this is a multi-user machine. See file INSTALL."
+# @echo "***"
+# @echo ""
stdir = $(datadir)/soundtracker