Re: new rc.d scripts

2011-07-15 Thread Nigel Taylor

On 07/15/11 20:14, Ted Unangst wrote:

When upgrading to a new snapshot with the rc.d system, how is the rc.d
directory supposed to be populated?  I ran sysmerge and got an /etc/rc
that called these scripts, but no actual scripts.

Is sysmerge supposed to install them?  It didn't.



Hi,

They should be in the base49.tgz

tar -tzf base49.tgz ./etc/rc.d | head
./etc/rc.d
./etc/rc.d/amd
./etc/rc.d/apmd
./etc/rc.d/aucat
./etc/rc.d/bgpd
./etc/rc.d/bootparamd
./etc/rc.d/btd
./etc/rc.d/cron
./etc/rc.d/dhcpd
./etc/rc.d/dhcrelay

This comes from a release I built today, so could be missing in the 
snapshot you used.


Regards

Nigel Taylor



Re: new rc.d scripts

2011-07-15 Thread Kenneth R Westerback
On Fri, Jul 15, 2011 at 03:14:41PM -0400, Ted Unangst wrote:
> When upgrading to a new snapshot with the rc.d system, how is the rc.d
> directory supposed to be populated?  I ran sysmerge and got an /etc/rc
> that called these scripts, but no actual scripts.
> 
> Is sysmerge supposed to install them?  It didn't.
> 

They just appeared after I upgraded. I didn't populate them manually.

 Ken