From 0935aa390731088babb0842538fac681442de720 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 14 Mar 2002 15:28:41 +0000 Subject: Fix bug: adduser.local would _always_ add user to users, not other lists. --- adduser.local | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'adduser.local') diff --git a/adduser.local b/adduser.local index 507a9a6..e264351 100755 --- a/adduser.local +++ b/adduser.local @@ -3,7 +3,7 @@ # /usr/local/sbin/adduser.local # Copyright 2001-2002 Jonas Smedegaard # -# $Id: adduser.local,v 1.6 2002-03-07 16:22:51 jonas Exp $ +# $Id: adduser.local,v 1.7 2002-03-14 15:28:41 jonas Exp $ # # Common adduser additions for Spiff and Xenux networks # @@ -61,7 +61,7 @@ for list in $lists; do case $subscribe in y|Y) /bin/echo $NEWUSERNAME@`/bin/dnsdomainname` \ - | /usr/sbin/add_members -n - users + | /usr/sbin/add_members -n - $list ;; esac fi -- cgit v1.2.3