From f495ef27332f0ca77d07cc3dad1ddee66f1434a9 Mon Sep 17 00:00:00 2001 From: Richard Frith-MacDonald Date: Tue, 9 Oct 2012 13:27:07 +0000 Subject: [PATCH] change doc to remove stuff saying that you can use '' as teffective user git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/ec/trunk@35660 72102866-910b-0410-8b05-ffd578937521 --- EcProcess.h | 2 +- GNUmakefile | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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