1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Fix PROVIDE: line in a startup script

- New style of startup script install

PR:		ports/100139
Submitted by:	Alexander Logvinov <user_at_blg.akavia.ru>
This commit is contained in:
Sergey Matveychuk 2006-07-12 05:50:42 +00:00
parent 65af27dcbe
commit c2de988e10
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167567
3 changed files with 2 additions and 36 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= xinetd
PORTVERSION= 2.3.14
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= security ipv6
MASTER_SITES= http://www.xinetd.org/
@ -16,11 +16,9 @@ COMMENT= Replacement for inetd with better control and logging
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_RC_SUBR= yes
USE_RC_SUBR= xinetd
ALL_TARGET= build
CONFIGURE_ARGS+= --with-loadavg --with-libwrap --with-ipv6
STARTUP_FILE= ${PREFIX}/etc/rc.d/xinetd.sh
RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR}
MAN5= xinetd.conf.5
MAN8= xconv.8 xinetd.8 xinetd.log.8
@ -30,14 +28,7 @@ post-patch:
${REINPLACE_CMD} -e 's!\@INSTALL\@!/bin/cp!; s!-m 640!!'
@${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/xinetd/xconfig.h
pre-install:
-@[ -f ${STARTUP_FILE} ] && \
(${ECHO} "Remove old ${STARTUP_FILE} before install." && exit 1)
post-install:
@${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \
${FILESDIR}/xinetd.sh.tmpl > ${STARTUP_FILE}
@${CHMOD} 755 ${STARTUP_FILE}
@${STRIP_CMD} ${PREFIX}/sbin/xinetd
.include <bsd.port.mk>

View File

@ -1,24 +0,0 @@
#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: snmpd
# REQUIRE: DAEMON
#
# Add the following line to /etc/rc.conf to enable xinetd:
#
# xinetd_enable="YES"
#
. %%RC_SUBR%%
name=xinetd
rcvar=`set_rcvar`
command=%%PREFIX%%/sbin/xinetd > /dev/null 2>&1
xinetd_enable=${xinetd_enable:-"NO"}
xinetd_flags=${xinetd_flags:-"-f %%PREFIX%%/etc/xinetd.conf"}
load_rc_config $name
run_rc_command "$1"

View File

@ -1,3 +1,2 @@
bin/xconv
etc/rc.d/xinetd.sh
sbin/xinetd