[Git][NTPsec/ntpsec][master] Fixup check-config.sh to know about build/main
Hal Murray
gitlab at mg.gitlab.com
Sat May 7 08:12:03 UTC 2016
Hal Murray pushed to branch master at NTPsec / ntpsec
Commits:
38e3fd55 by Hal Murray at 2016-05-07T01:11:09-07:00
Fixup check-config.sh to know about build/main
- - - - -
1 changed file:
- ntpd/check-config.sh
Changes:
=====================================
ntpd/check-config.sh
=====================================
--- a/ntpd/check-config.sh
+++ b/ntpd/check-config.sh
@@ -6,15 +6,15 @@
# This only works on code built with --enable-saveconfig
-RAW=../ntpd/complete.conf.in
-IN=ntpd/complete.conf
-OUT=ntpd/compsave.conf # from xxx
+RAW=../ntpd/complete.conf
+IN=main/ntpd/complete.conf
+OUT=main/ntpd/compsave.conf
# may have to prune unsupported features
# rlimit requires MEMLOCK
cp -p $RAW $IN
-./ntpd/ntpd --configfile $IN --saveconfigquit $OUT
+./main/ntpd/ntpd -n --configfile $IN --saveconfigquit $OUT
if test "$?" -ge "0"
then
exit $?
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/38e3fd55adcc1ef6a9a180c88a7f78de39f95737
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20160507/d35795fd/attachment.html>
More information about the vc
mailing list