Re: Problems with source_rc_confs

2000-06-02 Thread Doug Barton
On Fri, 2 Jun 2000, Alexander Leidinger wrote: > I know, but I had to modify them to get it running. If that's true, you already had some sort of custom modifications which interfered with the way the system is supposed to work. That's not "bad," it just makes debugging more complicated.

Re: Problems with source_rc_confs

2000-06-02 Thread Alexander Leidinger
On 2 Jun, Sheldon Hearn wrote: >> At the moment my /etc/rc contains: >> ---snip--- >> # If there is a global system configuration file, suck it in. >> # >> if [ -r /etc/defaults/rc.conf ]; then >> . /etc/defaults/rc.conf >> . /etc/rc.conf >> . /etc/rc.conf.local >>

Re: Problems with source_rc_confs

2000-06-02 Thread Sheldon Hearn
On Fri, 02 Jun 2000 12:07:13 +0200, Alexander Leidinger wrote: > At the moment my /etc/rc contains: > ---snip--- > # If there is a global system configuration file, suck it in. > # > if [ -r /etc/defaults/rc.conf ]; then > . /etc/defaults/rc.conf > . /etc/rc.conf > . /et

Re: Problems with source_rc_confs

2000-06-02 Thread Alexander Leidinger
On 2 Jun, Sheldon Hearn wrote: >> after the update of my rc scripts (~a month ago if I remember correctly) >> to use source_rc_conf it didn't boots as expected. E.g. it didn't starts >> anything from rc.i386. I had to source rc.conf* manually in rc.i386. > > Could you run mergemaster again to

Re: Problems with source_rc_confs

2000-06-02 Thread Sheldon Hearn
On Fri, 02 Jun 2000 09:46:04 +0200, Alexander Leidinger wrote: > after the update of my rc scripts (~a month ago if I remember correctly) > to use source_rc_conf it didn't boots as expected. E.g. it didn't starts > anything from rc.i386. I had to source rc.conf* manually in rc.i386. Could you

Problems with source_rc_confs

2000-06-02 Thread Alexander Leidinger
Hi, after the update of my rc scripts (~a month ago if I remember correctly) to use source_rc_conf it didn't boots as expected. E.g. it didn't starts anything from rc.i386. I had to source rc.conf* manually in rc.i386. Other misbehavior: - didn't set the defaultroute - didn't start ntpd/lpd