Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 175726 - openntpd init scripts need to be fixed for baselayout2 on Gentoo/FreeBSD
Summary: openntpd init scripts need to be fixed for baselayout2 on Gentoo/FreeBSD
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 FreeBSD
: Lowest major (vote)
Assignee: Thilo Bangert (RETIRED) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-23 17:16 UTC by Bjarke Istrup Pedersen (RETIRED)
Modified: 2007-04-24 13:09 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bjarke Istrup Pedersen (RETIRED) gentoo-dev 2007-04-23 17:16:41 UTC
The init script for openntpd doesn't work with baselayout2 on Gentoo/FreeBSD .

It can easily be fixed by changing this in the start() function:
<<<
start-stop-daemon --start --exec /usr/sbin/ntpd -- ${NTPD_OPTS}
>>>
start-stop-daemon --start --exec /usr/sbin/ntpd --name ntpd -- ${NTPD_OPTS}
Comment 1 Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2007-04-24 13:09:45 UTC
fixed in cvs. thanks for the report!