mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-05 12:56:08 +00:00
Add comment to supplement my last commit.
Requested by: obrien
This commit is contained in:
parent
24ba60e3a7
commit
8c44723416
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94062
@ -678,6 +678,14 @@ configXSetup(dialogMenuItem *self)
|
|||||||
vsystem("ldconfig -aout /usr/lib/aout /usr/lib/compat/aout /usr/local/lib/aout /usr/X11R6/lib/aout");
|
vsystem("ldconfig -aout /usr/lib/aout /usr/lib/compat/aout /usr/local/lib/aout /usr/X11R6/lib/aout");
|
||||||
|
|
||||||
vsystem("/sbin/ifconfig lo0 127.0.0.1");
|
vsystem("/sbin/ifconfig lo0 127.0.0.1");
|
||||||
|
|
||||||
|
/*
|
||||||
|
* execcmd may have been passed in as a command name with
|
||||||
|
* arguments. Therefore, before determining if it is suitable for
|
||||||
|
* execution, we must split off the filename component from the
|
||||||
|
* command line arguments.
|
||||||
|
*/
|
||||||
|
|
||||||
execcmd = string_concat("/usr/X11R6/bin/", config);
|
execcmd = string_concat("/usr/X11R6/bin/", config);
|
||||||
execfile = strdup(execcmd);
|
execfile = strdup(execcmd);
|
||||||
if ((tmp = strchr(execfile, ' ')))
|
if ((tmp = strchr(execfile, ' ')))
|
||||||
|
@ -678,6 +678,14 @@ configXSetup(dialogMenuItem *self)
|
|||||||
vsystem("ldconfig -aout /usr/lib/aout /usr/lib/compat/aout /usr/local/lib/aout /usr/X11R6/lib/aout");
|
vsystem("ldconfig -aout /usr/lib/aout /usr/lib/compat/aout /usr/local/lib/aout /usr/X11R6/lib/aout");
|
||||||
|
|
||||||
vsystem("/sbin/ifconfig lo0 127.0.0.1");
|
vsystem("/sbin/ifconfig lo0 127.0.0.1");
|
||||||
|
|
||||||
|
/*
|
||||||
|
* execcmd may have been passed in as a command name with
|
||||||
|
* arguments. Therefore, before determining if it is suitable for
|
||||||
|
* execution, we must split off the filename component from the
|
||||||
|
* command line arguments.
|
||||||
|
*/
|
||||||
|
|
||||||
execcmd = string_concat("/usr/X11R6/bin/", config);
|
execcmd = string_concat("/usr/X11R6/bin/", config);
|
||||||
execfile = strdup(execcmd);
|
execfile = strdup(execcmd);
|
||||||
if ((tmp = strchr(execfile, ' ')))
|
if ((tmp = strchr(execfile, ' ')))
|
||||||
|
Loading…
Reference in New Issue
Block a user