aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-08-11 06:59:03 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-08-11 06:59:03 +0000
commit81e805e9363e4879d34bff5585f38f4108932f80 (patch)
treedfbd99e1ce571222ea5cb387510a8f7529d86ef9
parent748f1412455670d002daeddc556bd69d30bb0d59 (diff)
downloadports-81e805e9363e4879d34bff5585f38f4108932f80.tar.gz
ports-81e805e9363e4879d34bff5585f38f4108932f80.zip
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.
Notes
Notes: svn path=/head/; revision=46065
-rw-r--r--comms/xcept/Makefile1
-rw-r--r--comms/xcept/files/patch-ab2
2 files changed, 2 insertions, 1 deletions
diff --git a/comms/xcept/Makefile b/comms/xcept/Makefile
index 8eb603f62d98..20e40940e8b4 100644
--- a/comms/xcept/Makefile
+++ b/comms/xcept/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xcept
PORTVERSION= 2.1.2
+PORTREVISION= 1
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= asami/LOCAL_PORTS
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