From cca37a9962eb5b52b4590e4bccf390512202a47d Mon Sep 17 00:00:00 2001 From: Kurt Roeckx Date: Sat, 22 Aug 2009 15:08:14 +0000 Subject: [PATCH] Restore sendmail setting. --- bin/wanna-build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/wanna-build b/bin/wanna-build index 002d452..5d13649 100755 --- a/bin/wanna-build +++ b/bin/wanna-build @@ -24,8 +24,7 @@ package conf; $basedir ||= "/var/lib/debbuild"; $dbbase ||= "build-db"; $transactlog ||= "transactions.log"; -#$mailprog ||= "/usr/sbin/sendmail"; -$mailprog = "/bin/true"; +$mailprog ||= "/usr/sbin/sendmail"; require "/etc/wanna-build.conf"; die "$conf::basedir is not a directory\n" if ! -d $conf::basedir; die "dbbase is empty\n" if ! $dbbase; -- 2.39.2