From 9f541c7be96ffac96146c62cad3adbd04a39094f Mon Sep 17 00:00:00 2001 From: neilbrown Date: Fri, 10 Dec 2004 01:18:36 +0000 Subject: [PATCH] release 1.0.7-pre2 --- ChangeLog | 5 +++++ configure | 4 ++-- configure.in | 2 +- support/include/ha-callout.h | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9562844..e46bed9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-12-10 NeilBrown + Release 1.0.7-pre2 + + * config.mk, configure.in: update version number, run autoconf + 2004-12-10 Neil Brown * README : note dependancy on kerberos, libevent, and nfsidmap * configure.in : fail if --enable-nfsv4 and libevent or diff --git a/configure b/configure index 59b440f..c5214d1 100755 --- a/configure +++ b/configure @@ -545,7 +545,7 @@ fi # The nfs-utils version -VERSION="1.0.7-pre1" +VERSION="1.0.7-pre2" # Check whether --with-release or --without-release was given. @@ -2096,7 +2096,7 @@ fi fi done if test "x$KRBDIR" = "x"; then - echo "$ac_t"""failed"" 1>&6 + echo "$ac_t"""no"" 1>&6 if test "x$krb5_with" = "x"; then { echo "configure: error: Kerberos v5 with GSS support not found: consider --disable-gss or --with-krb5=" 1>&2; exit 1; } else diff --git a/configure.in b/configure.in index 8134e93..a5eecba 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ AC_INIT(rules.mk) AC_PREFIX_DEFAULT(/usr) # The nfs-utils version -VERSION="1.0.7-pre1" +VERSION="1.0.7-pre2" AC_SUBST(VERSION) dnl ************************************************************* diff --git a/support/include/ha-callout.h b/support/include/ha-callout.h index 64a430d..efb70fb 100644 --- a/support/include/ha-callout.h +++ b/support/include/ha-callout.h @@ -37,7 +37,7 @@ ha_callout(char *event, char *arg1, char *arg2, int arg3) * SIGCHLD temporarily */ newact.sa_handler = SIG_DFL; - newacc.sa_flags = 0; + newact.sa_flags = 0; sigemptyset(&newact.sa_mask); sigaction(SIGCHLD, &newact, &oldact); pid = fork(); -- 2.39.2