diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2012-02-14 16:47:55 -0800 |
---|---|---|
committer | Stephen Hemminger <shemminger@vyatta.com> | 2012-02-14 16:47:55 -0800 |
commit | d03a6c0695fc698760f54c15dda418f99df0603f (patch) | |
tree | da0bb6e7e1b41ec45957baf5d14dd844cefeae2e /templates/renew/dhcpv6 | |
parent | b08c5f26856bafdf544e5d60bcf7a8966e3ad73c (diff) | |
download | vyatta-op-d03a6c0695fc698760f54c15dda418f99df0603f.tar.gz vyatta-op-d03a6c0695fc698760f54c15dda418f99df0603f.zip |
Add missing newline at end of file
Avoid editing and future problems with tools like diff by making sure
all node.def files have newline before the end of file.
Diffstat (limited to 'templates/renew/dhcpv6')
-rw-r--r-- | templates/renew/dhcpv6/interface/node.def | 2 | ||||
-rw-r--r-- | templates/renew/dhcpv6/interface/node.tag/node.def | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/renew/dhcpv6/interface/node.def b/templates/renew/dhcpv6/interface/node.def index eb69706..cccde63 100644 --- a/templates/renew/dhcpv6/interface/node.def +++ b/templates/renew/dhcpv6/interface/node.def @@ -1 +1 @@ -help: Renew DHCPv6 lease for an interface
\ No newline at end of file +help: Renew DHCPv6 lease for an interface diff --git a/templates/renew/dhcpv6/interface/node.tag/node.def b/templates/renew/dhcpv6/interface/node.tag/node.def index b6c5813..2ef676d 100644 --- a/templates/renew/dhcpv6/interface/node.tag/node.def +++ b/templates/renew/dhcpv6/interface/node.tag/node.def @@ -7,4 +7,4 @@ allowed: ifnames=${tail[@]%.conf} echo -n ${ifnames[@]} -run: sudo /opt/vyatta/sbin/vyatta-dhcpv6-client.pl --renew --ifname "$4"
\ No newline at end of file +run: sudo /opt/vyatta/sbin/vyatta-dhcpv6-client.pl --renew --ifname "$4" |