Bug 28878

Summary: Patch to rc to use syslogd_program for path to syslogd
Product: Base System Reporter: rand
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.3-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff none

Description rand 2001-07-10 21:00:01 UTC
A number of system facilities, especially network ones, allow a different
program to be run by the rc scripts by using a NAME_program setting in the
/etc/rc.conf. This is not available for syslogd, and we use a different
syslogd than the stock FreeBSD one. Since it is important for syslogd to
start before other programs, using a /usr/local/etc/rc.d/syslogd.sh script
isn't really an option.

I propse a syslogd_program setting in rc.conf to select which syslogd
to be started.

Fix: Here are patches to to /etc/rc and /etc/defaults/rc.conf to "solve"
my problem:

How-To-Repeat: Try to have a different syslogd run on boot.
Comment 1 dd freebsd_committer freebsd_triage 2001-07-12 00:25:33 UTC
State Changed
From-To: open->closed

I added this and some similar knobs to -current a few weeks ago.  Will MFC 
later.