pty: add --login option
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 24 Mar 2012 16:45:16 +0000 (17:45 +0100)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 24 Mar 2012 17:10:55 +0000 (18:10 +0100)
commitec2dfaa244775649c6b6b5eebc60d5af7d5ee4dd
tree4e86552f2cbef22542f31670d4c48067fd3f2588
parentd98dba57d3f85162238c8e32340c2509c29fd0bc
pty: add --login option

Allow to specify a separate login-program that is executed instead of the
default. All arguments specified after --login are considered argv[] of
the new process and not parsed by the library.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/conf.c
src/conf.h
src/pty.c