From 335b2afe384c35ca09f167a5f52172937b8069d4 Mon Sep 17 00:00:00 2001 Message-Id: <335b2afe384c35ca09f167a5f52172937b8069d4.1717847991.git.mdw@distorted.org.uk> From: Mark Wooding Date: Mon, 5 Mar 2012 23:27:37 +0000 Subject: [PATCH] local.m4: Promote the NTP server configuration to a proper variable. Organization: Straylight/Edgeware From: Mark Wooding --- local.m4 | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/local.m4 b/local.m4 index 399e69c..987cf73 100644 --- a/local.m4 +++ b/local.m4 @@ -21,6 +21,15 @@ ### along with this program; if not, write to the Free Software Foundation, ### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +###-------------------------------------------------------------------------- +### Local configuration. + +m4_divert(6)m4_dnl +## Default NTP servers. +defconf(ntp_servers, + "158.152.1.76 158.152.1.204 194.159.253.2 195.173.57.232") + +m4_divert(-1) ###-------------------------------------------------------------------------- ### Packet classification. @@ -55,8 +64,6 @@ defiface $if_iodine untrusted:172.29.198.128/28 defiface $if_its_mz safe:172.29.199.160/30 defiface $if_its_pi safe:192.168.0.0/24 -## Default NTP servers. -ntp_servers="158.152.1.76 158.152.1.204 194.159.253.2 195.173.57.232" m4_divert(80)m4_dnl ###-------------------------------------------------------------------------- -- [mdw]