summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorivan <ivan>2004-01-30 01:27:39 +0000
committerivan <ivan>2004-01-30 01:27:39 +0000
commit22744fc3e34aaa5436723c419c91e29fb9ffc304 (patch)
tree26fcb7037ec654d97408c1643662f511f423d2c4 /Makefile
parent95558fc7bcc98138db7f2d54cd5e6724bac3beea (diff)
multiple self-service machines aren't enclosed in quotes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0d99e13..1ac431c 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ FREESIDE_PATH = `pwd`
SELFSERVICE_USER = fs_selfservice
SELFSERVICE_MACHINES = localhost
-# SELFSERVICE_MACHINES = "web1.example.com web2.example.com"
+# SELFSERVICE_MACHINES = web1.example.com web2.example.com
#---