From b4026e50a1a1c09a73a7e1c54f788d6a4aec327b Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 14 Jan 2003 07:09:07 +0000 Subject: New style logging --- debian/changelog | 4 +++- debian/echolot.links | 1 - debian/pingd.conf | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) (limited to 'debian') 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 Tue, 14 Jan 2003 07:50:57 +0100 + -- Peter Palfrader 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 -- cgit v1.2.3