summaryrefslogtreecommitdiff
path: root/mail/mailagent/scripts/pre-configure
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mailagent/scripts/pre-configure')
-rw-r--r--mail/mailagent/scripts/pre-configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mailagent/scripts/pre-configure b/mail/mailagent/scripts/pre-configure
index 5108d0a87a25..6a5a1be25c9e 100644
--- a/mail/mailagent/scripts/pre-configure
+++ b/mail/mailagent/scripts/pre-configure
@@ -10,7 +10,7 @@ while [ X$addr = X ]; do
done
while [ X$host = X ]; do
- echo -n "Enter fully qualified name of this host (`hostname`)>" ; read host
+ echo -n "Enter fully qualified name of this host (`hostname`)> " ; read host
if [ X$host = X ]; then
host=`hostname`
fi