From 83f6eaa0e3224b6c84e356faa016022b53058ebd Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Thu, 15 Feb 2001 15:52:17 +0000 Subject: - make pidofproc() and killproc() try to use the PID associated with the full pathname first before killing the daemon by its basename (for daemons that share the same basename, i.e. "master" in postfix and cyrus-imapd) (#19016) - fix status() as well --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1001161c..dfa4eae3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2001-02-15 Nalin Dahyabhai + + * initscripts.spec: 5.64.2-1 + + * rc.d/init.d/functions: + fix killproc, pidofproc, and status looking at or killing the wrong + daemon when they share the same basename but are in different + directories + 2001-02-14 Bill Nottingham * initscripts.spec: 5.64.1-1 -- cgit