diff --git a/Netdisco/Changes b/Netdisco/Changes index ee04a30b..4c43073a 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -13,6 +13,7 @@ * Forward port housekeeping/schedule and expiry/expire legacy config * Store started timestamp on job completion * Set UTF-8 mode on Pg database connection + * Add netdisco-rancid-export to installed scripts 2.027007 - 2014-05-27 diff --git a/Netdisco/Makefile.PL b/Netdisco/Makefile.PL index 9ffe4408..35c7dcf7 100644 --- a/Netdisco/Makefile.PL +++ b/Netdisco/Makefile.PL @@ -69,6 +69,7 @@ install_script 'bin/netdisco-daemon-fg'; install_script 'bin/netdisco-daemon'; install_script 'bin/netdisco-web-fg'; install_script 'bin/netdisco-web'; +install_script 'bin/netdisco-rancid-export'; resources homepage => 'http://netdisco.org/',