[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Adding lines to /etc/rc ??
- To: misc_(_at_)_openbsd_(_dot_)_org
- Subject: Re: Adding lines to /etc/rc ??
- From: "David S." <dgjs_(_at_)_acm_(_dot_)_org>
- Date: Wed, 14 Mar 2001 09:57:42 -0800
On Wed, Mar 14, 2001 at 09:51:07AM -0800, Peter Hessler wrote:
> If you create a /etc/rc.conf.local, what calls it? Would I have to
> modify any other scripts to have it run automagically?
>
% tail /etc/rc.conf
named_user=named # Named should not run as root unless neccesary
named_chroot=/var/named # Where to chroot named if not empty
afs_mount_point=/afs # Mountpoint for AFS
afs_device=/dev/xfs0 # Device used by afsd
afsd_flags=-z # Flags passed to afsd
shlib_dirs= # extra directories for ldconfig
local_rcconf="/etc/rc.conf.local"
[ -f ${local_rcconf} ] && . ${local_rcconf} # Do not edit this line
David S.
Visit your host, monkey.org