rpms/SysVinit/devel SysVinit.spec, 1.41, 1.42 sysvinit-2.86-haltman.patch, 1.1, 1.2

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Mar 17 17:28:04 UTC 2006


Author: notting

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

Modified Files:
	SysVinit.spec sysvinit-2.86-haltman.patch 
Log Message:
document that the kernel may sync even if reboot is called with -n



Index: SysVinit.spec
===================================================================
RCS file: /cvs/dist/rpms/SysVinit/devel/SysVinit.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- SysVinit.spec	13 Feb 2006 16:16:39 -0000	1.41
+++ SysVinit.spec	17 Mar 2006 17:28:01 -0000	1.42
@@ -1,7 +1,7 @@
 Summary: Programs which control basic system processes.
 Name: SysVinit
 Version: 2.86
-Release: 2.2.2
+Release: 3
 License: GPL
 Group: System Environment/Base
 Source: ftp://ftp.cistron.nl/pub/people/miquels/sysvinit/sysvinit-%{version}.tar.gz
@@ -124,6 +124,9 @@
 /dev/initctl
 
 %changelog
+* Fri Mar 17 2006 Bill Nottingham <notting at redhat.com> - 2.86-3
+- document that the kernel may sync even if reboot is called with -n (#180967)
+
 * Mon Feb 13 2006 Bill Nottingham <notting at redhat.com> - 2.86-2.2.2
 - and again...
 

sysvinit-2.86-haltman.patch:
 halt.8 |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

Index: sysvinit-2.86-haltman.patch
===================================================================
RCS file: /cvs/dist/rpms/SysVinit/devel/sysvinit-2.86-haltman.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sysvinit-2.86-haltman.patch	20 Dec 2005 20:22:31 -0000	1.1
+++ sysvinit-2.86-haltman.patch	17 Mar 2006 17:28:01 -0000	1.2
@@ -18,3 +18,33 @@
 +.BR init (8),
 +.BR pam_console (8)
  .\"}}}
+--- sysvinit-2.86/man/halt.8.haltman	2001-11-21 16:11:22.000000000 -0500
++++ sysvinit-2.86/man/halt.8	2006-03-17 12:26:39.000000000 -0500
+@@ -50,7 +50,8 @@
+ .\"{{{  Options
+ .SH OPTIONS
+ .IP \fB\-n\fP
+-Don't sync before reboot or halt.
++Don't sync before reboot or halt. Note that the kernel and storage
++drivers may still sync.
+ .IP \fB\-w\fP
+ Don't actually reboot or halt but only write the wtmp record
+ (in the \fI/var/log/wtmp\fP file).
+@@ -69,6 +70,9 @@
+ .\"{{{  Diagnostics
+ .SH DIAGNOSTICS
+ If you're not the superuser, you will get the message `must be superuser'.
++Users logged in locally on the console can call \fBhalt\fP,
++\fBreboot\fP, and \fBpoweroff\fP without supplying the root password,
++due to pam_console (8).
+ .\"}}}
+ .\"{{{  Notes
+ .SH NOTES
+@@ -98,5 +102,6 @@
+ .\"{{{  See also
+ .SH "SEE ALSO"
+ .BR shutdown (8),
+-.BR init (8)
++.BR init (8),
++.BR pam_console (8)
+ .\"}}}




More information about the fedora-cvs-commits mailing list