Bug 23171 - RFE - add further support for specifying initscript options
Summary: RFE - add further support for specifying initscript options
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: sysklogd
Version: 7.1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks: 23548
TreeView+ depends on / blocked
 
Reported: 2001-01-02 20:00 UTC by R P Herrold
Modified: 2014-03-17 02:17 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2001-01-18 15:10:39 UTC
Embargoed:


Attachments (Terms of Use)

Description R P Herrold 2001-01-02 20:00:15 UTC
Per the discussion across the weekend on the Beta-Testers list, 

add a file:  /etc/sysconfig/syslogd  and /etc/sysconfig/klogd

allowing for a syntax:

SOPTIONS=" -r "

- and -

KOPTIONS=" -x "

Source each in the relevant initscript, and 

    daemon syslogd -m 0 $SOPTIONS

(properly, to avoid the mess like with sendmail, move the '-m 0' option
into the new SOPTIONS as a default setting)

-----------
For completeness, add to the klogd line as well, like:

     daemon klogd $KOPTIONS

-----------

Minor print documentation extension to point out the newly available
{SK}OPTIONS entry.

Comment 1 Pekka Savola 2001-01-02 20:24:23 UTC
Strongly seconded.

Comment 2 Daniel Roesen 2001-01-03 09:31:20 UTC
Dito.

Comment 3 Bill Nottingham 2001-01-19 18:03:30 UTC
Will be fixed in sysklogd-1.4-5.


Note You need to log in before you can comment on or make changes to this bug.