* Fix syntax error
authorArt Cancro <ajc@citadel.org>
Sun, 17 Aug 2003 03:00:18 +0000 (03:00 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 17 Aug 2003 03:00:18 +0000 (03:00 +0000)
citadel/Makefile.in
citadel/server_main.c

index 3b00c34df029741d339d2d844ea8b06ac579f884..e5754cd681b9478aeb4f1c91dc6c1e937ca4d1bb 100644 (file)
@@ -168,8 +168,10 @@ msgform: msgform.o
 .PHONY: install-data install-doc install-exec clean cleaner distclean
 
 install: install-exec install-data install-doc
-       echo Installation is complete.
-       echo Now go to your Citadel directory and run 'setup'.
+       @echo 
+       @echo Installation is complete.
+       @echo Now go to your Citadel directory and run 'setup'.
+       @echo 
 
 install-data:
        @for i in help messages network/spoolin network/spoolout \
index 2cbbcef8e668b072c914296e287bd2f3199ff1e7..4a7206ec2a1a8c7be7dbcce3af86da121d998317 100644 (file)
@@ -131,7 +131,7 @@ int main(int argc, char **argv)
                "\n*** Citadel/UX messaging server engine v%d.%02d ***\n"
                "Copyright (C) 1987-2003 by the Citadel/UX development team.\n"
                "This program is distributed under the terms of the GNU "
-               General Public License.\n\n",
+               "General Public License.\n\n",
                (REV_LEVEL/100),
                (REV_LEVEL%100)
        );