On Tue, Feb 28, 2012 at 11:45:08AM -0500, Dave Reisner wrote: > This is an initial stab at importing sulogin from sysvinit and making it a bit > more universal. I've removed the distro specific code and brought the rest of > it more in line with the style of the remainder of the repo. I've also added > internationalization and cleaned up the manpage. Err, forgot... these patches live in a repo below on the 'sulogin' branch: git://code.falconindy.com/util-linux.git > Dave Reisner (13): > fstab.5: fix misspelling of deprecated > sulogin: initial import from sysvinit > sulogin.8: refactor manpage > sulogin: whitespace fixes > sulogin: replace older signal() with sigaction() > sulogin: remove CHECK_{DES,MD5} defines > sulogin: remove USE_ONELINE and SANE_TIO defines > sulogin: use size_t for iterator to avoid cast > sulogin: get rid of calls to /bin/sash > sulogin: use pathnames.h for file locations > sulogin: header/include cleanup > sulogin: use a more standard usage output > sulogin: add i18n strings > > login-utils/Makefile.am | 6 +- > login-utils/sulogin.8 | 60 +++++ > login-utils/sulogin.c | 556 +++++++++++++++++++++++++++++++++++++++++++++++ > mount/fstab.5 | 2 +- > 4 files changed, 622 insertions(+), 2 deletions(-) > create mode 100644 login-utils/sulogin.8 > create mode 100644 login-utils/sulogin.c > > -- > 1.7.9.2 > -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html