diff --git a/EcProcess.h b/EcProcess.h index ff55ca4..3457453 100644 --- a/EcProcess.h +++ b/EcProcess.h @@ -261,7 +261,7 @@ extern NSString* cmdVersion(NSString *ver); * To tell the server to change to being this user on startup. * defaults to 'ecuser', but the default can be overridden by specifying * '-DEC_EFFECTIVE_USER+@"username"' in the local.make make file.
- * Set a value of '' or '*' to remain whoever runs the program + * Set a value of '*' to remain whoever runs the program * rather than changing. *
* EcInstance diff --git a/GNUmakefile b/GNUmakefile index f4a409c..e5572b0 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -18,7 +18,10 @@ endif include $(GNUSTEP_MAKEFILES)/common.make +# Information produced by autoconf -include config.make + +# Site specific overrides -include ../local.make PACKAGE_NAME=EnterpriseControlConfigurationLogging