diff options
author | Bob Gilligan <gilligan@vyatta.com> | 2011-08-07 14:59:48 -0700 |
---|---|---|
committer | Bob Gilligan <gilligan@vyatta.com> | 2011-08-07 15:28:51 -0700 |
commit | 51b44abccd1f08acb2e98bc2335b1624bb09a40f (patch) | |
tree | 0c99b04da7dc7f71c203bd4a7d0406ebd7936176 | |
parent | d5d836550dc0669cd90081233aa60aabb737eeea (diff) | |
download | vyatta-op-51b44abccd1f08acb2e98bc2335b1624bb09a40f.tar.gz vyatta-op-51b44abccd1f08acb2e98bc2335b1624bb09a40f.zip |
Bugfix 7304: Bring DHCPv6 client leases script back into the release.
(cherry picked from commit a7ea8de1b372856cf2e75eda8f2f81c0e2fb3d9f)
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 9cc17b4..2c190c5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,7 +34,7 @@ bin_SCRIPTS += scripts/tech-support-archive bin_SCRIPTS += scripts/vyatta-op-cmd-wrapper sbin_SCRIPTS = scripts/dhcpv6-client-show-leases.pl -sbin_SCRIPTS = scripts/vyatta-image-tools.pl +sbin_SCRIPTS += scripts/vyatta-image-tools.pl bin_sudo_users_SCRIPTS = scripts/vyatta-identify-interface.pl bin_sudo_users_SCRIPTS += scripts/vyatta-delete-log-file.sh |