Bug 63123

Summary: chkconfig <svc> always return 1 for xinetd services
Product: [Fedora] Fedora Reporter: Marco Lusini <m.lusini>
Component: chkconfigAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact: Ben Levenson <benl>
Severity: low Docs Contact:
Priority: medium    
Version: rawhideCC: jos, rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: 1.3.14-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-02-02 21:45:54 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 Marco Lusini 2002-04-10 10:07:37 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)

Description of problem:
Using chkconfig to see if a xinetd service is configured to be started in the 
current runlevel always returns false. 

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.chkconfig sendmail on
2.chkconfig telnet on
3.chkconfig sendmail ; echo $?
4.chkconfig telnet ; echo $?
	

Actual Results:  [root@iride mon]# chkconfig sendmail on
[root@iride mon]# chkconfig telnet on
[root@iride mon]# chkconfig sendmail ; echo $?
0
[root@iride mon]# chkconfig telnet ; echo $?
1


Expected Results:  [root@iride mon]# chkconfig sendmail on
[root@iride mon]# chkconfig telnet on
[root@iride mon]# chkconfig sendmail ; echo $?
0
[root@iride mon]# chkconfig telnet ; echo $?
0


Additional info:

Comment 1 Ben Levenson 2002-04-10 15:55:50 UTC
verified. should 'chkconfig <xinetd service>' look in /etc/xinetd.d/<service>
for the appropriate info? It appears to only check /etc/rc[0-6].d/

Comment 2 Bill Nottingham 2003-02-14 15:09:51 UTC
*** Bug 84316 has been marked as a duplicate of this bug. ***

Comment 3 Bill Nottingham 2005-02-02 21:45:54 UTC
Fixed in 1.3.14-1.