Subject: Re: Local additions to /etc/{daily,weekly,monthly}
To: Ignatios Souvatzis <is@jocelyn.rhein.de>
From: None <itojun@iijlab.net>
List: tech-userlevel
Date: 01/08/2000 12:29:39
>> 	Do we really need to have "run_local"?  isn't it okay to just ship
>> 	empty /etc/daily.local and invoke it anyways?
>IMO, no. A hasty upgrade would overwrite it.

	see, so
	- don't ship empty daily.local
	- daily would do something like:
		if [ -f /etc/daily.local ]; then
			. /etc/daily.local
		fi

itojun