mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Use ':' to seperate chown user and group
Spotted by: Bento
This commit is contained in:
parent
35f1b8ed40
commit
ca5992eaf5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52479
@ -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 "***"
|
||||
|
@ -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 "***"
|
||||
|
Loading…
Reference in New Issue
Block a user