aboutsummaryrefslogtreecommitdiffstats
path: root/packages/openntpd
AgeCommit message (Expand)Author
2005-08-31Openntpd init-script. Fix directory checkOyvind Repvik
2005-08-31openntpd init-scriptOyvind Repvik
2005-08-14Fixup typoOyvind Repvik
2005-08-14Check if the dir exists first ;-)Oyvind Repvik
2005-08-14Use sysconfdir/localstatedir instead of hardcoded paths. Create homedir in po...Oyvind Repvik
2005-08-02Update to working update-rc.d stuffOyvind Repvik
2005-08-02And remember, PR is everything (Or something)Oyvind Repvik
2005-08-02Use update-rc.d bbclass instead of manually doing update-rc.dOyvind Repvik
2005-08-02Added update-rc.d in postinstOyvind Repvik
2005-08-02Updated initscript to use -s to work around adjtime() bugOyvind Repvik
2005-08-02Change ownership of /var/shared/empty, so that openntpd doesn't freak outOyvind Repvik
2005-08-02Removed unneccessary creation of /shared/empty, added timezones DEPENDSOyvind Repvik
2005-07-10Make MySQL & openntpd create users on installOyvind Repvik
2005-07-09Syntax Fixes for the grammar from the bitbake c parser.Holger Freyther
2005-07-04Added new version of openntpd.Oyvind Repvik
2005-07-04Added patch for openntpd-3.7p1 to use the adjtimex() call.Oyvind Repvik
2005-07-04Fixed makefile to ignore that the ntpd user may not exist on the build system.Oyvind Repvik
2005-07-04Added openntpd init-scriptOyvind Repvik
2005-06-30import clean BK tree at cset 1.3670Koen Kooi
2005-01-14Merge bk://nslu2-linux@nslu2-linux.bkbits.net/openembeddedRod Whitby
/span> file://bug_604768_upstream_7826_drop-using-samba-link.patch;patchdir=.. \ file://bug_604768_upstream_7826_fix-WHATSNEW-link.patch;patchdir=.. \ file://waf-as-source.patch;patchdir=.. \ file://smbtorture-manpage.patch;patchdir=.. \ file://libutil_drop_AI_ADDRCONFIG.patch;patchdir=.. \ file://shadow_copy2_backport.patch;patchdir=.. \ file://only_export_public_symbols.patch;patchdir=.. \ file://configure-disable-getaddrinfo-cross.patch;patchdir=.. \ file://configure-disable-core_pattern-cross-check.patch;patchdir=.. \ " SRC_URI[md5sum] = "fbb245863eeef2fffe172df779a217be" SRC_URI[sha256sum] = "4f5a171a8d902c6b4f822ed875c51eb8339196d9ccf0ecd7f6521c966b3514de" S = "${WORKDIR}/samba-${PV}/source3" EXTRA_OECONF += "\ ac_cv_path_PYTHON=/not/exist \ ac_cv_path_PYTHON_CONFIG=/not/exist \ SMB_BUILD_CC_NEGATIVE_ENUM_VALUES=yes \ samba_cv_CC_NEGATIVE_ENUM_VALUES=yes \ linux_getgrouplist_ok=no \ samba_cv_HAVE_BROKEN_GETGROUPS=no \ samba_cv_HAVE_FTRUNCATE_EXTEND=yes \ samba_cv_have_setresuid=yes \ samba_cv_have_setresgid=yes \ samba_cv_HAVE_WRFILE_KEYTAB=yes \ samba_cv_linux_getgrouplist_ok=yes \ " do_configure() { oe_runconf } do_compile () { base_do_compile }