From 3a84881f168162a487490bbbd275ca05b7f5560d Mon Sep 17 00:00:00 2001 From: tg Date: Wed, 5 Jul 2000 12:37:06 +0000 Subject: As threatened on freebsd-ports: all startup scripts know about the two options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged. --- net/tcserver/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'net/tcserver') diff --git a/net/tcserver/Makefile b/net/tcserver/Makefile index 6bb631c..78e6ed5 100644 --- a/net/tcserver/Makefile +++ b/net/tcserver/Makefile @@ -56,9 +56,7 @@ do-install: post-install: @if [ ! -f ${PREFIX}/etc/rc.d/elsa.sh ]; then \ ${ECHO} "Installing ${PREFIX}/etc/rc.d/elsa.sh startup file."; \ - ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/elsa.sh; \ - ${ECHO} "[ -x ${PREFIX}/sbin/elsa ] && ${PREFIX}/sbin/elsa -d ${PREFIX}/etc > /dev/null & && ${ECHO} -n ' elsa'" >> ${PREFIX}/etc/rc.d/elsa.sh; \ - ${CHMOD} 555 ${PREFIX}/etc/rc.d/elsa.sh; \ + ${INSTALL_SCRIPT} ${FILESDIR}/elsa.sh ${PREFIX}/etc/rc.d/elsa.sh; \ fi .include -- cgit v1.1