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
This commit is contained in:
Richard Frith-MacDonald 2012-10-09 13:27:07 +00:00
parent a9bf346e1e
commit f495ef2733
2 changed files with 4 additions and 1 deletions

View file

@ -261,7 +261,7 @@ extern NSString* cmdVersion(NSString *ver);
* <desc>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.<br />
* Set a value of '' or '*' to remain whoever runs the program
* Set a value of '*' to remain whoever runs the program
* rather than changing.
* </desc>
* <term>EcInstance</term>

View file

@ -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