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.
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
>>
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
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
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
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