Bug 2897 - pidfile not created by default
Summary: pidfile not created by default
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: xinetd (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: placeholder@altlinux.org
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-29 10:50 MSD by Michael Shigorin
Modified: 2003-09-05 17:27 MSD (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.