diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-12-06 09:34:31 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-12-06 09:34:31 +0000 |
commit | ba4741e37573100bba31ab275a19fbc2dabf5262 (patch) | |
tree | 374e6c9ab2ee16c5b598b3143c6faf1f754078de /security/xinetd/Makefile | |
parent | e7a552d09f10997dc84f4ad9f33abadf30a9d84b (diff) | |
download | ports-ba4741e37573100bba31ab275a19fbc2dabf5262.tar.gz ports-ba4741e37573100bba31ab275a19fbc2dabf5262.zip |
Notes
Diffstat (limited to 'security/xinetd/Makefile')
-rw-r--r-- | security/xinetd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/xinetd/Makefile b/security/xinetd/Makefile index e49b35c6ebed..5adc2711dd5e 100644 --- a/security/xinetd/Makefile +++ b/security/xinetd/Makefile @@ -3,7 +3,7 @@ # Date created: 28 June 1996 # Whom: markm # -# $Id: Makefile,v 1.4 1997/12/04 03:40:06 vanilla Exp $ +# $Id: Makefile,v 1.5 1998/07/11 00:37:00 steve Exp $ # DISTNAME= xinetd-2.2.1 @@ -28,7 +28,7 @@ post-install: @if [ ! -f ${PREFIX}/etc/rc.d/xinetd.sh ]; then \ ${ECHO} "Install ${PREFIX}/etc/rc.d/xinetd.sh startup file."; \ ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/xinetd.sh; \ - ${ECHO} "[ -x ${PREFIX}/sbin/xinetd ] && ${PREFIX}/sbin/xinetd && echo -n' xinetd'" >> ${PREFIX}/etc/rc.d/xinetd.sh; \ + ${ECHO} "[ -x ${PREFIX}/sbin/xinetd ] && ${PREFIX}/sbin/xinetd && echo -n ' xinetd'" >> ${PREFIX}/etc/rc.d/xinetd.sh; \ chmod 751 ${PREFIX}/etc/rc.d/xinetd.sh; \ fi |