Bug 29375

Summary: [RFE] make isdnlog more configurable
Product: [Retired] Red Hat Linux Reporter: Enrico Scholz <rh-bugzilla>
Component: internet-configAssignee: Than Ngo <than>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1Keywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-02-25 12:30:36 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Enrico Scholz 2001-02-25 12:30:33 UTC
/etc/init.d/isdn:466 calls isdnlog with static options. Because (newer)
isdn4k-utils can e.g. set hangup-behavior (hangup=...-option),
timesetting-behavior (time=...) or different logging-option for
error-tracking, a lot of users will want to call isdnlog with their own
options.

Currently this needs to edit /etc/init.d/isdn.

Because isndlog can read its configuration from files (the -f ... switch) I
suggest to ship the internet-config package with a config-file (e.g.
/etc/isdn/isdnlog.options) and call isdnlog with '-f <filename>':

|  daemon isdnlog /dev/isdnctrl0 -D -f /etc/isdn/isdnlog.options

Comment 1 Ngo Than 2001-02-26 11:10:00 UTC
i have changed isdn script so that it first checks /etc/isdn/isdnlog.option if
that file
exists. It call isdnlog with '-f <filename>' if this file exists otherwise
statisch options.