diff --git a/login-utils/sulogin.8 b/login-utils/sulogin.8 index 916bbef7c..24c120db8 100644 --- a/login-utils/sulogin.8 +++ b/login-utils/sulogin.8 @@ -1,5 +1,6 @@ '\" -*- coding: UTF-8 -*- .\" Copyright (C) 1998-2006 Miquel van Smoorenburg. +.\" Copyright (C) 2012 Karel Zak .\" .\" This program is free software; you can redistribute it and/or modify .\" it under the terms of the GNU General Public License as published by @@ -15,7 +16,7 @@ .\" along with this program; if not, write to the Free Software .\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA .\" -.TH SULOGIN 8 "28 Feb 2012" "" "Linux System Administrator's Manual" +.TH SULOGIN 8 "Mar 2012" "" "Linux System Administrator's Manual" .SH NAME sulogin \- Single-user login .SH SYNOPSIS @@ -63,4 +64,9 @@ Output version. is not set, it will try to execute root's shell from /etc/passwd. If that fails it will fall back to \fB/bin/sh\fP. .SH AUTHOR -Miquel van Smoorenburg +.B sulogin +was written by Miquel van Smoorenburg for sysvinit and later ported +to util-linux by Dave Reisner and Karel Zak. +.SH AVAILABILITY +The sulogin command is part of the util-linux package and is available from +ftp://ftp.kernel.org/pub/linux/utils/util-linux/. diff --git a/login-utils/sulogin.c b/login-utils/sulogin.c index da67dd113..7484f9b5c 100644 --- a/login-utils/sulogin.c +++ b/login-utils/sulogin.c @@ -7,6 +7,7 @@ * is "x" the shadow password will be used. * * Copyright (C) 1998-2003 Miquel van Smoorenburg. + * Copyright (C) 2012 Karel Zak * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by