[debian-edu-commits] debian-edu/ 01/02: Improve log messages from run-at-firstboot, to make it clearer what is going on.

Petter Reinholdtsen pere at moszumanska.debian.org
Fri Sep 12 10:19:29 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-config.

commit 7245a6352a3bbf878cd26ce3a7e6ecc65c83af19
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Fri Sep 12 09:21:02 2014 +0200

    Improve log messages from run-at-firstboot, to make it clearer what is going on.
---
 debian/changelog                               | 7 +++++++
 share/debian-edu-config/tools/run-at-firstboot | 4 +++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a281aab..8a1ccd4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debian-edu-config (1.728) UNRELEASED; urgency=low
+
+  * Improve log messages from run-at-firstboot, to make it clearer what
+    is going on.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Fri, 12 Sep 2014 09:20:57 +0200
+
 debian-edu-config (1.727) unstable; urgency=high
 
   * Remove apt-get-update-files-download script from source package.
diff --git a/share/debian-edu-config/tools/run-at-firstboot b/share/debian-edu-config/tools/run-at-firstboot
index 1e33e0a..46679e1 100755
--- a/share/debian-edu-config/tools/run-at-firstboot
+++ b/share/debian-edu-config/tools/run-at-firstboot
@@ -71,9 +71,11 @@ fi
 if [ -x /usr/sbin/update-apt-xapian-index ] ; then
     dpkg-reconfigure apt-xapian-index
 else
-    logger -t debian-edu-config "update-apt-xapian-index not found"
+    logger -t debian-edu-config "info: apt-xapian-index/goplay is not installed"
 fi
 
 if [ -x /usr/bin/etckeeper ] ; then
     etckeeper commit "End of first boot" > /dev/null 2>&1 || true
 fi
+
+logger -t debian-edu-config "done executing run-at-firstboot script."

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



More information about the debian-edu-commits mailing list