summaryrefslogtreecommitdiffstats
path: root/package/openntpd
Commit message (Collapse)AuthorAgeFilesLines
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer2006-10-011-2/+2
| | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
* fixed strip command to use target not host arch per case 0000481David Anders2006-01-241-1/+2
|
* patch from 'steelman'Eric Andersen2005-09-141-2/+2
|
* Add support for the openntpd package to buildroot. OpenNTPD is a free, easy toEric Andersen2005-05-162-0/+71
use implementation of the Network Time Protocol with a small footprint. It provides the ability to sync the local clock to remote NTP servers and can act as NTP server itself, redistributing the local clock. http://bugs.uclibc.org/view.php?id=257