Subject: Re: Not the standard rc.d complaint
To: Andrew Gillham <gillhaa@ghost.whirlpool.com>
From: John Nemeth <jnemeth@victoria.tc.ca>
List: current-users
Date: 05/14/2000 04:13:38
On Jul 25, 11:50pm, Andrew Gillham wrote:
}
} How about allowing /etc/rc.conf to be a single config file, or a
} subdirectory containg config files? (or /etc/rc.conf and rc.config?)
} Something like this could be add to the top of /etc/rc.d/*:
} if [ -d /etc/rc.conf ]; then
} . /etc/rc.conf/rwho.conf <- or `basename $0`.conf
} else
} . /etc/rc.conf
} fi
}
} Then you can have /etc/rc.conf as a monolithic file _OR_ /etc/rc.conf
} the config directory.
This is a somewhat interesting idea. It would certainly make it
clear what the admin wants. If you chose the directory option, there
would probably need to be a "global" file for a couple of things. This
setup would need some support in sysinst to allow the user which option
they wanted and to do the right thing.
}-- End of excerpt from Andrew Gillham