From 68078b6d22c69c448a6f035fc709181d11d93101 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 24 Feb 2002 00:17:23 +0000 Subject: deluser.local: Another small (but important) correction. --- deluser.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deluser.local') diff --git a/deluser.local b/deluser.local index 6f52fe1..e8c04d8 100755 --- a/deluser.local +++ b/deluser.local @@ -11,7 +11,7 @@ if [ -e /etc/samba/smbpasswd -a -x /usr/bin/smbpasswd ]; then /usr/bin/smbpasswd -x $OLDUSERNAME || true fi -if [ -x /usr/sbin/remove_members ]: then +if [ -x /usr/sbin/remove_members ]; then if [ -d /var/lib/mailman/lists/users ]; then /bin/echo $OLDUSERNAME@`/bin/dnsdomainname` \ | /usr/sbin/remove_members -f - users -- cgit v1.2.3