From 0aa5f38c6a7ee37687f95521bc6e85f776812e52 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 24 May 2020 11:16:29 +0200 Subject: fromdos: fix wrong line encoding --- data/templates/dhcp-client/daemon-options.tmpl | 2 +- data/templates/vrrp/daemon.tmpl | 10 ++++----- .../include/interface-disable.xml.i | 12 +++++------ interface-definitions/include/port-number.xml.i | 24 +++++++++++----------- 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/data/templates/dhcp-client/daemon-options.tmpl b/data/templates/dhcp-client/daemon-options.tmpl index b5a10c3b8..12786b777 100644 --- a/data/templates/dhcp-client/daemon-options.tmpl +++ b/data/templates/dhcp-client/daemon-options.tmpl @@ -1 +1 @@ -DHCLIENT_OPTS="-nw -cf {{ conf_file }} -pf {{ pid_file }} -lf {{ lease_file }} {{ '-S' if dhcpv6_prm_only }} {{ '-T' if dhcpv6_temporary }} {{ ifname }}" +DHCLIENT_OPTS="-nw -cf {{ conf_file }} -pf {{ pid_file }} -lf {{ lease_file }} {{ '-S' if dhcpv6_prm_only }} {{ '-T' if dhcpv6_temporary }} {{ ifname }}" diff --git a/data/templates/vrrp/daemon.tmpl b/data/templates/vrrp/daemon.tmpl index 62d0ba63b..c9dbea72d 100644 --- a/data/templates/vrrp/daemon.tmpl +++ b/data/templates/vrrp/daemon.tmpl @@ -1,5 +1,5 @@ -# Autogenerated by VyOS -# Options to pass to keepalived - -# DAEMON_ARGS are appended to the keepalived command-line -DAEMON_ARGS="--snmp" +# Autogenerated by VyOS +# Options to pass to keepalived + +# DAEMON_ARGS are appended to the keepalived command-line +DAEMON_ARGS="--snmp" diff --git a/interface-definitions/include/interface-disable.xml.i b/interface-definitions/include/interface-disable.xml.i index a4778859c..7bd3df5da 100644 --- a/interface-definitions/include/interface-disable.xml.i +++ b/interface-definitions/include/interface-disable.xml.i @@ -1,6 +1,6 @@ - - - Administratively disable interface - - - + + + Administratively disable interface + + + diff --git a/interface-definitions/include/port-number.xml.i b/interface-definitions/include/port-number.xml.i index 78eb4b7af..29d2f55fd 100644 --- a/interface-definitions/include/port-number.xml.i +++ b/interface-definitions/include/port-number.xml.i @@ -1,12 +1,12 @@ - - - Port number used to establish connection - - 1-65535 - Numeric IP port - - - - - - + + + Port number used to establish connection + + 1-65535 + Numeric IP port + + + + + + -- cgit v1.2.3