From b519625807964cf1b95551ef96707eeb24b4756f Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Tue, 12 Nov 1996 08:26:06 +0000 Subject: Shorten PKGNAME Don't send RunCache's output to /dev/console when run from the rc.d script, it's a bit messy and unneeded. Reviewed by: Submitted by: asami Obtained from: --- www/squid22/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'www/squid22') diff --git a/www/squid22/Makefile b/www/squid22/Makefile index 0879a1c35662..7cd34a9400e3 100644 --- a/www/squid22/Makefile +++ b/www/squid22/Makefile @@ -3,10 +3,11 @@ # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm # -# $Id: Makefile,v 1.3 1996/11/06 16:37:10 peter Exp $ +# $Id: Makefile,v 1.4 1996/11/06 17:20:53 peter Exp $ # DISTNAME= squid-1.1.beta13 +PKGNAME= squid-1.1b13 CATEGORIES+= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-1.1.beta/ \ @@ -34,7 +35,7 @@ post-install: echo "Installing ${PREFIX}/etc/rc.d/squid.sh startup file."; \ echo "#!/bin/sh" > ${PREFIX}/etc/rc.d/squid.sh; \ echo "if [ -x /usr/local/sbin/RunCache -a -f /usr/local/etc/squid/squid.conf ]; then" >> ${PREFIX}/etc/rc.d/squid.sh; \ - echo " (cd /tmp; /usr/local/sbin/RunCache &) ; echo -n ' squid'" >> ${PREFIX}/etc/rc.d/squid.sh; \ + echo " (cd /tmp; /usr/local/sbin/RunCache >/dev/null 2>&1 &) ; echo -n ' squid'" >> ${PREFIX}/etc/rc.d/squid.sh; \ echo "fi" >> ${PREFIX}/etc/rc.d/squid.sh; \ chmod 751 ${PREFIX}/etc/rc.d/squid.sh; \ fi -- cgit v1.2.3