From: Harlan Stenn Date: Sat, 6 May 2000 02:37:42 +0000 (-0000) Subject: ChangeLog, flock-build: X-Git-Tag: NTP_4_0_99_J~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b56a284ba9f03bfcea5c9cd228f2c5dd424fa2cb;p=thirdparty%2Fntp.git ChangeLog, flock-build: * flock-build: If we don't use autokey, don't use rsaref either. bk: 39138576W8fqfMcciwFsf7pK5K3XVw --- diff --git a/ChangeLog b/ChangeLog index 6187f1211..31439d9b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-05-05 Harlan Stenn + * flock-build: If we don't use autokey, don't use rsaref either. + * configure.in: 4.0.99i7 * build (KEYSUF): diff --git a/flock-build b/flock-build index 8a0f4eca6..4f9a99820 100755 --- a/flock-build +++ b/flock-build @@ -29,5 +29,5 @@ do echo $i ssh $i "cd $c_d ; ./build $SIG --enable-parse-clocks $BUILD_ARGS" & ssh $i "cd $c_d ; ./build $SIG --enable-parse-clocks --without-rsaref $BUILD_ARGS" & - ssh $i "cd $c_d ; ./build $SIG --enable-parse-clocks --disable-autokey $BUILD_ARGS" & + ssh $i "cd $c_d ; ./build $SIG --enable-parse-clocks --without-rsaref --disable-autokey $BUILD_ARGS" & done