2001-02-26 05:11:58 +00:00
|
|
|
--- 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.
|
1999-12-25 15:35:44 +00:00
|
|
|
|