hush/debianutils
Denis Vlasenko 9af7c9d6b6 openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code
(will close all fd's > 2 on daemonization now)
getty: fix "getty -" support, and also do not try to chown/chmod "-"
telnetd: fix "lost ctty" bug
Yet another attempt on saner function names:
bb_sanitize_server_stdio(0/1) -> bb_sanitize_stdio() + bb_daemonize();
2007-01-19 21:19:35 +00:00
..
Config.in
Kbuild
mktemp.c
pipe_progress.c
readlink.c
run_parts.c style cleanup: return(a) -> return a, part 1 2006-11-27 16:49:31 +00:00
start_stop_daemon.c openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code 2007-01-19 21:19:35 +00:00
which.c