diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-08-11 06:59:03 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-08-11 06:59:03 +0000 |
commit | 81e805e9363e4879d34bff5585f38f4108932f80 (patch) | |
tree | dfbd99e1ce571222ea5cb387510a8f7529d86ef9 /comms/xcept/files | |
parent | Bump portrevision so people update to the new file permissions. (diff) |
Don't install ceptd setuid root: it's a daemon you run as root from
inetd.conf, so it doesn't need the additional privileges.
This port still bogusly hardcodes /usr/local as the installation
directory.
Diffstat (limited to 'comms/xcept/files')
-rw-r--r-- | comms/xcept/files/patch-ab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/xcept/files/patch-ab b/comms/xcept/files/patch-ab index cc2a89bdc5a8..1e1f31bc042c 100644 --- a/comms/xcept/files/patch-ab +++ b/comms/xcept/files/patch-ab @@ -17,7 +17,7 @@ -GROUP= sys -EXECMODE= 6750 +GROUP= bin -+EXECMODE= 04750 ++EXECMODE= 0750 +MANMODE= 0644 -BINDIR= /usr/local/bin# directory for the executable ceptd |