From ec50a98406726aa74d2503e8b79411f66d7f9e17 Mon Sep 17 00:00:00 2001 From: thijs Date: Fri, 2 Mar 2007 12:07:08 +0000 Subject: [PATCH] * caff: + Fix syntax error in example config variables (Closes: #413020). git-svn-id: svn://svn.debian.org/pgp-tools/trunk@314 b513b33f-fedd-0310-b452-c3deb5f4c849 --- caff/caff | 12 ++++++------ debian/changelog | 7 +++++++ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/caff/caff b/caff/caff index 2b5b41e..2a575c4 100755 --- a/caff/caff +++ b/caff/caff @@ -116,9 +116,9 @@ The file is generated when it does not exist. Example: - $CONFIG{owner} = q{Peter Palfrader}; - $CONFIG{email} = q{peter@palfrader.org}; - $CONFIG{keyid} = [ qw{DE7AAF6E94C09C7F 62AF4031C82E0039} ]; + $CONFIG{'owner'} = q{Peter Palfrader}; + $CONFIG{'email'} = q{peter@palfrader.org}; + $CONFIG{'keyid'} = [ qw{DE7AAF6E94C09C7F 62AF4031C82E0039} ]; =head2 Required basic settings @@ -218,7 +218,7 @@ Do not prompt for sending mail, just do it. Default: B<0>. =item B [boolean] Do not prompt for sending mail. The messages are still written to -$CONFIG{caffhome}/keys/. Default: B<0>. +$CONFIG{'caffhome'}/keys/. Default: B<0>. =item B [string] @@ -256,11 +256,11 @@ Default: none. Parameters to pass to Mail::Mailer. This could for example be - $CONFIG{mailer-send} = [ 'smtp', Server => 'mail.server', Auth => ['user', 'pass'] ] + $CONFIG{'mailer-send'} = [ 'smtp', Server => 'mail.server', Auth => ['user', 'pass'] ]; to use the perl SMTP client or - $CONFIG{mailer-send} = [ 'sendmail', '-o8' ] + $CONFIG{'mailer-send'} = [ 'sendmail', '-o8' ]; to pass arguments to the sendmail program. For more information run C<< perldoc Mail::Mailer >>. diff --git a/debian/changelog b/debian/changelog index 902651c..34d803a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +signing-party (0.4.9-2) unstable; urgency=low + + * caff: + + Fix syntax error in example config variables (Closes: #413020). + + -- Thijs Kinkhorst Fri, 2 Mar 2007 13:04:36 +0100 + signing-party (0.4.9-1) unstable; urgency=low * caff: -- 2.30.2