Home
last modified time | relevance | path

Searched refs:shell (Results 1 – 3 of 3) sorted by relevance

/lighttpd1.4/src/
H A Dconfigfile.c2311 char *shell = getenv("SHELL"); in config_parse_cmd() local
2314 if (shell && (0 == strcmp(shell, "/usr/bin/false") in config_parse_cmd()
2315 || 0 == strcmp(shell, "/bin/false"))) in config_parse_cmd()
2316 shell = NULL; in config_parse_cmd()
2317 *(const char **)&args[0] = shell ? shell : "/bin/sh"; in config_parse_cmd()
/lighttpd1.4/doc/outdated/
H A Dconfiguration.txt513 on shell use:
/lighttpd1.4/
H A DNEWS1584 * [mod_ssi] update chunk after shell output redirect
1693 * [build] more portable autogen.sh shell script
2124 * [core] fix include_shell on inline shell commands (fixes #2910)
3092 * [proc,include_shell] log error if exec shell fails (fixes #2280)
3578 * fixed default-shell if SHELL is not set (#441)