rpms/SysVinit/devel SysVinit.spec, 1.52, 1.53 sysvinit-2.78-man.patch, 1.2, 1.3

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Aug 10 19:43:57 UTC 2006


Author: notting

Update of /cvs/dist/rpms/SysVinit/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv27135

Modified Files:
	SysVinit.spec sysvinit-2.78-man.patch 
Log Message:
document -f in last(1)



Index: SysVinit.spec
===================================================================
RCS file: /cvs/dist/rpms/SysVinit/devel/SysVinit.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- SysVinit.spec	10 Aug 2006 19:39:08 -0000	1.52
+++ SysVinit.spec	10 Aug 2006 19:43:53 -0000	1.53
@@ -42,7 +42,7 @@
 
 %prep
 %setup -q -n sysvinit-%{version}
-# We use a shell, not sulogin.
+# We use a shell, not sulogin. Other random man fixes go here (such as #192804)
 %patch1 -p1 -b .manpatch
 # Handle bigendian MD5
 %patch2 -p1 -b .be
@@ -143,6 +143,7 @@
 - fix warning on SELinux policy load failure (#185603)
 - don't package /dev/initctl (#174652, #199939)
 - allow some time for failed console opens to resolve themselves (#181546)
+- add documentation of -f to last(1) (#192804)
 
 * Wed Aug  9 2006 Bill Nottingham <notting at redhat.com> - 2.86-9
 - preserve 'WAITING' across re-exec (#143289, others)

sysvinit-2.78-man.patch:
 init.8    |    2 +-
 last.1    |    2 ++
 sulogin.8 |    2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

Index: sysvinit-2.78-man.patch
===================================================================
RCS file: /cvs/dist/rpms/SysVinit/devel/sysvinit-2.78-man.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sysvinit-2.78-man.patch	9 Sep 2004 02:44:46 -0000	1.2
+++ sysvinit-2.78-man.patch	10 Aug 2006 19:43:53 -0000	1.3
@@ -1,17 +1,6 @@
---- sysvinit-2.78/man/init.8.manpatch	Fri Feb 11 06:15:07 2000
-+++ sysvinit-2.78/man/init.8	Wed Apr  4 01:43:58 2001
-@@ -64,7 +64,7 @@
- .PP
- Runlevel \fBS\fP or \fBs\fP bring the system to single user mode
- and do not require an \fB/etc/inittab\fP file.  In single user mode,
--\fB/sbin/sulogin\fP is invoked on \fB/dev/console\fP.
-+a root shell is opened on \fB/dev/console\fP.
- .PP
- When entering single user mode, \fBinit\fP reads the console's \fIioctl\fP(2)
- states from \fB/etc/ioctl.save\fP. If this file does not exist, \fBinit\fP
---- sysvinit-2.78/man/sulogin.8.manpatch	Fri Nov 20 09:42:15 1998
-+++ sysvinit-2.78/man/sulogin.8	Wed Apr  4 01:43:58 2001
-@@ -8,7 +8,7 @@
+--- sysvinit-2.86/man/sulogin.8.manpatch	2004-06-09 08:47:45.000000000 -0400
++++ sysvinit-2.86/man/sulogin.8	2006-08-10 15:33:59.000000000 -0400
+@@ -9,7 +9,7 @@
  .RB [ " tty-device " ]
  .SH DESCRIPTION
  .I sulogin
@@ -20,3 +9,25 @@
  (this is done through an entry in \fIinittab(5)\fP). \fBInit\fP also
  tries to execute \fIsulogin\fP when it is passed the \fB-b\fP flag
  from the bootmonitor (eg, LILO).
+--- sysvinit-2.86/man/last.1.manpatch	2006-08-10 15:40:01.000000000 -0400
++++ sysvinit-2.86/man/last.1	2006-08-10 15:42:17.000000000 -0400
+@@ -60,6 +60,8 @@
+ useful, e.g., to determine easily who was logged in at a particular
+ time -- specify that time with \fB\-t\fP and look for "still logged
+ in".
++.IP "\fB\-f\fP \fIfile\fP"
++Specifies a file to search other than \fB/var/log/wtmp\fP.
+ .IP \fB\-R\fP
+ Suppresses the display of the hostname field.
+ .IP \fB\-a\fP
+--- sysvinit-2.86/man/init.8.manpatch	2004-07-29 07:21:31.000000000 -0400
++++ sysvinit-2.86/man/init.8	2006-08-10 15:33:59.000000000 -0400
+@@ -64,7 +64,7 @@
+ .PP
+ Runlevel \fBS\fP or \fBs\fP bring the system to single user mode
+ and do not require an \fB/etc/inittab\fP file.  In single user mode,
+-\fB/sbin/sulogin\fP is invoked on \fB/dev/console\fP.
++a root shell is opened on \fB/dev/console\fP.
+ .PP
+ When entering single user mode, \fBinit\fP initializes the consoles
+ \fBstty\fP settings to sane values. Clocal mode is set. Hardware




More information about the fedora-cvs-commits mailing list