Summary: | broken lisa initscript | ||
---|---|---|---|
Product: | Sisyphus | Reporter: | Michael Shigorin <mike> |
Component: | kdenetwork-lisa | Assignee: | Nobody's working on this, feel free to take it <nobody> |
Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
Severity: | blocker | ||
Priority: | P2 | CC: | ldv |
Version: | unstable | ||
Hardware: | all | ||
OS: | Linux | ||
Bug Depends on: | |||
Bug Blocks: | 3005 |
Description
Michael Shigorin
2004-01-09 17:25:13 MSK
start-stop-daemon don't create pidfile from /etc/init.d/lisa: start() { [...] msg_starting $"lan browser daemon for KDE" start_daemon --lockfile "$LOCKFILE" --expect-user root --no-announce -- $LISA $ARGS -c $CONFIG_FILE RETVAL=$? return $RETVAL } So why should it create pid file? --pidfile don't create pidfile too --pidfile only checks for pidfile, see start-stop-daemon(8). Help me please --make-pidfile create pidfile, but for parent process, which exit after fork fixed in kdenetwork-3.1.4-alt4 closing closing |