Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 493082 - net-misc/openntpd - add pid file option
Summary: net-misc/openntpd - add pid file option
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Christoph Junghans (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2013-12-01 22:12 UTC by Paul B. Henson
Modified: 2013-12-02 13:33 UTC (History)
0 users

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


Attachments
patch adding pidfile option to openntpd (openntpd-20080406-pidfile.diff,3.32 KB, patch)
2013-12-01 22:13 UTC, Paul B. Henson
Details | Diff
ebuild using pidfile option (openntpd-20080406-r6.ebuild,1.58 KB, text/plain)
2013-12-01 22:13 UTC, Paul B. Henson
Details
init.d file for ebuild (openntpd.init.d-20080406-r6,776 bytes, text/plain)
2013-12-01 22:13 UTC, Paul B. Henson
Details
conf.d file for ebuild (openntpd.conf.d-20080406-r6,255 bytes, text/plain)
2013-12-01 22:14 UTC, Paul B. Henson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paul B. Henson 2013-12-01 22:12:24 UTC
Attached is a diff adding a -p option to openntpd and an updated ebuild with an init script that avails of it.

Reproducible: Always
Comment 1 Paul B. Henson 2013-12-01 22:13:01 UTC
Created attachment 364390 [details, diff]
patch adding pidfile option to openntpd
Comment 2 Paul B. Henson 2013-12-01 22:13:27 UTC
Created attachment 364392 [details]
ebuild using pidfile option
Comment 3 Paul B. Henson 2013-12-01 22:13:45 UTC
Created attachment 364394 [details]
init.d file for ebuild
Comment 4 Paul B. Henson 2013-12-01 22:14:03 UTC
Created attachment 364396 [details]
conf.d file for ebuild
Comment 5 Christoph Junghans (RETIRED) gentoo-dev 2013-12-02 13:33:03 UTC
+*openntpd-20080406-r6 (02 Dec 2013)
+
+  02 Dec 2013; Christoph Junghans <ottxor@gentoo.org>
+  +files/openntpd-20080406-pidfile.patch, +files/openntpd.conf.d-20080406-r6,
+  +files/openntpd.init.d-20080406-r6, +openntpd-20080406-r6.ebuild,
+  -openntpd-20080406-r5.ebuild:
+  added pidfile support (bug #493082), fixed ignored NTPD_OPTS for USE=syslog
+  (bug #493032)
+

Thanks for the patch!