projects
/
fusionforge
/
fusionforge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3299f45
)
Merged from 5.1
attic/branches/Branch_5_2/17180
author
Roland Mas
<lolando@debian.org>
Tue, 19 Mar 2013 13:59:59 +0000
(14:59 +0100)
committer
Roland Mas
<lolando@debian.org>
Tue, 19 Mar 2013 13:59:59 +0000
(14:59 +0100)
src/deb-specific/create-mailing-lists.pl
patch
|
blob
|
history
diff --git
a/src/deb-specific/create-mailing-lists.pl
b/src/deb-specific/create-mailing-lists.pl
index
a541579
..
962b057
100755
(executable)
--- a/
src/deb-specific/create-mailing-lists.pl
+++ b/
src/deb-specific/create-mailing-lists.pl
@@
-164,7
+164,7
@@
eval {
my ($group_list_id, $listname, $user_name, $password, $description, $is_public) ;
my ($tmp) ;
$tmp = mktemp ("/tmp/XXXXXX") ;
- $cmd = "/usr/lib/mailman/bin/config_list -o $tmp $listname" ;
+
my
$cmd = "/usr/lib/mailman/bin/config_list -o $tmp $listname" ;
#print "cmd = <$cmd>\n" ;
# Commented out on Matt Hope <dopey@debian.org> advice
# To be revised by Roland Mas