diff options
author | Daniil Baturin <daniil@baturin.org> | 2019-12-09 23:48:23 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2019-12-09 23:51:52 +0100 |
commit | c14e091ae15ba8c3b382b1c3a74845ce4b74c430 (patch) | |
tree | 3869e273e49d6801c44f0c291d20d0a189b21e0f /Makefile.am | |
parent | 9e5c463b746cbc9adc74242a07ab3630b89a344e (diff) | |
download | vyatta-op-c14e091ae15ba8c3b382b1c3a74845ce4b74c430.tar.gz vyatta-op-c14e091ae15ba8c3b382b1c3a74845ce4b74c430.zip |
T1855: use the new script for "show reboot/poweroff".
Conflicts:
Makefile.am
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 3d01190..37bb375 100644 --- a/Makefile.am +++ b/Makefile.am @@ -54,8 +54,6 @@ sbin_SCRIPTS += scripts/vyos-openvpn-remoteconfig.pl bin_sudo_users_SCRIPTS = scripts/vyatta-identify-interface.pl bin_sudo_users_SCRIPTS += scripts/vyatta-delete-log-file.sh -bin_sudo_users_SCRIPTS += scripts/vyatta-reboot.pl -bin_sudo_users_SCRIPTS += scripts/vyatta-poweroff.pl bin_sudo_users_SCRIPTS += scripts/vyatta-clear-conntrack all-local: |