Remove large parts of fishd interaction, including

env_universal_server
This commit is contained in:
ridiculousfish
2014-06-06 10:34:42 -07:00
parent be3e64e5ea
commit ecf56606dc
5 changed files with 14 additions and 458 deletions

View File

@@ -2129,7 +2129,7 @@ static pid_t initial_foreground_process_group = -1;
bool is_forked_child(void)
{
/* Just bail if nobody's called setup_fork_guards - e.g. fishd */
/* Just bail if nobody's called setup_fork_guards, e.g. some of our tools */
if (! initial_pid) return false;
bool is_child_of_fork = (getpid() != initial_pid);