The following reply was made to PR ports/26824; it has been noted by GNATS.
From: Martin Kaeske <Mart...@II.Stud.TU-Ilmenau.DE>
To: free...@FreeBSD.org,
Mart...@ii.stud.tu-ilmenau.de
Cc:
Subject: Re: ports/26824: grep works wrong in apsfilter's SETUP
Date: Sat, 28 Apr 2001 19:49:03 +0200
I "solved the problem with replacing grep with sed.
grep -v "^#" $PRINTER_LIST --> sed -e '/^#/d' $PRINTER_LIST
grep -c .... ---> sed ...|wc -l
But might not be in the interest of the apsfilter developers.
Martin
--
The instructions said to use Windows 98 or better, so I installed
FreeBSD.
-- Jim Levie in comp.unix.bsd.freebsd.misc --
To Unsubscribe: send mail to majo...@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message