From 737c6efffb765845f534e2ee3c4934568b669c63 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Thu, 18 Jun 1998 11:56:17 +0000 Subject: Redirect apachectl output to devnull in apache.sh --- www/apache21/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/apache21') diff --git a/www/apache21/Makefile b/www/apache21/Makefile index 0bfab7080101..75d0fc81d41c 100644 --- a/www/apache21/Makefile +++ b/www/apache21/Makefile @@ -3,7 +3,7 @@ # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: ache@nagual.pp.ru # -# $Id: Makefile,v 1.55 1998/06/13 08:33:41 ache Exp $ +# $Id: Makefile,v 1.56 1998/06/18 11:51:03 ache Exp $ # DISTNAME= apache_1.3.0 @@ -40,7 +40,7 @@ post-install: @if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \ echo "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \ echo "#!/bin/sh" > ${PREFIX}/etc/rc.d/apache.sh; \ - echo "[ -x /usr/local/sbin/apachectl ] && /usr/local/sbin/apachectl start && echo -n ' apache'" >> ${PREFIX}/etc/rc.d/apache.sh; \ + echo "[ -x /usr/local/sbin/apachectl ] && /usr/local/sbin/apachectl start > /dev/null && echo -n ' apache'" >> ${PREFIX}/etc/rc.d/apache.sh; \ chmod 751 ${PREFIX}/etc/rc.d/apache.sh; \ fi -- cgit v1.2.3