mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +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:
parent
748f141245
commit
81e805e936
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46065
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user