Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
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}
fixed in cvs. thanks for the report!