* Test out PAM support, extend PAM support by providing environment
authorDr. Werner Fink <werner@suse.de>
Fri, 26 Mar 2010 16:31:05 +0000 (16:31 +0000)
committerDr. Werner Fink <werner@suse.de>
Fri, 26 Mar 2010 16:31:05 +0000 (16:31 +0000)
commit23d975220e08b49b93f43b5b897497749c7c34dc
treead0487a13bf24868eb0e35ab2facea553651459c
parent516b0c8f57389c6c126a27d770e900753c3e8b9a
 * Test out PAM support, extend PAM support by providing environment
   is specified by /etc/pam.d/init
 * Move utmp/wtmp before the execvp() in spawn() to be sure to
   use the correct pid even on a controlling tty
 * Remaining problem is that the pid of the second fork() for
   getting a controlling tty isn't that reported by spawn()
 * Re-enable writting utmp/wtmp for boot scripts
 * Provide a simply /etc/pam.d/init as without it will not work (sigh!)

git-svn-id: svn://svn.sv.gnu.org/sysvinit/sysvinit/trunk@51 456724a4-4300-0410-8514-c89748c515a2
doc/Changelog
src/Makefile
src/init.c
src/init.sample [new file with mode: 0644]