]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Fix the "kod" keyword
authorHarlan Stenn <stenn@ntp.org>
Sun, 27 Jul 2008 19:09:23 +0000 (15:09 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sun, 27 Jul 2008 19:09:23 +0000 (15:09 -0400)
bk: 488cc7e3AOx2huuszRtWKpncj2DudA

gsoc_sntp/:fetch-stubs
gsoc_sntp/sntp-opts.def

index b1166824d4a98455b32ba3f8d1fb1c69225325cd..4616e9e8d1d5b06bb8774a9d7d4014822defc5b9 100755 (executable)
@@ -11,7 +11,7 @@ set -x
 
 for i in $STUB
 do
-       cp ../sntp/$i .
+       cp ../sntp/$i .
 done
 
 test -f bincheck.mf            || cp ../bincheck.mf .
index 55bde19f77f4aea860caf4c59e1b0a76407c01ac..4785ab7a5a3427435c4cadc9d13c9f6dd1bd6a50 100644 (file)
@@ -93,15 +93,14 @@ flag = {
        _EndOfDoc_;
 };
 
-flag = (
+flag = {
     name      = kod;
     value     = k;
     descrip   = "Specify a file for the KOD packet storage";
     doc = <<-  _EndOfDoc_
     Specifies the file to be used to store KOD packaet information.
     _EndOfDoc_;
-
-
+};
 
 flag = {
        name    = syslog;