]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
sulogin: add note about port to util-linux to the man page
authorKarel Zak <kzak@redhat.com>
Mon, 12 Mar 2012 11:55:26 +0000 (12:55 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 12 Mar 2012 11:55:26 +0000 (12:55 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
login-utils/sulogin.8
login-utils/sulogin.c

index 916bbef7cdc88cf064a46e7852100cb2a4894327..24c120db872cf712fea5a05e29eff51082649010 100644 (file)
@@ -1,5 +1,6 @@
 '\" -*- coding: UTF-8 -*-
 .\" Copyright (C) 1998-2006 Miquel van Smoorenburg.
+.\" Copyright (C) 2012 Karel Zak <kzak@redhat.com>
 .\"
 .\" 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 <miquels@cistron.nl>
+.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/.
index da67dd1139ae92b55540927169627c651ed50384..7484f9b5ca0b8d23a4ad0fab6c6116f392b25fcd 100644 (file)
@@ -7,6 +7,7 @@
  * is "x" the shadow password will be used.
  *
  * Copyright (C) 1998-2003 Miquel van Smoorenburg.
+ * Copyright (C) 2012 Karel Zak <kzak@redhat.com>
  *
  * 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