From owner-freebsd-isp Fri Apr 5 15:01:23 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA19667 for isp-outgoing; Fri, 5 Apr 1996 15:01:23 -0800 (PST) Received: from mail.vividnet.com (mail.vividnet.com [206.149.144.3]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id PAA19662 for ; Fri, 5 Apr 1996 15:01:19 -0800 (PST) Received: from aquarius.vividnet.com (postmaster@mail.vividnet.com) by mail.vividnet.com (8.7.4/8.7.4) with SMTP id OAA02004 for ; Fri, 5 Apr 1996 14:59:14 -0800 (PST) Date: Fri, 5 Apr 1996 15:01:06 -0800 (PST) From: Robin Chen X-Sender: robinche@aquarius.vividnet.com To: freebsd-isp@freebsd.org Subject: Multiple HD in spool for Inn Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, In the man for news-recovery, I found that in order to do makehistory for system that is using multiple HD for spool, the following should be executed before makehistory. > find . -type l -name '[1-9]*' -print | xargs -t rm Howevery, after execution such command, it would take out all my soft links.. A link from $SPOOL/alt/binaries to /disk3 would get removed. How would makehistory scan the spool for alt.binaries.*. Is there a way to remove the old forgotten articles other than makehistory or using find? Robin PS. Please reply soon, my server is throttling :(