diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2008-08-06 08:03:52 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2008-08-06 08:03:52 +0000 |
commit | 220eae3e005c17b2a24a4717c145d8c67da14112 (patch) | |
tree | 52dc9aa32a4c7d964dbfd21a2e964e5f09cbc67a | |
parent | fcf06652ba7aafdc76ec03d99f378566d92ff336 (diff) | |
download | sitesummary-220eae3e005c17b2a24a4717c145d8c67da14112.tar.gz sitesummary-220eae3e005c17b2a24a4717c145d8c67da14112.tar.bz2 sitesummary-220eae3e005c17b2a24a4717c145d8c67da14112.tar.xz |
* Make sure to export the get_primary_ip_address function in the
SiteSummary perl module.
-rw-r--r-- | SiteSummary.pm | 1 | ||||
-rw-r--r-- | debian/changelog | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/SiteSummary.pm b/SiteSummary.pm index d07d27c..944d964 100644 --- a/SiteSummary.pm +++ b/SiteSummary.pm @@ -16,6 +16,7 @@ our @EXPORT = qw( get_hostname get_dns_address get_primary_macaddress + get_primary_ip_address get_linux_kernel_ver get_debian_edu_profile get_debian_edu_ver diff --git a/debian/changelog b/debian/changelog index b420c54..aa53ea8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ sitesummary (0.0.47) UNRELEASED; urgency=low * Fix bug in collector hook handling. Now it uses the correct 'update' argument when calling hook scripts on updates. + * Make sure to export the get_primary_ip_address function in the + SiteSummary perl module. * Add Swedish translation from Martin Ă…gren (Closes: #492067). -- Petter Reinholdtsen <pere@debian.org> Mon, 28 Jul 2008 18:23:41 +0200 |