Bug 70678 - "ypbind" does not exist for "chkconfig --list" by default
Summary: "ypbind" does not exist for "chkconfig --list" by default
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Public Beta
Classification: Retired
Component: ypbind
Version: limbo
Hardware: i386
OS: Linux
medium
low
Target Milestone: ---
Assignee: Alexander Larsson
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks: 67218
TreeView+ depends on / blocked
 
Reported: 2002-08-03 21:16 UTC by Peter van Egdom
Modified: 2007-04-18 16:45 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2002-08-09 23:17:21 UTC
Embargoed:


Attachments (Terms of Use)

Description Peter van Egdom 2002-08-03 21:16:18 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020724

Description of problem:
Typing in (Limbo, beta 2) the following as root :

[root@limbo-pc /]# for i in /etc/rc.d/init.d/*; do chkconfig --list |grep
`basename $i` >/dev/null || echo `basename $i` ; done

returns "ypbind"

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

Source RPM: ypbind-1.11-2.src.rpm


How reproducible:
Always

Steps to Reproduce:
As root, type in :

for i in /etc/rc.d/init.d/*; do chkconfig --list |grep `basename $i` >/dev/null
|| echo `basename $i` ; done




Actual Results:  ypbind shows up

Expected Results:  ypbind should not show up :-)

Additional info:

Comment 1 Bill Nottingham 2002-08-14 02:54:19 UTC
This is done by authconfig when you do not have NIS enabled.


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