Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Sep 2001 21:14:07 +1000 (EST)
From:      Danny K Ho <99053811@day.uws.edu.au>
To:        questions@freebsd.org
Subject:   Getting bpalogin to startup automatically?
Message-ID:  <Pine.GSO.4.21.0109022108400.27115-100000@day.uws.edu.au>

next in thread | raw e-mail | index | archive | help
Hello

- I am trying to get bpalogin automatically during bootup
- Iam running FreeBSD 4.3

- I usually start bpalogin maunally by typing in bpalogin
-c /etc/bpalogin.conf

- I have tried creating a shell script in /usr/local/etc/rc.d/

Which is

#!/bin/sh

bpalogin -c /etc/bpalogin.conf


- I have tried using

#!/bin/sh

/usr/sbin/bpalogin -c /etc/bpalogin.conf


- I saved the file as bpalogin.sh and typed in chmod 755.
still I can't get FreeBSD to startup bpalogin 

- Maybe someone in the FreeBSD mailing list with bpalogin call tell me how
I can get FreeBSD to start up bpalogin autoactially.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.21.0109022108400.27115-100000>