Mailinglist Archive: opensuse-bugs (4856 mails)
| < Previous | Next > |
[Bug 646875] Can incorrectly think that dhcpd is already running with pidfile existing but commandline not existing
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Tue, 2 Nov 2010 10:40:04 +0000
- Message-id: <20101102104004.BBA9ACC7D5@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=646875
https://bugzilla.novell.com/show_bug.cgi?id=646875#c1
Marius Tomaschewski <mt@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #1 from Marius Tomaschewski <mt@xxxxxxxxxx> 2010-11-02 10:40:04 UTC
---
Thanks, for the report!
Fixed adding missed -s option to grep:
- if test -n "$p" && grep -qE "^${DAEMON_BIN}"
"/proc/$p/cmdline" ; then
+ if test -n "$p" && grep -qsE "^${DAEMON_BIN}"
"/proc/$p/cmdline" ; then
in network:dhcp project and
http://download.opensuse.org/repositories/home:/mtomaschewski:/branches:/openSUSE:/11.3:/Update:/Test/
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |