[afnog] mergemaster mess
Phil Regnauld
regnauld at x0.dk
Thu Feb 23 20:38:43 EAT 2006
On Thu, Feb 23, 2006 at 09:58:43AM -0700, Mike Barnard wrote:
> ok, now this is interesting. i moved my rc.conf file to another location and
> recopied the /etc/defauls/rc.conf file to /etc/rc.conf and the problem
> disappeared. would really like to know why!!
1. Do not COPY /etc/defaults/rc.conf to /etc/rc.conf -- rc.conf
should contain only _changes_ to the default.
The RC boot system in FreeBSD works in the following fashion:
a) read all defaults in from /etc/defaults/rc.conf
b) read overriden variables from /etc/rc.conf
So copying /etc/defaults/rc.conf amounts to having an empty /etc/rc.conf
2. In your posted rc.conf:
> > path: not found
... could be caused by:
> > sshd_program="/usr/local/sbin/sshd"# path to sshd, if you want a different
... try to add a space between " and #, i.e.:
% var="value"#comment
% echo $var
value#comment
...
More information about the afnog
mailing list