mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
fixup option to control installation of gdomap
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30648 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
386425f313
commit
e2165ef187
4 changed files with 26 additions and 24 deletions
|
@ -197,6 +197,10 @@ typedef enum {
|
|||
NSLog(@"NSSocketPortNameServer attempting to start gdomap on local host\n"
|
||||
@"This will take a few seconds.\n"
|
||||
@"Trying to launch gdomap from %@ or a machine/operating-system subdirectory.\n"
|
||||
#if !defined(GDOMAP_PORT_OVERRIDE)
|
||||
@"On systems other than mswindows, this will only work if the gdomap program\n"
|
||||
@"was installed setuid to root.\n"
|
||||
#endif
|
||||
@"It is recommended that you start up gdomap at login time or (better) when\n"
|
||||
@"your computer is started instead.",
|
||||
[launchCmd stringByDeletingLastPathComponent]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue