updates between revision 0.34 and 0.36 missing-push
authorMatthias Förste <foerste@schlittermann.de>
Fri, 08 Jun 2012 09:41:46 +0200
branchmissing-push
changeset 47 e8f30ec7d962
parent 46 0b38d2f1cf49
child 48 a1b051269c2e
updates between revision 0.34 and 0.36
config.pm
debian/changelog
debian/control
debian/dirs
--- 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);
--- 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 <hs@schlittermann.de>  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 <hs@schlittermann.de>  Wed, 21 Sep 2011 07:33:48 +0200
+
 logbuch (0.34) stable; urgency=low
 
   * fixed lintian bugs 
--- 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.
--- 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