Date: Thu, 09 May 2002 21:00:14 +0200 (CEST) From: Riccardo Torrini <riccardo@torrini.org> To: Mark Murray <mark@grondar.za> Cc: current@FreeBSD.ORG Subject: Re: Perl scripts that need rewiting - Any volunteers? Message-ID: <XFMail.20020509210014.riccardo@torrini.org> In-Reply-To: <200205091538.g49FcjjV023822@grimreaper.grondar.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 09-May-2002 (15:38:45/GMT) Mark Murray wrote: >> I tryed this one. I'm not a committer, just a volunteer :-) > You're on! Please put appropriate (c) on this (Preferably > 2-clause BSD license) and I'll commit it for you :-) Ahemm, I'm not sure to have done correct job. Please review last version of this script from my site: ftp://castle.torrini.org/pub/FreeBSD/spkrtest-current and modify if I miss or don't understand something ;) Thanks. Riccardo. PS: I think that man page (/usr/src/usr.sbin/spkrtest/spkrtest.8) should be changed to remove perl(1): # diff -u2 spkrtest.8.orig spkrtest.8 --- spkrtest.8.orig Fri Jul 13 17:36:02 2001 +++ spkrtest.8 Thu May 9 20:43:40 2002 @@ -40,5 +40,4 @@ .Sh SEE ALSO .Xr dialog 1 , -.Xr perl 1 , .Xr spkr 4 .Sh HISTORY or to include sh(1): # diff -u2 spkrtest.8.orig spkrtest.8 --- spkrtest.8.orig Fri Jul 13 17:36:02 2001 +++ spkrtest.8 Thu May 9 20:58:46 2002 @@ -40,5 +40,5 @@ .Sh SEE ALSO .Xr dialog 1 , -.Xr perl 1 , +.Xr sh 1 , .Xr spkr 4 .Sh HISTORY To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.20020509210014.riccardo>