diff options
author | Peter Palfrader <peter@palfrader.org> | 2003-01-14 07:09:07 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2003-01-14 07:09:07 +0000 |
commit | b4026e50a1a1c09a73a7e1c54f788d6a4aec327b (patch) | |
tree | 0ee2d85d8822d9de3bbd18ebfdb22db2627f0c97 /debian | |
parent | 585ee5911ed8d96bef7ff1aee52a03b19811d44d (diff) |
New style logging
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/echolot.links | 1 | ||||
-rw-r--r-- | debian/pingd.conf | 1 |
3 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index bc0e5f5..07655bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,10 @@ echolot (2.0.9-1) unstable; urgency=medium * New upstream version. Depends on liblog-dispatch-perl + * Remove link from output to /var/log/echolot/echolot.log + since pngd now has some sort of saner logging. - -- Peter Palfrader <weasel@debian.org> Tue, 14 Jan 2003 07:50:57 +0100 + -- Peter Palfrader <weasel@debian.org> Tue, 14 Jan 2003 08:08:41 +0100 echolot (2.0.8-1) unstable; urgency=medium diff --git a/debian/echolot.links b/debian/echolot.links index 791735c..1a0bac4 100644 --- a/debian/echolot.links +++ b/debian/echolot.links @@ -1,2 +1 @@ /etc/echolot/templates /var/lib/echolot/templates -/var/log/echolot/echolot.log /var/lib/echolot/output diff --git a/debian/pingd.conf b/debian/pingd.conf index d1bebf4..dab1a8c 100644 --- a/debian/pingd.conf +++ b/debian/pingd.conf @@ -11,6 +11,7 @@ $CONFIG->{'mixmaster'} = 'mixmaster'; $CONFIG->{'mailin'} = '/var/mail/echolot'; $CONFIG->{'homedir'} = '/var/lib/echolot'; $CONFIG->{'pidfile'} = '/var/run/echolot/pingd.pid'; +$CONFIG->{'logfile'} = '/var/log/echolot/echolot.log'; ### BEGIN DEBCONF SECTION # not configured yet |