1
0
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:
Patrick Li 2002-01-02 03:05:45 +00:00
parent 35f1b8ed40
commit ca5992eaf5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52479
2 changed files with 2 additions and 2 deletions

View File

@ -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 "***"

View File

@ -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 "***"