to be run as root via inetd, while it really only needs access to the modem It also needs INSTALL/DEINSTALL scripts to handle the configuration files, etc. Try to bring it to a usable state, and advise the user to run it as follows: xcept stream tcp nowait xcept ${PREFIX}/libexec/ceptd ceptd After creating a 'xcept' user belonging in group 'dialer'. And, no longer install this setuid root, which is really not needed. XXX The user creation and the configuration files installation should be automatic, but this will have to do for now and help the users.
20 lines
411 B
Makefile
20 lines
411 B
Makefile
# $OpenBSD: Makefile,v 1.18 2002/10/01 06:51:05 pvalchev Exp $
|
|
|
|
COMMENT= "decoder for the CEPT (Btx) protocol"
|
|
|
|
DISTNAME= xcept-2.1.2
|
|
PKGNAME= ${DISTNAME}p1
|
|
CATEGORIES= comms
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MAKE_FLAGS= SYSCONFDIR="${SYSCONFDIR}"
|
|
|
|
WRKDIST= ${WRKDIR}/XCept-2.1.2
|
|
|
|
.include <bsd.port.mk>
|