Bug 2897

Summary: pidfile not created by default
Product: Sisyphus Reporter: Michael Shigorin <mike>
Component: xinetdAssignee: placeholder <placeholder>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P2 CC: glebfm, ldv, placeholder
Version: unstable   
Hardware: all   
OS: Linux   

Description Michael Shigorin 2003-08-29 10:50:39 MSD
Having out-of-box pidfile would help monit it.

--- /etc/sysconfig/xinetd~      2003-08-29 09:47:30 +0300
+++ /etc/sysconfig/xinetd       2003-08-29 09:47:01 +0300
@@ -1,2 +1,2 @@
 # Add extra options here
-EXTRAOPTIONS='-reuse -remlock'
+EXTRAOPTIONS='-reuse -remlock -pidfile /var/run/xinetd.pid'
Comment 1 Dmitry V. Levin 2003-09-05 16:55:48 MSD
There are no need, 
xinetd creates pidfile by default (see changelog for 2.3.11-alt2). 
Comment 2 Michael Shigorin 2003-09-05 17:27:34 MSD
Agreed.