diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-22 17:51:50 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-22 17:51:50 +0000 |
commit | 1cd008f9ef4f25a2e6c974a1d7ee8f08bee444ee (patch) | |
tree | 7753afefee837e5ccae3fe358c70908f8a6a335d | |
parent | Add ruby-cache, a Ruby library for caching objects based on the LRU (diff) |
allow everyone to run it
Submitted by: maintainer (via email)
Notes
Notes:
svn path=/head/; revision=70754
-rw-r--r-- | net/rinetd/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rinetd/files/patch-aa b/net/rinetd/files/patch-aa index b4b97d9494fd..1e285ade8b5c 100644 --- a/net/rinetd/files/patch-aa +++ b/net/rinetd/files/patch-aa @@ -17,6 +17,6 @@ install: rinetd - install -m 700 rinetd /usr/sbin - install -m 644 rinetd.8 /usr/man/man8 -+ install -C -o root -g wheel -m 750 rinetd ${PREFIX}/sbin ++ install -C -o root -g wheel -m 755 rinetd ${PREFIX}/sbin + install -C -o root -g wheel -m 644 rinetd.8 ${PREFIX}/man/man8 |