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

[root: Boot-time Usenet warning on eagle]



I've setup an INN news server. Immediatly after, it worked fine but a few days
later, every time Inn boots, it sends a message like that  :
----- Forwarded message from root <root> -----

From: root (root)
To:	usenet
Subject: Boot-time Usenet warning on eagle

Old .news.daily file; need to run news.daily?

----- End forwarded message -----
My inn version is 

ii  inewsinn        1.7.2-4        NNTP client news injector, from InterNetNews
ii  inn             1.7.2-4        News transport system `InterNetNews' by the 

My INN startup-file is the default :

#! /bin/sh
#
# init.d/inn	Start/stop the news server.
#
# Version:	init.d/inn  1.21  15-Apr-1998  miquels@cistron.nl
#

test -f /usr/sbin/innd || exit 0

start () {
	start-stop-daemon --quiet --start --user news \
		--pidfile /var/run/innd/innd.pid --startas /etc/news/boot
	sleep 1
}

stop () {
	if [ -f /var/run/innd/innwatch.pid ]
	then
		start-stop-daemon --quiet --stop \
			--pidfile /var/run/innd/innwatch.pid
	fi
	start-stop-daemon --quiet --stop \
		--pidfile /var/run/innd/innd.pid --exec /usr/sbin/innd
}

case "$1" in
	start)
		start
		;;
	stop)
		echo "Stopping news server: innd"
		stop
		;;
	restart|force-reload)
		stop
		sleep 2
		start
		;;
	*)
		echo "Usage: /etc/init.d/inn start|stop|restart|force-reload">&2
		exit 1
		;;
esac

exit 0
How must I do in order to remove this message !
The server works good but if it says that, it must be a Pb somewhere...
Thanks for helping me.
-- 
         // -----oOo----- ---------oOo-------- -------oOo------\\
        | Sami Dalouche  | samid@ifrance.com  | AIM : linhax    |
        | 01.34.83.16.76 | linhax@ifrance.com | ICQ : 25529539  |
         \\ -----oOo----- ---------oOo-------- -------oOo------//


Reply to: