From 8148667d9e61c6133e94faad20cff6e33899fb33 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Thu, 19 Jun 2014 21:37:58 +0100 Subject: [PATCH] Add netdisco-rancid-export to installed scripts --- Netdisco/Changes | 1 + Netdisco/Makefile.PL | 1 + 2 files changed, 2 insertions(+) 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/',