From owner-freebsd-security Tue Mar 13 16:10:21 2001 Delivered-To: freebsd-security@freebsd.org Received: from dell.dannyland.org (dell.dannyland.org [64.81.36.13]) by hub.freebsd.org (Postfix) with ESMTP id 59F8B37B718 for ; Tue, 13 Mar 2001 16:10:09 -0800 (PST) (envelope-from dannyman@toldme.com) Received: by dell.dannyland.org (Postfix, from userid 1001) id E15865BF7; Tue, 13 Mar 2001 16:10:17 -0800 (PST) Date: Tue, 13 Mar 2001 16:10:17 -0800 From: dannyman To: Dag-Erling Smorgrav Cc: freebsd-security@FreeBSD.ORG Subject: Re: Sophos "idefetch" script Message-ID: <20010313161017.Z3500@dell.dannyland.org> References: <20010313151512.Q3500@dell.dannyland.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from des@ofug.org on Wed, Mar 14, 2001 at 01:03:58AM +0100 X-Loop: djhoward@uiuc.edu X-URL: http://www.dannyland.org/~dannyman/ Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Mar 14, 2001 at 01:03:58AM +0100, Dag-Erling Smorgrav wrote: > dannyman writes: > > http://www.dannyland.org/~dannyman/warez/idefetch > > > > If you can make it better, please share. ;) > > Try this on for size: > > idesite="http://www.sophos.com/downloads/ide/" > idedir="/usr/local/sav" > fetch="/usr/bin/fetch" > ${fetch} -q -o - "${idesite}list.txt" | cut -c 37- | while read d ; do > ${fetch} -m -q -o ${idedir} "${idesite}${d}" > done DES: Is this addendum to the script okay by you? ;) # >>>>>> SNIP HERE IF YOU ARE 31337 <<<<<< # If you want, use this from Dag-Erling Smorgrav # (You can use the below without including the Tellme license ;) #Try this on for size: # #idesite="http://www.sophos.com/downloads/ide/" #idedir="/usr/local/sav" #fetch="/usr/bin/fetch" #${fetch} -q -o - "${idesite}list.txt" | cut -c 37- | while read d ; do # ${fetch} -m -q -o ${idedir} "${idesite}${d}" #done To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message