Bug 60336 - Service script does not have correct syntax.
Summary: Service script does not have correct syntax.
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: pidentd
Version: 7.2
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Trond Eivind Glomsrxd
QA Contact: Aaron Brown
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-02-25 23:20 UTC by Steven W. Orr
Modified: 2007-04-18 16:40 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2002-02-25 23:20:42 UTC
Embargoed:


Attachments (Terms of Use)

Description Steven W. Orr 2002-02-25 23:20:37 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.78 [en] (X11; U; Linux 2.4.9-ac10 i686)

Description of problem:
/etc/rc.d/init.d/identd says:
# chkconfig: - 35 65
Should say
# chkconfig: 2345 35 65
This prevents chkconfig from working correctly.
chkconfig --add identd
will not create the needed link.

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


How reproducible:
Always

Steps to Reproduce:
1. chkconfig --add identd
2.
3.
	

Actual Results:  No S links are created.

Additional info:

Comment 1 Trond Eivind Glomsrxd 2002-03-01 16:55:22 UTC
Not supposed to, it doesn't (and shouldn't) run by default. "--add" doesn't
enable it, if you want to do that, do "chkconfig identd on".


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