]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
ChangeLog, flock-build:
authorHarlan Stenn <stenn@ntp.org>
Sat, 6 May 2000 02:37:42 +0000 (02:37 -0000)
committerHarlan Stenn <stenn@ntp.org>
Sat, 6 May 2000 02:37:42 +0000 (02:37 -0000)
  * flock-build: If we don't use autokey, don't use rsaref either.

bk: 39138576W8fqfMcciwFsf7pK5K3XVw

ChangeLog
flock-build

index 6187f12112f9fd18247ea65bf817a69c746de386..31439d9b067e55490894f1d41fc6f77d36b0a868 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2000-05-05  Harlan Stenn  <stenn@whimsy.udel.edu>
 
+       * flock-build: If we don't use autokey, don't use rsaref either.
+
        * configure.in: 4.0.99i7
 
        * build (KEYSUF): 
index 8a0f4eca6e2a9bbc9d5a2f7613e13e0fd8be1808..4f9a99820ad9ba7420615ce20bb9730bc416b28b 100755 (executable)
@@ -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