aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2008-05-31 09:44:38 +0000
committerPetter Reinholdtsen <pere@hungry.com>2008-05-31 09:44:38 +0000
commit76416807d26a49695aca7beda298becde9d6d109 (patch)
tree5b0be35faaebf582c1b5336541a5e3cffa4cfbbc
parent0d41198220e807c0a67ff846532e6da69c2d6317 (diff)
downloadsitesummary-76416807d26a49695aca7beda298becde9d6d109.tar.gz
sitesummary-76416807d26a49695aca7beda298becde9d6d109.tar.bz2
sitesummary-76416807d26a49695aca7beda298becde9d6d109.tar.xz
[ Petter Reinholdtsen ]
* Collect current runlevel in the system directory.
-rw-r--r--collect.d/system4
-rw-r--r--debian/changelog5
2 files changed, 8 insertions, 1 deletions
diff --git a/collect.d/system b/collect.d/system
index 50c8ce3..3465216 100644
--- a/collect.d/system
+++ b/collect.d/system
@@ -38,3 +38,7 @@ cat /proc/cpuinfo > cpuinfo
# Collect mount points, for nagios configuration
cp /etc/fstab fstab
cat /proc/mounts > procmounts
+
+# Document current runlevel, useful to differenciate LTSP
+# thin clients from diskless workstations.
+runlevel > runlevel
diff --git a/debian/changelog b/debian/changelog
index 6943ebd..e8d04d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,7 +10,10 @@ sitesummary (0.0.37) UNRELEASED; urgency=low
* Fix lintian warning. ${misc:Depends} is always extended to the same
values, so a listing in Depends and Recommends makes no sense.
- -- Patrick Winnertz <winnie@debian.org> Mon, 11 Feb 2008 16:38:55 +0100
+ [ Petter Reinholdtsen ]
+ * Collect current runlevel in the system directory.
+
+ -- Petter Reinholdtsen <pere@debian.org> Sat, 31 May 2008 11:44:14 +0200
sitesummary (0.0.36) unstable; urgency=low