diff options
author | Alex Harpin <development@landsofshadow.co.uk> | 2015-01-24 14:18:03 +0000 |
---|---|---|
committer | Alex Harpin <development@landsofshadow.co.uk> | 2015-01-24 14:55:10 +0000 |
commit | f4485f4c2beac42a1cdbde35f900440416e1c5ae (patch) | |
tree | 327256eb35e422a01582cf290f85d3803adb7017 /templates/reboot/cancel | |
parent | 7661363bfb9c44eab7f936af1da7db90b681890f (diff) | |
download | vyatta-op-f4485f4c2beac42a1cdbde35f900440416e1c5ae.tar.gz vyatta-op-f4485f4c2beac42a1cdbde35f900440416e1c5ae.zip |
vyatta-op: remove unused reboot configuration nodes
Remove unused configuration nodes from the reboot templates under both
the 'at' and 'cancel' nodes.
Bug #459 http://bugzilla.vyos.net/show_bug.cgi?id=459
Diffstat (limited to 'templates/reboot/cancel')
-rw-r--r-- | templates/reboot/cancel/.cancel/node.def | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/reboot/cancel/.cancel/node.def b/templates/reboot/cancel/.cancel/node.def deleted file mode 100644 index 110f595..0000000 --- a/templates/reboot/cancel/.cancel/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Cancel a pending reboot -run: sudo /opt/vyatta/bin/sudo-users/vyatta-reboot.pl --action reboot_cancel |