[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [leafnode-list] romoving groups quickly?



Ulrich Kaufmann wrote:

> What about a shell-script, something like "killgroup alt.bla.fas", in future
> releases?

I don't think this is very helpful, but you can use this (it will
obviously only work if you are "root" or "news"):

#! /bin/bash
if [ $# = 1 ]
then
    rm /var/spool/news/interesting.groups/$1
else
    echo Usage: $0 [newsgroup]
fi

> Does texpire delete any old articles in "removed" groups?

Yes. I added a sentence to the paragraph mentioning this.

> In which cases do leafnode, fetchnews or texpire
> restore a missing /var/spool/news/interesting.groups/
> file?

If the directory /var/spool/news/interesting.groups/ is missing, any
of the programs applyfilter, checkgroups, fetchnews, leafnode or
texpire will restore it.

--Cornelius.

-- 
/* Cornelius Krasel, U Wuerzburg, Dept. of Pharmacology, Versbacher Str. 9 */
/* D-97078 Wuerzburg, Germany   email: phak004@xxxxxxxxxxxxxxxxxxxxxx  SP4 */
/* "Science is the game we play with God to find out what His rules are."  */

-- 
leafnode-list@xxxxxxxxxxxxxxxxxxxxxxxxxxxx -- mailing list for leafnode
To unsubscribe, send mail with "unsubscribe" in the subject to the list