1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-30 21:49:25 +00:00
freebsd-ports/audio/soundtracker/files/patch-aa

28 lines
905 B
Plaintext
Raw Normal View History

--- app/Makefile.in.orig Wed Jan 17 00:15:19 2001
+++ app/Makefile.in Wed Jan 17 00:25:59 2001
@@ -501,15 +501,15 @@
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 ""
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.