diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-08-10 17:00:43 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-08-10 17:01:05 +0200 |
commit | 23ff9798a80f5f619398af7edd4b18827f8b6cfb (patch) | |
tree | 081061284a6adccebb7e6ac06f3eb2f65f6aefee /Makefile.am | |
parent | 37f55704b56cfadf0fd21cfaf0fda8a2c7bd58a9 (diff) | |
download | vyatta-op-23ff9798a80f5f619398af7edd4b18827f8b6cfb.tar.gz vyatta-op-23ff9798a80f5f619398af7edd4b18827f8b6cfb.zip |
T1287: Makefile.am: drop dependency on dhcpv6-client-show-leases.pl
Commit 37f55704b56 ("T1287: wide-dhcp6c does not support a "show dhcpv6 client
leases") dropped the old dhclient show loeases script for DHCPv6 but missed
out the dependency in Makefile.am.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index fa693bd..101a1fc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,8 +39,7 @@ bin_SCRIPTS += scripts/vyatta-monitor-background-stop bin_SCRIPTS += scripts/vyatta-monitor-check-rule-log bin_SCRIPTS += scripts/vyos-strip-config.pl -sbin_SCRIPTS = scripts/dhcpv6-client-show-leases.pl -sbin_SCRIPTS += scripts/vyatta-image-tools.pl +sbin_SCRIPTS = scripts/vyatta-image-tools.pl sbin_SCRIPTS += scripts/vyatta-regen-unpriv-commands.sh sbin_SCRIPTS += scripts/vyos-openvpn-remoteconfig.pl |