diff options
author | Antoine Ginies <aginies@mandriva.com> | 2004-01-21 16:22:08 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2004-01-21 16:22:08 +0000 |
commit | 333f23dcb783fe5b121eb9bd82634d4939b34864 (patch) | |
tree | 895da03f1b4201a6e21d65ea2e9c301d62145a18 /postfix_wizard | |
parent | 195d056cf68a4278e88d2181a0963f683077512c (diff) | |
download | drakwizard-333f23dcb783fe5b121eb9bd82634d4939b34864.tar drakwizard-333f23dcb783fe5b121eb9bd82634d4939b34864.tar.gz drakwizard-333f23dcb783fe5b121eb9bd82634d4939b34864.tar.bz2 drakwizard-333f23dcb783fe5b121eb9bd82634d4939b34864.tar.xz drakwizard-333f23dcb783fe5b121eb9bd82634d4939b34864.zip |
perl_checker recommendation
Diffstat (limited to 'postfix_wizard')
-rwxr-xr-x | postfix_wizard/Postfix.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postfix_wizard/Postfix.pm b/postfix_wizard/Postfix.pm index 0fd2a328..cddd17ee 100755 --- a/postfix_wizard/Postfix.pm +++ b/postfix_wizard/Postfix.pm @@ -183,7 +183,7 @@ sub do_it { } } if ($t) { substInFile { s|$t|| } } - else { append_to_file($file, $canon)} + else { append_to_file($file, $canon) } } system("/usr/sbin/postmap -r -w /etc/postfix/canonical"); system("/usr/sbin/postmap /etc/postfix/virtual"); |