diff options
author | ivan <ivan> | 2004-01-30 01:27:40 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-01-30 01:27:40 +0000 |
commit | 66ab62759263aee7038dd47ca6f883b70e86ada1 (patch) | |
tree | e1e211f5469b2c32ea702e447279823018208a9f | |
parent | be454575f9c5663e478a6bc69fbd48a8cef4610f (diff) |
multiple self-service machines aren't enclosed in quotes
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 #--- |