Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 91030 - sys-process/daemon (new ebuild)
Summary: sys-process/daemon (new ebuild)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard: sunrise-removal
Keywords: EBUILD, InOverlay
: 190225 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-05-01 02:36 UTC by Robert S
Modified: 2016-06-08 15:48 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Daemon ebuild (daemon-0.6.3.ebuild,534 bytes, text/plain)
2005-05-01 02:38 UTC, Robert S
Details
sys-process/daemon/daemon-0.6.3.ebuild (daemon-0.6.3.ebuild,694 bytes, text/plain)
2007-08-25 21:15 UTC, Federico Ferri (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Robert S 2005-05-01 02:36:23 UTC
Daemon is a simple useful utility which converts programs into daemons.  It is part of Debian.  I use it to run clamd in "supervised" mode so that it can be restarted if it dies.  It also provides a convenient way of shutting down processes.  I've tested it on x86 and amd64.

This is my first ebuild so please forgive any bloopers.
Comment 1 Robert S 2005-05-01 02:38:49 UTC
Created attachment 57709 [details]
Daemon ebuild
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2005-05-01 09:42:41 UTC
any reason for this over start-stop-daemon?
Comment 3 SpanKY gentoo-dev 2005-05-01 10:03:47 UTC
start-stop-daemon will daemonize processes, but it wont supervise them

daemontools does both of those though
Comment 4 Vlastimil Holer 2005-09-20 07:00:34 UTC
Because daemon can run services under different user.
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2007-02-03 15:38:54 UTC
No progress upstream since 2004. 

WONTFIX, use sys-process/daemontools
Comment 6 Jakub Moc (RETIRED) gentoo-dev 2007-08-25 20:35:46 UTC
*** Bug 190225 has been marked as a duplicate of this bug. ***
Comment 7 Federico Ferri (RETIRED) gentoo-dev 2007-08-25 21:15:56 UTC
Created attachment 129178 [details]
sys-process/daemon/daemon-0.6.3.ebuild

this is my effort providing a working ebuild.

even if the software features very bad programming practices, this is the best we could get out of it.
a guy on #-bugs reported many errors on amd64, so KEYWORDS=-amd64 unless someone has time to fix it