diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-04-15 18:15:38 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-04-15 18:15:38 +0200 |
commit | f4d9d3d9511300b1c309826aeee9b35ec282b327 (patch) | |
tree | 50df46627b7d9032eb38d181feba9e53c6310a8c | |
parent | 02770b0fcb0dc0af230aaacd3216dad92436f592 (diff) | |
download | vyatta-op-f4d9d3d9511300b1c309826aeee9b35ec282b327.tar.gz vyatta-op-f4d9d3d9511300b1c309826aeee9b35ec282b327.zip |
T588: Remove DNS forwarder restart command in favor if XML interface definition
-rw-r--r-- | debian/changelog | 12 | ||||
-rw-r--r-- | templates/restart/dns/forwarding/node.def | 9 | ||||
-rw-r--r-- | templates/restart/dns/node.def | 1 |
3 files changed, 12 insertions, 10 deletions
diff --git a/debian/changelog b/debian/changelog index 14f8078..2e0fd2e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +vyatta-op (0.14.0+vyos2+current6) unstable; urgency=medium + + * T588: Remove DNS forwarder restart command in favor if XML interface definition + + -- Christian Poessinger <christian@poessinger.com> Wed, 11 Apr 2018 20:33:53 +0200 + +vyatta-op (0.14.0+vyos2+current5) unstable; urgency=medium + + * T157: Remove "install system" command + + -- Christian Poessinger <christian@poessinger.com> Sat, 10 Mar 2018 18:29:30 +0100 + vyatta-op (0.14.0+vyos2+current4) unstable; urgency=medium * T523: Use new location for dnsmasq config files diff --git a/templates/restart/dns/forwarding/node.def b/templates/restart/dns/forwarding/node.def deleted file mode 100644 index b66ab3c..0000000 --- a/templates/restart/dns/forwarding/node.def +++ /dev/null @@ -1,9 +0,0 @@ -help: Restart DNS forwarding - -run: - echo "Restarting DNS forwarding..." - sudo /opt/vyatta/sbin/vyatta-dns-forwarding.pl --restart-dnsforwarding; - if [[ $? -eq 0 ]]; then - echo "Success!" - fi - diff --git a/templates/restart/dns/node.def b/templates/restart/dns/node.def deleted file mode 100644 index 3118853..0000000 --- a/templates/restart/dns/node.def +++ /dev/null @@ -1 +0,0 @@ -help: Restart DNS services |