s-s-d unable to start microevtd so run it direcly and correct pidfile name

(Portage version: 2.2.0_alpha123/git/Linux x86_64, unsigned Manifest commit)
This commit is contained in:
Mario Fetka
2012-11-15 10:32:02 +01:00
parent 3390787a8d
commit 26c87a2535
3 changed files with 9 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
#!/sbin/runscript
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -15,8 +15,8 @@ depend() {
start() {
# micro_evtd doesn't start properly from s-s-d, need to investigate
ebegin "Starting ${description}"
start-stop-daemon --start --quiet --pidfile "${PIDFILE}" --exec /usr/sbin/micro-evtd
#/usr/sbin/micro-evtd
#start-stop-daemon --start --quiet --pidfile "${PIDFILE}" --exec /usr/sbin/micro-evtd
/usr/sbin/micro-evtd
eend $?
}