summaryrefslogtreecommitdiff
path: root/adduser.local
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2005-12-20 02:11:51 +0000
committerJonas Smedegaard <dr@jones.dk>2005-12-20 02:11:51 +0000
commitfd1926ea0c77bfdebc8eaee8cc17f1a9ed03ca87 (patch)
treea61c4376ff2c97aa22ae7f00284b0152410781dd /adduser.local
parentc6adbe22ef15e1f4497c6530840b4e27f7a4bea7 (diff)
Adjust wording of mailinglist handling to be more generic.
Diffstat (limited to 'adduser.local')
-rwxr-xr-xadduser.local6
1 files changed, 3 insertions, 3 deletions
diff --git a/adduser.local b/adduser.local
index 8f09f61..974acf0 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.21 2005-12-20 02:06:33 jonas Exp $
+# $Id: adduser.local,v 1.22 2005-12-20 02:11:51 jonas Exp $
#
# Common adduser additions for Spiff and Xenux networks
#
@@ -71,7 +71,7 @@ fi
# Mailing lists
maildomain="`maildomain`"
if [ -n "$maildomain" ]; then
- echo -n "Subscribe $NEWUSERNAME@$maildomain to local mailinglists (y/N)? "
+ echo -n "Subscribe $NEWUSERNAME@$maildomain to mailinglists (y/N)? "
read subscribe
case $subscribe in
y|Y)
@@ -82,7 +82,7 @@ if [ -n "$maildomain" ]; then
fi
lists="`listlists`"
if [ -z "$lists" ]; then
- echo "No local lists available for subscription."
+ echo "No mailinglists found."
fi
for list in $lists; do
echo -n "Subscribe to mailinglist $list (y/N)? "