From 63816e098812efd5b9a6dba751db77c3c35093ff Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 11 May 1999 18:38:31 +0000 Subject: Redirect output of "apachectl" to "/dev/null". --- www/apache/files/apache.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/apache/files') diff --git a/www/apache/files/apache.sh b/www/apache/files/apache.sh index bd86c1711ce..65e77c105ef 100644 --- a/www/apache/files/apache.sh +++ b/www/apache/files/apache.sh @@ -1,10 +1,10 @@ #!/bin/sh # -# $NetBSD: apache.sh,v 1.1 1999/05/11 18:32:24 tron Exp $ +# $NetBSD: apache.sh,v 1.2 1999/05/11 18:38:31 tron Exp $ # if [ -x @PREFIX@/sbin/httpd -a -f @PREFIX@/etc/httpd/httpd.conf ] then - @PREFIX@/sbin/apachectl start + @PREFIX@/sbin/apachectl start >/dev/null echo -n ' apache' fi exit 0 -- cgit v1.2.3