diff options
author | Arnaud Desmons <adesmons@mandriva.com> | 2002-08-05 08:53:51 +0000 |
---|---|---|
committer | Arnaud Desmons <adesmons@mandriva.com> | 2002-08-05 08:53:51 +0000 |
commit | 307ebd80da743e1eb29e5ab73182e8a35b801e68 (patch) | |
tree | e7e216e14735853a4c7157998006429aefd1b05a /postfix_wizard | |
parent | 622571a6853ec23115da582c40a70560f6cad2a1 (diff) | |
download | drakwizard-307ebd80da743e1eb29e5ab73182e8a35b801e68.tar drakwizard-307ebd80da743e1eb29e5ab73182e8a35b801e68.tar.gz drakwizard-307ebd80da743e1eb29e5ab73182e8a35b801e68.tar.bz2 drakwizard-307ebd80da743e1eb29e5ab73182e8a35b801e68.tar.xz drakwizard-307ebd80da743e1eb29e5ab73182e8a35b801e68.zip |
added a return value to do_it
Diffstat (limited to 'postfix_wizard')
-rw-r--r-- | postfix_wizard/scripts/Postfixconf.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/postfix_wizard/scripts/Postfixconf.pm b/postfix_wizard/scripts/Postfixconf.pm index a7733e8d..9ca428db 100644 --- a/postfix_wizard/scripts/Postfixconf.pm +++ b/postfix_wizard/scripts/Postfixconf.pm @@ -61,5 +61,6 @@ sub do_it { system("postfix check"); system("service postfix restart"); system("service xinetd restart"); + 10; } |