summaryrefslogtreecommitdiffstats
path: root/postfix_wizard
diff options
context:
space:
mode:
authorArnaud Desmons <adesmons@mandriva.com>2002-08-05 08:53:51 +0000
committerArnaud Desmons <adesmons@mandriva.com>2002-08-05 08:53:51 +0000
commit307ebd80da743e1eb29e5ab73182e8a35b801e68 (patch)
treee7e216e14735853a4c7157998006429aefd1b05a /postfix_wizard
parent622571a6853ec23115da582c40a70560f6cad2a1 (diff)
downloaddrakwizard-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.pm1
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;
}