diff options
-rw-r--r-- | collect.d/system | 4 | ||||
-rw-r--r-- | debian/changelog | 5 |
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 |