# HG changeset patch # User Matthias Förste # Date 1339141306 -7200 # Node ID e8f30ec7d96272b304fe3639c6322fd17b55032c # Parent 0b38d2f1cf496daff3866f0a911b83f5850f6d92 updates between revision 0.34 and 0.36 diff -r 0b38d2f1cf49 -r e8f30ec7d962 config.pm --- a/config.pm Fri Sep 16 12:32:04 2011 +0200 +++ b/config.pm Fri Jun 08 09:41:46 2012 +0200 @@ -3,7 +3,7 @@ use Sys::Hostname; my $NODENAME = (split /\./, hostname)[0]; -@mailto = qw(root@localhost); +@mailto = "root"; $logfile = "/root/LOG.$NODENAME"; # @notify_dirs = qw(/etc); diff -r 0b38d2f1cf49 -r e8f30ec7d962 debian/changelog --- a/debian/changelog Fri Sep 16 12:32:04 2011 +0200 +++ b/debian/changelog Fri Jun 08 09:41:46 2012 +0200 @@ -1,3 +1,18 @@ +logbuch (0.36) stable; urgency=low + + * removed empty usr/bin + * extended the description + + -- Heiko Schlittermann Wed, 21 Sep 2011 07:40:07 +0200 + +logbuch (0.35) stable; urgency=low + + * mailto sollte keine Domain enthalten + sonst kann der lokale root-Alias nicht greifen. Selbst bei + @localhost ist es auf einigen Systemen problematisch. + + -- Heiko Schlittermann Wed, 21 Sep 2011 07:33:48 +0200 + logbuch (0.34) stable; urgency=low * fixed lintian bugs diff -r 0b38d2f1cf49 -r e8f30ec7d962 debian/control --- a/debian/control Fri Sep 16 12:32:04 2011 +0200 +++ b/debian/control Fri Jun 08 09:41:46 2012 +0200 @@ -13,4 +13,7 @@ Depends: ${misc:Depends}, ${perl:Depends}, libdbi-perl, libdbd-mysql-perl, libmailtools-perl, libfile-which-perl, libclass-accessor-perl Description: server maintenance log"buch" - A simple script for tracking server changes in a logfile + A simple script for tracking server changes in a logfile. + It supports in having a "machine change log", entries have + to be entered manually, but it also installs some scripts + to automatically log package installations/deinstallations. diff -r 0b38d2f1cf49 -r e8f30ec7d962 debian/dirs --- a/debian/dirs Fri Sep 16 12:32:04 2011 +0200 +++ b/debian/dirs Fri Jun 08 09:41:46 2012 +0200 @@ -1,2 +0,0 @@ -usr/bin -usr/sbin