Package: email-reminder
Version: 0.5.3-1
Severity: normal
Tags: patch

Modifying /etc/email-reminder.conf takes no effect on the send-reminders
script since the latter is pointing to /etc/email-reminder. Patch below
will be more explicative.

email-reminder is a _great_ tool for people with reminding problems like me :)

cebollita:/tmp# diff -u /usr/bin/send-reminders ./send-reminders-new
--- /usr/bin/send-reminders     2005-06-07 03:38:38.000000000 -0500
+++ ./send-reminders-new        2005-06-07 03:39:16.000000000 -0500
@@ -91,7 +91,7 @@
 use EmailReminder::Utils;

 # Default preferences
-my $PREFERENCE_FILE = '/etc/email-reminder';
+my $PREFERENCE_FILE = '/etc/email-reminder.conf';
 my %preferences;
 $preferences{"send_reminders"}   = 1;
 $preferences{"smtp_server"}      = 'localhost';
cebollita:/tmp#

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-powerpc
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages email-reminder depends on:
ii  cron                          3.0pl1-87  management of regular background p
ii  libdate-manip-perl            5.42a-3    a perl library for manipulating da
ii  libemail-valid-perl           0.15-2     Check validity of Internet email a
ii  libgtk2-perl                  1:1.081-1  Perl interface to the 2.x series o
ii  libxml-dom-perl               1.43-4     Perl module for building DOM Level
ii  perl                          5.8.4-8    Larry Wall's Practical Extraction 
ii  postfix [mail-transport-agent 2.2.3-3    A high-performance mail transport 

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to