aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2008-08-06 08:03:52 +0000
committerPetter Reinholdtsen <pere@hungry.com>2008-08-06 08:03:52 +0000
commit220eae3e005c17b2a24a4717c145d8c67da14112 (patch)
tree52dc9aa32a4c7d964dbfd21a2e964e5f09cbc67a
parentfcf06652ba7aafdc76ec03d99f378566d92ff336 (diff)
downloadsitesummary-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.pm1
-rw-r--r--debian/changelog2
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