summaryrefslogtreecommitdiff
path: root/adduser.local
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2004-02-02 15:24:41 +0000
committerJonas Smedegaard <dr@jones.dk>2004-02-02 15:24:41 +0000
commit11481aab9618c9242cd60b8bcc94a419f39ed037 (patch)
tree3f21dd10af173765327ac770f80e7ab83e1aaeba /adduser.local
parentdf8954d8992a039ef2a378de8d4dc482fcadd94f (diff)
Update mailman add_members syntax, and force notifications to both user and admin.
Diffstat (limited to 'adduser.local')
-rwxr-xr-xadduser.local4
1 files changed, 2 insertions, 2 deletions
diff --git a/adduser.local b/adduser.local
index cb15f84..7cdb704 100755
--- a/adduser.local
+++ b/adduser.local
@@ -3,7 +3,7 @@
# /usr/local/sbin/adduser.local
# Copyright 2001-2002 Jonas Smedegaard <dr@jones.dk>
#
-# $Id: adduser.local,v 1.13 2003-08-26 23:48:16 jonas Exp $
+# $Id: adduser.local,v 1.14 2004-02-02 15:24:41 jonas Exp $
#
# Common adduser additions for Spiff and Xenux networks
#
@@ -65,7 +65,7 @@ for list in $lists; do
case $subscribe in
y|Y)
/bin/echo $NEWUSERNAME@`hostname -d` \
- | /usr/sbin/add_members -n - $list
+ | /usr/sbin/add_members -w y -a y -r - $list
;;
esac
fi