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:48:23 +0100 |
commit | 596ede052e49b81e8fee6ed1cfd8ff350f4c6837 (patch) | |
tree | e4d48f2d13fd1e9d8fdf331b644498e76cf394d8 /Makefile.am | |
parent | 209029dcf216a3e30cbdd394c205ac9908cce313 (diff) | |
download | vyatta-op-596ede052e49b81e8fee6ed1cfd8ff350f4c6837.tar.gz vyatta-op-596ede052e49b81e8fee6ed1cfd8ff350f4c6837.zip |
T1855: use the new script for "show reboot/poweroff".
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 2b5950c..dc204fe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,8 +47,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 all-local: ./gen-unpriv-commands.sh |