diff -Nru sysvinit-2.85.orig/man/halt.8 sysvinit-2.85/man/halt.8 --- sysvinit-2.85.orig/man/halt.8 Wed Nov 21 22:11:22 2001 +++ sysvinit-2.85/man/halt.8 Thu Apr 24 12:08:24 2003 @@ -35,7 +35,7 @@ .\"{{{ Description .SH DESCRIPTION \fBHalt\fP notes that the system is being brought down in the file -\fI/var/log/wtmp\fP, and then either tells the kernel to halt, reboot or +\fI/var/log/wtmpx\fP, and then either tells the kernel to halt, reboot or poweroff the system. .PP If \fBhalt\fP or \fBreboot\fP is called when the system is @@ -52,10 +52,10 @@ .IP \fB\-n\fP Don't sync before reboot or halt. .IP \fB\-w\fP -Don't actually reboot or halt but only write the wtmp record -(in the \fI/var/log/wtmp\fP file). +Don't actually reboot or halt but only write the wtmpx record +(in the \fI/var/log/wtmpx\fP file). .IP \fB\-d\fP -Don't write the wtmp record. The \fB\-n\fP flag implies \fB\-d\fP. +Don't write the wtmpx record. The \fB\-n\fP flag implies \fB\-d\fP. .IP \fB\-f\fP Force halt or reboot, don't call \fBshutdown\fP(8). .IP \fB\-i\fP @@ -76,7 +76,7 @@ never be called directly. From release 2.74 on \fBhalt\fP and \fBreboot\fP invoke \fBshutdown\fP(8) if the system is not in runlevel 0 or 6. This means that if \fBhalt\fP or \fBreboot\fP cannot find out the current -runlevel (for example, when \fI/var/run/utmp\fP hasn't been initialized +runlevel (for example, when \fI/var/run/utmpx\fP hasn't been initialized correctly) \fBshutdown\fP will be called, which might not be what you want. Use the \fB-f\fP flag if you want to do a hard \fBhalt\fP or \fBreboot\fP. .PP diff -Nru sysvinit-2.85.orig/man/init.8 sysvinit-2.85/man/init.8 --- sysvinit-2.85.orig/man/init.8 Fri Apr 18 23:05:03 2003 +++ sysvinit-2.85/man/init.8 Thu Apr 24 12:11:37 2003 @@ -76,11 +76,11 @@ are processed. .PP When starting a new process, \fBinit\fP first checks whether the file -\fI/etc/initscript\fP exists. If it does, it uses this script to +\fI/etc/sysconfig/initscript\fP exists. If it does, it uses this script to start the process. .PP Each time a child terminates, \fBinit\fP records the fact and the reason -it died in \fB/var/run/utmp\fP and \fB/var/log/wtmp\fP, +it died in \fB/var/run/utmpx\fP and \fB/var/log/wtmpx\fP, provided that these files exist. .SH CHANGING RUNLEVELS After it has spawned all of the processes specified, \fBinit\fP waits @@ -240,10 +240,10 @@ .SH FILES .nf /etc/inittab -/etc/initscript +/etc/sysconfig/initscript /dev/console -/var/run/utmp -/var/log/wtmp +/var/run/utmpx +/var/log/wtmpx /dev/initctl .fi .\"}}} @@ -280,5 +280,5 @@ .BR kill (1), .BR inittab (5), .BR initscript (5), -.BR utmp (5) +.BR utmpx (5) .\"}}} diff -Nru sysvinit-2.85.orig/man/initscript.5 sysvinit-2.85/man/initscript.5 --- sysvinit-2.85.orig/man/initscript.5 Fri Dec 24 23:31:21 1999 +++ sysvinit-2.85/man/initscript.5 Thu Apr 24 12:08:24 2003 @@ -2,15 +2,15 @@ .SH NAME initscript \- script that executes inittab commands. .SH SYNOPSIS -/bin/sh /etc/initscript id runlevels action process +/bin/sh /etc/sysconfig/initscript id runlevels action process .SH DESCRIPTION -When the shell script \fI/etc/initscript\fP is present, \fBinit\fP +When the shell script \fI/etc/sysconfig/initscript\fP is present, \fBinit\fP will use it to execute the commands from \fIinittab\fP. This script can be used to set things like \fBulimit\fP and \fBumask\fP default values for every process. .SH EXAMPLES This is a sample initscript, which might be installed on your -system as \fI/etc/initscript.sample\fP. +system as \fI/etc/sysconfig/initscript.sample\fP. .RS .sp .nf @@ -20,7 +20,7 @@ # initscript Executed by init(8) for every program it # wants to spawn like this: # -# /bin/sh /etc/initscript +# /bin/sh /etc/sysconfig/initscript # # Set umask to safe level, and enable core dumps. @@ -42,7 +42,7 @@ .RE .SH FILES /etc/inittab, -/etc/initscript. +/etc/sysconfig/initscript. .SH AUTHOR Miquel van Smoorenburg , .SH "SEE ALSO" diff -Nru sysvinit-2.85.orig/man/inittab.5 sysvinit-2.85/man/inittab.5 --- sysvinit-2.85.orig/man/inittab.5 Tue Dec 4 21:17:47 2001 +++ sysvinit-2.85/man/inittab.5 Thu Apr 24 12:08:24 2003 @@ -47,8 +47,8 @@ specifies the process to be executed. If the process field starts with a `+' character, .B init -will not do utmp and wtmp accounting for that process. This is needed for -gettys that insist on doing their own utmp/wtmp housekeeping. This is also +will not do utmpx and wtmp accounting for that process. This is needed for +gettys that insist on doing their own utmpx/wtmpx housekeeping. This is also a historic bug. .\"}}} .PP diff -Nru sysvinit-2.85.orig/man/last.1 sysvinit-2.85/man/last.1 --- sysvinit-2.85.orig/man/last.1 Thu Jul 29 12:50:34 1999 +++ sysvinit-2.85/man/last.1 Thu Apr 24 12:08:24 2003 @@ -29,7 +29,7 @@ .\"{{{ Description .SH DESCRIPTION .B Last -searches back through the file \fB/var/log/wtmp\fP (or the file +searches back through the file \fB/var/log/wtmpx\fP (or the file designated by the \fB\-f\fP flag) and displays a list of all users logged in (and out) since that file was created. Names of users and tty's can be given, in which case \fBlast\fP will show only those entries @@ -46,7 +46,7 @@ was created. .PP \fBLastb\fP is the same as \fBlast\fP, except that by default it shows a log -of the file \fB/var/log/btmp\fP, which contains all the bad login attempts. +of the file \fB/var/log/btmpx\fP, which contains all the bad login attempts. .\"}}} .\"{{{ Options .SH OPTIONS @@ -67,21 +67,21 @@ This option is like \fB-d\fP in that it displays the IP number of the remote host, but it displays the IP number in numbers-and-dots notation. .IP \fB\-o\fP -Read an old-type wtmp file (written by linux-libc5 applications). +Read an old-type wtmpx file (written by linux-libc5 applications). .IP \fB\-x\fP Display the system shutdown entries and run level changes. .\"}}} .SH NOTES -The files \fIwtmp\fP and \fIbtmp\fP might not be found. The system only +The files \fIwtmpx\fP and \fIbtmpx\fP might not be found. The system only logs information in these files if they are present. This is a local configuration issue. If you want the files to be used, they can be created with a simple \fBtouch\fP(1) command (for example, -\fItouch /var/log/wtmp\fP). +\fItouch /var/log/wtmpx\fP). .\"{{{ Files .SH FILES -/var/log/wtmp +/var/log/wtmpx .br -/var/log/btmp +/var/log/btmpx .\"}}} .\"{{{ Author .SH AUTHOR diff -Nru sysvinit-2.85.orig/man/runlevel.8 sysvinit-2.85/man/runlevel.8 --- sysvinit-2.85.orig/man/runlevel.8 Tue May 27 12:33:54 1997 +++ sysvinit-2.85/man/runlevel.8 Thu Apr 24 12:08:24 2003 @@ -3,20 +3,20 @@ runlevel -- find the current and previous system runlevel. .SH SYNOPSIS .B runlevel -.RI [ utmp ] +.RI [ utmpx ] .SH DESCRIPTION .B Runlevel reads the system -.I utmp +.I utmpx file (typically -.IR /var/run/utmp ) +.IR /var/run/utmpx ) to locate the runlevel record, and then prints the previous and current system runlevel on its standard output, separated by a single space. If there is no previous system runlevel, the letter \fBN\fP will be printed instead. .PP If no -.I utmp +.I utmpx file exists, or if no runlevel record can be found, .B runlevel prints the word \fBunknown\fP and exits with an error. @@ -28,12 +28,12 @@ is also available in the environment variables \fBRUNLEVEL\fP and \fBPREVLEVEL\fP. .SH OPTIONS -.\"{{{ utmp -.IP \fIutmp\fP -The name of the \fIutmp\fP file to read. +.\"{{{ utmpx +.IP \fIutmpx\fP +The name of the \fIutmpx\fP file to read. .\"}}} .SH SEE ALSO .BR init (8), -.BR utmp (5) +.BR utmpx (5) .SH AUTHOR Miquel van Smoorenburg, miquels@cistron.nl diff -Nru sysvinit-2.85.orig/man/shutdown.8 sysvinit-2.85/man/shutdown.8 --- sysvinit-2.85.orig/man/shutdown.8 Tue Oct 2 23:27:50 2001 +++ sysvinit-2.85/man/shutdown.8 Thu Apr 24 12:08:24 2003 @@ -127,7 +127,7 @@ argument (add this to the invocation of shutdown in /etc/inittab), it checks to see if the file \fI/etc/shutdown.allow\fP is present. It then compares the login names in that file with the list of people -that are logged in on a virtual console (from \fI/var/run/utmp\fP). Only +that are logged in on a virtual console (from \fI/var/run/utmpx\fP). Only if one of those authorized users \fBor root\fP is logged in, it will proceed. Otherwise it will write the message .sp 1