diff options
author | pat <pat@FreeBSD.org> | 2002-01-02 11:05:45 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-01-02 11:05:45 +0800 |
commit | 09165e98e44fa03e8c88fe063aa428c70aa9e9ab (patch) | |
tree | 883ae88b5bfde28779765782399186efa8980bd0 /audio | |
parent | d4912ba2fb9e916c2f7abb427121834dbc324905 (diff) | |
download | freebsd-ports-gnome-09165e98e44fa03e8c88fe063aa428c70aa9e9ab.tar.gz freebsd-ports-gnome-09165e98e44fa03e8c88fe063aa428c70aa9e9ab.tar.zst freebsd-ports-gnome-09165e98e44fa03e8c88fe063aa428c70aa9e9ab.zip |
Use ':' to seperate chown user and group
Spotted by: Bento
Diffstat (limited to 'audio')
-rw-r--r-- | audio/soundtracker/files/patch-aa | 2 | ||||
-rw-r--r-- | audio/soundtracker/files/patch-ab | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/soundtracker/files/patch-aa b/audio/soundtracker/files/patch-aa index aadb26692d97..1401875b522e 100644 --- a/audio/soundtracker/files/patch-aa +++ b/audio/soundtracker/files/patch-aa @@ -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 "***" diff --git a/audio/soundtracker/files/patch-ab b/audio/soundtracker/files/patch-ab index a5f58751a7b6..49daf94e67d5 100644 --- a/audio/soundtracker/files/patch-ab +++ b/audio/soundtracker/files/patch-ab @@ -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 "***" |