1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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.
This commit is contained in:
Kris Kennaway 2001-08-11 06:59:03 +00:00
parent 748f141245
commit 81e805e936
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46065
2 changed files with 2 additions and 1 deletions

View File

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

View File

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