From: Wouter Wijngaards Date: Wed, 3 Jan 2007 13:17:06 +0000 (+0000) Subject: first test package. X-Git-Tag: release-0.0~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9a9f9ce40e4def7f7cb6b340aa73a01cbd5cb62;p=thirdparty%2Funbound.git first test package. git-svn-id: file:///svn/unbound/trunk@10 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/daemon/unbound.c b/daemon/unbound.c index aafb0ad67..79e1134f6 100644 --- a/daemon/unbound.c +++ b/daemon/unbound.c @@ -20,5 +20,6 @@ main(int argc, char* argv[]) } log_init(); log_info("Start of %s.", PACKAGE_STRING); + return 0; } diff --git a/doc/Changelog b/doc/Changelog index 753c850ca..69e71f87b 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -6,6 +6,8 @@ - Added doc/README with compile help. - main program stub and quiet makefile. - minimal logging service (to stderr). + - added postcommit hook that serves emails. + - added first test 00-lint. postcommit also checks if build succeeds. 15 December 2006: Wouter - Created Makefile.in and configure.ac. diff --git a/testdata/00-lint.tpkg b/testdata/00-lint.tpkg new file mode 100644 index 000000000..19dfc2838 Binary files /dev/null and b/testdata/00-lint.tpkg differ