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