Subject: rc.local
To: None <port-i386@netbsd.org>
From: david kwok <dkwok@iware.com.au>
List: port-i386
Date: 06/24/2001 11:50:02
I am using NetBSD-1.5.1_BETA2

I have a coup of entries in rc.local however they are not executed on 
boot up.

In the rc.local

echo -n "Starting samba.."
/usr/pkg/sbin/smbd -D
/usr/pkg/sbin/nmbd -D

echo -n "Starting bpalogin..."
/usr/sbin/bpalogin -c /etc/bpalogin.conf

I have checked the /etc/rc.d/local it is invoked on boot up. The dmesg 
shows that the rc.local is invoked but somehow the script in rc.local 
are not executed or may be they are not scripted properly??

Any pointer?

David Kwok