Bug 23065

Summary: Wrong test for $SECURE-flag
Product: [Retired] Red Hat Linux Reporter: Enrico Scholz <rh-bugzilla>
Component: isdn-configAssignee: Than Ngo <than>
Status: CLOSED RAWHIDE QA Contact: Aaron Brown <abrown>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-01-01 00:35:25 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-01-01 00:35:23 UTC
In /etc/init.d/isdn you are checking for the value 'out' in $SECURE

|    if [ "$SECURE" = "out" ]; then
|      log_isdnctrl secure $device $SECURE

isdnctrl doesn't accept 'out' as value at `secure':

|  $ ./isdnctrl secure ippp1 out
|  Secure-parameter must be 'on' or 'off'

Probably you are meaning `off'.

Comment 1 Ngo Than 2001-01-01 15:59:49 UTC
I have fixed it. Thanks.