Bug 44858 - /etc/rc.d/init.d/identd fails if /etc/sysconfig/identd doesn't exist
Summary: /etc/rc.d/init.d/identd fails if /etc/sysconfig/identd doesn't exist
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: pidentd
Version: 1.0
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: 2001-06-18 14:51 UTC by Jonathan Kamens
Modified: 2007-04-18 16:33 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-06-18 14:52:41 UTC
Embargoed:


Attachments (Terms of Use)
patch to make /etc/rc.d/init.d/identd check for /etc/sysconfig/identd before including it (258 bytes, patch)
2001-06-18 14:52 UTC, Jonathan Kamens
no flags Details | Diff

Description Jonathan Kamens 2001-06-18 14:51:44 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.76 [en] (X11; U; Linux 2.2.19curl1 i686)

Description of problem:
The script /etc/rc.d/init.d/identd doesn't check if /etc/sysconfig/identd
exists before trying to execute it.  It should, in the same way as many
other init scripts.


How reproducible:
Always

Steps to Reproduce:
Delete /etc/sysconfig/identd, if it exists.
Run /etc/rc.d/init.d/identd restart.

	

Actual Results:  You get an error about /etc/sysconfig/identd being
missing.

Expected Results:  identd should be started.


Additional info:

Comment 1 Jonathan Kamens 2001-06-18 14:52:36 UTC
Created attachment 21248 [details]
patch to make /etc/rc.d/init.d/identd check for /etc/sysconfig/identd before including it

Comment 2 Trond Eivind Glomsrxd 2001-06-18 23:35:59 UTC
OK, I added a patch to fix this (since it is included in the package it
shouldn't ever be missing, but...).  3.0.12-7


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