Subject: Re: Keeping /etc/defaults and /etc/rc.d in-sync
To: None <thorpej@wasabisystems.com>
From: None <itojun@iijlab.net>
List: tech-userlevel
Date: 12/27/2001 15:30:27
>Folks...
>
>Today I got fed up with the fact that /etc/rc.d and /etc/defaults are
>not automatically kept in-sync with the rest of userland.
>
>Since the system-provided scripts and defaults files are not meant to
>be modified by the end-user, a very simple patch alleviates my suffering.
>
>+ SUBDIR+=	defaults rc.d

	when files are get removed from src/etc/rc.d, obsolete rc.d fragments
	are left behind in /etc/rc.d and will cause troubles.

itojun