[debian-edu-commits] debian-edu/ 01/01: Fix typo in edu-eatmydata-install, make sure the warning function exist.

Petter Reinholdtsen pere at moszumanska.debian.org
Wed Oct 8 20:26:20 UTC 2014


This is an automated email from the git hooks/post-receive script.

pere pushed a commit to branch master
in repository debian-edu-install.

commit 447a217bd9f32fe366faa2008241623ba97b95ac
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Wed Oct 8 22:26:17 2014 +0200

    Fix typo in edu-eatmydata-install, make sure the warning function exist.
---
 debian/changelog            | 2 ++
 tools/edu-eatmydata-install | 1 +
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8c64178..56fa3b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ debian-edu-install (1.808) UNRELEASED; urgency=low
   * Update disk space usage on amd64 main+ltsp, and adjust minimum sizes
     for /usr from 11584 to 11904 MiB and /opt from 11776 to 11840 MiB to
     avoid warnings from Nagios in the default setup.
+  * Fix typo in edu-eatmydata-install, make sure the warning function
+    exist.
 
  -- Petter Reinholdtsen <pere at debian.org>  Wed, 08 Oct 2014 21:06:39 +0200
 
diff --git a/tools/edu-eatmydata-install b/tools/edu-eatmydata-install
index 74facdf..da82d6d 100755
--- a/tools/edu-eatmydata-install
+++ b/tools/edu-eatmydata-install
@@ -8,6 +8,7 @@ set -e
 
 log() { logger -t edu-eatmydata-install "$@"; }
 info() { log  "info: $@"; }
+warning() { log  "warning: $@"; }
 error() { log  "error: $@"; }
 
 at_exit() {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-install.git



More information about the debian-edu-commits mailing list