2 * Add option -w to the last command to display the full user and
3 domain names in the output. Patch from Petr Lautrbach.
4 * Add a manual page for utmpdump as this tool is sometimes
5 very useful even if not intended for normal use.
6 * Use paths.h macros for wall
7 * Change path "/etc/powerstatus" to "/var/run/powerstatus"
8 * Detected also removable block devices at halt/reboot to be able
9 to flush data and send them the ATA standby command. This should
10 avoid data loss on USB sticks and other removable block devices.
11 * Flush block devices on halt/reboot if not done by the kernel.
12 * Set SHELL to /bin/sh in the environmant of shutdown.
13 * Retry to write out shutdown messages if interrupted.
14 * pidof/killall5 - make omit pid list a dynamic one.
15 * pidof - provide '-n' to skip stat(2) syscall on network based FS.
16 * init - avoid compiler warnings
17 * init - initialize console by using the macros from ttydefaults.h
18 * init - add the possiblity to ignore further interrupts from keyboard
19 * init - add the possiblity to set sane terminal line settings
20 * sulogin - add the possibility to reset the terminal io
22 sysvinit (2.88dsf) UNRELEASED; urgency=low
24 [ Petter Reinholdtsen ]
25 * Mention new home on Savannah in README.
26 * Revert change from Fedora/RedHat where the now obsolete command
27 INIT_CMD_CHANGECONS was introduced. Based on feedback and patch
29 * Adjust makefile to make sure the install directories are created
30 before files are copied into them.
31 * Simplify build rules, based on patch from Mike Frysinger and Gentoo.
32 * Fix minor bug in optimizing of argument parsing. Based on
33 report from jakemus on freshmeat.
34 * Add casts to get rid of compiler warning about signed/unsigned issues.
35 * Change tty handling in init to make sure the UTF-8 flag is not cleared
36 on boot. Patch from Samuel Thibault.
37 * Add Makefile in toplevel directory.
38 * Print usage information when shutdown is used by non-root user.
39 Patch from Mike Frysinger and Gentoo.
40 * Sync shutdown manual page and usage information. Patch from Mike
42 * Fix race condition in utmp writing. Patch from Gil Kloepfer via
43 Mike Frysinger and Gentoo.
44 * Rewrite findtty() in bootlogd to recursively search /dev/ for the
45 correct device, to handle terminal devices for example in /dev/pty/.
47 * Make sure bootlogd findpty() returns an error value when it fails to
48 find a usable pty. Patch from Rob Leslie via Debian.
49 * Make sure bootlogd fflush() every line, even if asked not to flush
50 to disk using fdatasync(). Patch from Scott Gifford via Debian.
53 * Add the comment from Andrea Arcangeli about the correct
54 place of setting the default childhandler within spawn().
55 * Make sure that newline is printed out for last(1) even
56 if an utmp record entry is truncated.
57 * Check if utmp not only exists but also is writable and delay
58 writing out of the utmp runlevel record if utmp is not writable.
59 * Be able to find libcrypt also on 64 bit based architectures.
61 -- Petter Reinholdtsen <pere@hungry.com> Sun, 12 Jul 2009 19:58:10 +0200
63 sysvinit (2.87dsf) world; urgency=low
65 * Fix typos and do minor updates in the manual pages.
66 * Correct section of mountpoint(1).
67 * Document -e and -t options for telinit in init(8).
68 * Update address of FSF in the COPYRIGHT file.
69 * Document in halt(8) that -n might not disable all syncing.
70 Patch by Bill Nottingham and Fedora
71 * Adjust output from "last -x". In reboot lines, print endpoint
72 of uptime too. In shutdown lines print downtimes rather than
73 the time between downs. Fix typo in string compare in last.c.
75 * Improve handling of IPv6 addresses in last. Patch from Fedora.
76 * Document last options in usage information, previously only
77 mentioned in the manual page.
78 * Add new option -F to last, to output full date string instead
79 of the short form provided by default. Patch from Olaf Dabrunz
81 * Adjust build rules to make sure the installed binaries
83 * Increase the compiler warning level when building.
84 * Fix utmp/wtmp updating on 64-bit platforms. Patch by Bill
85 Nottingham and Fedora.
86 * Avoid unchecked return value from malloc() in utmpdump.
87 Patch from Christian 'Dr. Disk' Hechelmann and Fedora.
88 * Make sure to use execle and no execl when passing environment to
89 the new process. Patch from RedHat.
90 * Correct init to make sure the waiting status is preserved across
91 re-exec. Patch from RedHat.
92 * Correct init to avoid race condition when starting programs during
93 boot. Patch from SuSe.
94 * Allow 'telinit u' in runlevels 0 and 6. Patch from Thomas Hood.
95 * Change install rules to make pidof an absolute symlink. Patch from
97 * Improve error message from init if fork() fail. Patch found in Suse.
98 * Add support for SE Linux capability handling. Patch from Manoj
99 Srivastava, adjusted to avoid aborting if SE policy was loaded in
100 the initrd with patch from Bill Nottingham and Fedora.
101 * Add -c option to pidof for only matching processes with the same
102 process root. Ignore -c when not running as root. Patch from
103 Thomas Woerner and Fedora.
104 * Adjust init to terminate argv0 with one 0 rather than two so that
105 process name can be one character longer. Patch by Kir Kolyshkin.
106 * Make sure bootlogd exit with non-error exit code when forking of
107 the child successfully.
108 * Add bootlogd option -s to make it possible to control the use of
109 fdatasync(). Patch from Thomas Hood.
110 * Add bootlogd option -c to tell it to create the log file if it does
111 not exist. Patch from Thomas Hood.
112 * Let bootlogd also look at ttyB* devices to work on HPPA. Patch
114 * Change init to use setenv() instead of putenv, make sure the PATH
115 value is usable on re-exec. Patch from Thomas Hood.
116 * Add usleep in killall5 after killing processes, to force the kernel
117 to reschedule. Patch from SuSe.
118 * Modify pidof to not print empty line if no pid was found.
119 * Modify init and sulogin to fix emergency mode's tty, making sure ^C
120 and ^Z work when booting with 'emergency' kernel option. Patch from
122 * Modify init to allow some time for failed opens to resolve themselves.
123 Patch from Bill Nottingham and Fedora.
124 * Modify init to shut down IDE, SCSI and SATA disks properly. Patches
125 from Sebastian Reichelt, Werner Fink and SuSe.
126 * Modify wall to use UT_LINESIZE from <utmp.h> instead of hardcoded
127 string lengths. Patch from SuSe.
128 * Change wall to make halt include hostname in output.
129 * Change killall to avoid killing init by mistake. Patch from SuSe.
130 * Change killall5 to use the exit value to report if it found any
131 processes to kill. Patch from Debian.
132 * Add option -o opmitpid to killall5, to make it possible to skip
133 some pids during shutdown. Based on patch from Colin Watson and
135 * Add references between killall5 and pidof manual pages. Patch from Debian.
136 * Modify killall to work better with user space file system, by
137 changing cwd to /proc when stopping and killing processes, and
138 avoiding stat() when the value isn't used. Also, lock process
139 pages in memory to avoid paging when user processes are stopped.
140 Patch from Debian and Goswin von Brederlow with changes by Kel
142 * Change shutdown to only accept flags -H and -P with the -h flag,
143 and document this requirement in the manual page.
144 * Change reboot/halt to work properly when used as a login shell.
145 Patch by Dale R. Worley and Fedora.
146 * Let sulogin fall back to the staticly linked /bin/sash if both roots
147 shell and /bin/sh fail to execute.
149 -- Petter Reinholdtsen <pere@hungry.com> Sun, 12 Jul 2009 19:58:10 +0200
151 sysvinit (2.86) cistron; urgency=low
153 * Fixed up bootlogd to read /proc/cmdline. Also keep an internal
154 linebuffer to process \r, \t and ^H. It is becoming useable.
155 * Applied trivial OWL patches
156 * Block signals in syslog(), since syslog() is not re-entrant
157 (James Olin Oden <joden@malachi.lee.k12.nc.us>, redhat bug #97534)
158 * Minor adjustements so that sysvinit compiles on the Hurd
159 * killall5 now skips kernel threads
160 * Inittab entries with both 'S' and other runlevels were broken.
161 Fix by Bryan Kadzban <bryan@kadzban.is-a-geek.net>
162 * Changed initreq.h to be more flexible and forwards-compatible.
163 * You can now through /dev/initctl set environment variables in
164 init that will be inherited by its children. For now, only
165 variables prefixed with INIT_ can be set and the maximum is
166 16 variables. There's also a length limit due to the size
167 of struct init_request, so it should be safe from abuse.
168 * Option -P and -H to shutdown set INIT_HALT=POWERDOWN and
169 INIT_HALT=HALT as environment variables as described above
170 * Add "mountpoint" utility.
171 * Slightly better algorithm in killall5.c:pidof()
172 * Added some patches from fedora-core (halt-usage, last -t,
173 sulogin-message, user-console)
175 -- Miquel van Smoorenburg <miquels@cistron.nl> Fri, 30 Jul 2004 14:14:58 +0200
177 sysvinit (2.85) cistron; urgency=low
179 * Add IPv6 support in last(1)
180 * Sulogin: even if the root password is empty, ask for a password-
181 otherwise there is no way to set a timeout.
182 * Removed support for ioctl.save.
183 * Turned of support for /etc/initrunlvl and /var/run/initrunlvl
184 * Fixed warts in dowall.c ("Dmitry V. Levin" <ldv@altlinux.org>)
185 * Fix init.c::spawn(). The "f" variable was used both as file descriptor
186 and waitpid(2) return code. In certain circumstances, this leads to
187 TIOCSCTTY with wrong file descriptor (Vladimir N. Oleynik).
188 * Fix fd leak in sulogin (Dmitry V. Levin).
189 * More error checking in all wait() calling code (Dmitry V. Levin).
190 * Fix argv[] initialization in spawn() (Dmitry V. Levin).
191 * Change strncpy to strncat in most places (Dmitry V. Levin).
193 -- Miquel van Smoorenburg <miquels@cistron.nl> Tue, 15 Apr 2003 16:37:57 +0200
195 sysvinit (2.84) cistron; urgency=low
197 * Don't use /etc/initlvl interface for telinit; only use /dev/initctl,
198 and give a clear error when that fails.
199 * Add -i/--init command line flag to init - this tells init
200 'behave as system init even if you're not PID#1'. Useful for
201 testing in chroot/jail type environments.
203 -- Miquel van Smoorenburg <miquels@cistron.nl> Tue, 27 Nov 2001 13:10:08 +0100
205 sysvinit (2.83) cistron; urgency=low
207 * Fix bug in shutdown where it didn't check correctly for a
208 virtual console when checking /etc/shutdown.allow
209 * Fix race condition in waitpid() [Andrea Arcangeli]
210 * Call closelog() after openlog()/syslog() since recent libc's
211 keep the logging fd open and that is fd#0 aka stdin.
213 -- Miquel van Smoorenburg <miquels@cistron.nl> Tue, 2 Oct 2001 23:27:06 +0200
215 sysvinit (2.82) cistron; urgency=low
217 * Print out correct version number at startup.
218 * Fix spelling of initttab in init(8)
220 -- Miquel van Smoorenburg <miquels@cistron.nl> Thu, 23 Aug 2001 17:50:44 +0200
222 sysvinit (2.81) cistron; urgency=low
224 * Fix typo/bug in killall5/pidof, -o option failed to work since 2.79.
225 Reformatted source code to prevent this from happening again.
226 * shutdown.8: applied redhat manpage update
227 * sulogin: applied redhat sysvinit-2.78-sulogin-nologin.patch
228 * sulogin: applied redhat sysvinit-2.78-notty.patch
229 * sulogin: applied redhat sysvinit-2.78-sigint.patch
231 sysvinit (2.80) cistron; urgency=low
233 * Grammar/spelling fixes in shutdown.c (Christian Steinrueck)
234 * Don't set controlling tty for non-(sysinit,boot,single) runlevels
236 -- Miquel van Smoorenburg <miquels@cistron.nl> Thu, 26 Jul 2001 13:26:56 +0200
238 sysvinit (2.79) cistron; urgency=low
240 * New upstream version
241 * several fixes to wall by Tim Robbins <fyre@box3n.gumbynet.org>
242 * Several extra boundary checks by Solar Designer
243 * Make /dev/console controlling tty
244 * Stricter checks on ownership of tty by mesg(1)
245 * Documented and restricted -n option to wall(1)
246 * Make it compile with glibc 2.2.2
247 * Document IO redirection in wall manpage (closes: #79491)
248 * Update README (closes: #85650)
249 * Fix init.8 manpage (closes: #75268)
250 * Fix typo in halt(8) manpage (closes: #67875)
251 * Check time argument of shutdown(8) for correctness (closes: #67825)
252 * Check for stale sessions in last(1) (Chris Wolf <cwolf@starclass.com>)
254 -- Miquel van Smoorenburg <miquels@cistron.nl> Wed, 4 Jul 2001 15:04:36 +0200
256 sysvinit (2.78-2) frozen unstable; urgency=high
258 * Change "booting" to "reloading" message at reload
259 * Add "-z xxx" dummy command line argument (closes: #54717)
261 -- Miquel van Smoorenburg <miquels@cistron.nl> Fri, 11 Feb 2000 12:17:54 +0100
263 sysvinit (2.78-1) unstable; urgency=low
265 * 2.78 will be the new upstream version, I'm skipping 2.77
266 * Shutdown now calls sync before switching the runlevel to 0 or 6,
267 or before unmounting filesystems if -n was used (closes: #46461)
268 * Some cosmetic changes to init.c (closes: #32079)
270 -- Miquel van Smoorenburg <miquels@cistron.nl> Thu, 30 Dec 1999 20:40:23 +0100
272 sysvinit (2.77-2) unstable; urgency=low
276 -- Miquel van Smoorenburg <miquels@cistron.nl> Tue, 5 Oct 1999 21:51:50 +0200
278 sysvinit (2.77-1) unstable; urgency=low
280 * Write reboot record into utmp file as well to make rms happy
281 * Fork and dump core in / if SIGSEGV is received for debugging purposes
282 * Patch by Craig Sanders <cas@vicnet.net.au> for "last" -i option
284 -- Miquel van Smoorenburg <miquels@cistron.nl> Wed, 4 Aug 1999 11:16:23 +0200
286 sysvinit (2.76-4) unstable; urgency=low
288 * Change dowall.c to handle Unix98 ptys correctly
289 * Add comment in rcS about usage of setup.sh and unconfigured.sh
290 * Shutdown now removes nologin file just before calling telinit
291 * SEGV handler now tries to continue after sleep of 30 seconds.
292 On a 386-class processor it also prints out the value of EIP.
293 * Fix for racecondition in check_init_fifo() by Richard Gooch
295 -- Miquel van Smoorenburg <miquels@cistron.nl> Sat, 8 May 1999 17:22:57 +0200
297 sysvinit (2.76-3) frozen unstable; urgency=high
299 * Small bugfix to last.c courtesy of Danek Duvall <duvall@emufarm.ml.org>
301 -- Miquel van Smoorenburg <miquels@cistron.nl> Tue, 12 Jan 1999 12:12:44 +0100
303 sysvinit (2.76-1) frozen unstable; urgency=high
305 * Fix bug in check_pipe() which crashes init on the Alpha.
307 -- Miquel van Smoorenburg <miquels@cistron.nl> Tue, 3 Nov 1998 11:09:13 +0100
309 sysvinit (2.75-4) unstable; urgency=low
311 * Change sulogin password buffer to 128 characters.
312 * Don't print control characters in dowall.c
313 * Try to open getenv ("CONSOLE"), /dev/console and /dev/tty0 in order.
314 For backwards compatibility when you try to boot a 2.0.x kernel
315 with a linux > 2.1.70 /dev/console device.
316 * Change src/Makefile for non-debian systems (mainly, RedHat)
317 * Try to create /dev/initctl if not present; check every time to see
318 if the dev/ino of /dev/initctl has changed and re-open it. This should
320 * Send SIGUSR1 to init at bootup to let it re-open /dev/initctl;
321 again in support of devfs.
322 * Moved pidof to /bin (it's only a link to killall5 anyway)
324 -- Miquel van Smoorenburg <miquels@cistron.nl> Mon, 5 Oct 1998 14:03:14 +0200
326 sysvinit (2.75-2) frozen unstable; urgency=medium
329 * Add check to see if /dev/initctl is really a FIFO
330 * In ifdown.c first down all shaper devices then the real devices
332 -- Miquel van Smoorenburg <miquels@cistron.nl> Tue, 2 Jun 1998 22:43:01 +0200
334 sysvinit (2.75-1) frozen unstable; urgency=low
336 * Rewrote last.c to be much more memory friendly and correct,
337 thanks to Nick Andrew <nick@zeta.org.au> and
338 David Parrish <dparrish@zeta.org.au>
340 #21616: sysvinit: sulogin thinks md5 root password is bad
341 #21765: sysvinit: Typo in `killall5.c'
342 #21775: sysvinit: sysvinit does not support MD5 hashed passwords
343 #21990: /usr/bin/last: unnecessary memset and off-by-one bug
344 #22084: sysvinit 2.74-4: SIGPWR missing on sparc
345 #21900: init, powerfail events, and shutdown.allow
346 #21702: init 0 does not work as expected...
347 #21728: sysvinit: Typo in `init.c'
348 #22363: sysvinit: discrepance btw. manpage and /sbin/init
350 -- Miquel van Smoorenburg <miquels@cistron.nl> Tue, 19 May 1998 11:02:29 +0200
352 sysvinit (2.74-4) frozen unstable; urgency=medium
354 * Add -o option to last to process libc5 utmp files.
355 * Buffer overflow fixed in init.c (not very serious; only exploitable
356 by root). Thanks to Chris Evans <chris@ferret.lmh.ox.ac.uk>
358 -- Miquel van Smoorenburg <miquels@cistron.nl> Wed, 15 Apr 1998 17:04:33 +0200
360 sysvinit (2.74-1) unstable; urgency=low
362 * Should compile with glibc 1.99 :)
363 * Change behaviour of reboot(1) and halt(1) so that the default when
364 the runlevel can't be determined is to call shutdown.
365 * Added re-exec patch from Al Viro (21 Feb 1998):
366 'U' flag added to telinit. It forces init to re-exec itself
367 (passing its state through exec, certainly).
368 May be useful for smoother (heh) upgrades.
370 did_boot made global and added to state - thanks, Miquel.
371 Yet another file descriptors leak - close state pipe if
374 -- Miquel van Smoorenburg <miquels@cistron.nl> Thu, 12 Mar 1998 17:42:46 +0100
376 sysvinit (2.73-2) unstable; urgency=low
378 * Change _NSIG to NSIG for 2.1.x kernel includes.
380 -- Miquel van Smoorenburg <miquels@cistron.nl> Thu, 8 Jan 1998 16:01:02 +0100
382 sysvinit (2.73-1) unstable; urgency=low
384 * Use siginterrupt, now that system calls are restarted by default.
385 Main symptom was that the sulogin timeout didn't work but there
386 might have been more hidden problems.
387 * Kill process immidiately if turned off in inittab
388 * Fixed sulogin check on tty arg.
389 * Use strerror() instead of sys_errlist
390 * wall now supports a '-n' option to suppress [most of] the banner.
391 Debian doesn't use sysvinit's wall, but apparently Redhat does.
392 * Add '-F' (forcefsck) option to shutdown
393 * Close and reopen /dev/initctl on SIGUSR1 (mainly for a /dev in ram)
395 -- Miquel van Smoorenburg <miquels@cistron.nl> Sat, 3 Jan 1998 16:32:39 +0100
397 sysvinit (2.72-3) unstable; urgency=low
399 * Add extra fork() in dowall.c to avoid hanging in rare cases
401 -- Miquel van Smoorenburg <miquels@cistron.nl> Wed, 22 Oct 1997 14:44:00 +0200
403 sysvinit (2.72) unstable; urgency=low
405 * Applied manual page patches by Bill Hawes <whawes@star.net>. Thanks Bill!
406 * Applied patches to the sample Slackware scripts by
407 "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
408 * Fix halt and reboot runlevels 0 & 6 check.
409 * Only say "no more processes left in runlevel x" once
410 * Fix race condition with SIGCHLD in spawn()
411 (thanks to Alon Ziv <alonz@CS.Technion.AC.IL>)
412 * Compress all manpages (missed 2)
414 * Added poweroff patch by Roderich Schupp <rsch@ExperTeam.de>
416 -- Miquel van Smoorenburg <miquels@cistron.nl> Sun, 12 Oct 1997 17:20:17 +0200
418 sysvinit (2.71-2) frozen unstable; urgency=low
420 * Print 2.71 instead of 2.70 on startup :)
422 -- Miquel van Smoorenburg <miquels@cistron.nl> Mon, 5 May 1997 12:45:25 +0200
424 sysvinit (2.71-1) frozen unstable; urgency=high
426 * Added code for updwtmp() in utmp.c for glibc (2.0.3)
427 * Fixed all programs to use functions from utmp.c and getutent()
428 * Do not try to clean up utmp in init itself (Bug#9022)
429 * Removed sync() from main loop.
430 * Hopefully fixes bug #8657 (shutdown signal handling)
432 -- Miquel van Smoorenburg <miquels@cistron.nl> Sat, 26 Apr 1997 19:57:27 +0200
434 sysvinit (2.70-1) unstable; urgency=low
437 * Removed StUdLy CaPs from source code
438 * Moved files in source archive around
439 * Fixes for glibc (utmp handling, signal handling).
440 * Fixed '-d' option to last (now also works without '-a').
441 * Added extra checking in last.c to prevent showing dead entries
443 -- Miquel van Smoorenburg <miquels@cistron.nl> Fri, 7 Feb 1997 15:31:30 +0100
445 sysvinit (2.69-1) frozen unstable; urgency=medium
447 * Fixed bug that can throw X in a loop (or any other app that reads from
450 -- Miquel van Smoorenburg <miquels@cistron.nl> Sun, 1 Dec 1996 15:32:24 +0100
452 sysvinit (2.67-1) frozen unstable; urgency=high
454 * Fixes problem with /dev/console being controlling terminal of some
456 * Puts copyright file in the right place
458 -- Miquel van Smoorenburg <miquels@cistron.nl> Fri, 15 Nov 1996 12:23:33 +0100
460 sysvinit (2.66-1) unstable; urgency=medium
462 * Skipped 2.65. A development 2.65 got out by accident and is apparently
464 * Also compiles and runs with GNU libc (and on the Alpha)
465 * Fixed dowall.c not to exit when getpwuid() fails and uid == 0.
466 * Fixed init panic'ing on empty lines in /etc/inittab
467 * Changed default PATH to include /usr/local/sbin
468 * Set /dev/console as controlling terminal for sysinit,bootwait,wait,powerwait
469 This allows using ^C to interrupt some parts of eg the boot process.
470 * Remove old symlink in /var/log/initlvl; let init check both
471 /var/log and /etc itself.
473 -- Miquel van Smoorenburg <miquels@cistron.nl> Tue, 29 Oct 1996 13:46:54 +0100
476 - Skipped 2.65. A development 2.65 got out by accident and is apparently
478 - Fixed dowall.c not to exit when getpwuid() fails and uid == 0.
479 - Fixed init panic'ing on empty lines in /etc/inittab
480 - Changed default PATH to include /usr/local/sbin
481 - Ported to Linux/Alpha and GNU libc.
482 - Set /dev/console as controlling terminal for sysinit,bootwait,wait,powerwait.
483 This allows using ^C to interrupt some parts of eg the boot process.
484 - Remove old symlink in /var/log/initlvl; let init check both
485 /var/log and /etc itself.
488 - Init checks CONSOLE environment variable on startup (overrides /dev/console)
489 - Init sets CONSOLE variable for all its children.
490 - Wtmp(): when zeroing out old utmp entries, keep ut_id field
491 - Wtmp(): try to re-use ut_id field if possible.
492 - SetTerm(): only read from /etc/ioctl.save if written once.
493 - Included start-stop-daemon, C version (source only).
494 - Fixed wait() for the emergency shell.
495 - killall5: ignore signal before doing kill(-1, pid).
498 - Fixed preinst script for Debian
499 - Fixed init.c to become init daemon if name is init.new
500 - Fixed pidof to not return PIDs of shell scripts
503 - Changed debian /etc/init.d/boot script to create a nologin file
504 at boot and to remove it just before going multiuser.
507 - Decided to release a 2.62 version with a BIG WARNING about upgrading
508 init in it. Will send a patch to Linus for the linux/Documentation/Changes
509 file so that 2.62 or later is mentioned as the version to upgrade to.
510 - Added docs for Slackware
513 - Fixed debian/etc/init.d/network for the lo device.
514 - Added "-xdev" to the cd /tmp && find in debian/etc/init.d/boot
515 - Made remove time for files in /tmp configurable.
518 - Changed /etc/init.d/boot script again
519 - Fixed problem in init.c with trailing whitespace after entries in inittab
520 - Fixed killall5 problems
521 - Added manpage for lastb
522 - Added SHELL= environment variable to sulogin
523 - Fixed sulogin & shadow problems
524 - Added timeout option to sulogin
527 - Fixed sulogin (didn't work if root wasn't first entry in shadow file)
528 - Fixed mesg for systems with "tty" group (such as Debian)
529 - Fixed nsyslog() in killall5.c
532 - Fixed race condition in init.c, resulting in hanging shutdowns.
533 Courtesy of Max Neunhoeffer <Max.Neunhoeffer@urz.uni-heidelberg.de>.
534 - Fixed debian/etc/init.d/boot for swapon and mdadd
535 - Added architecture to debian.control
536 - Added manpages for rc.boot and rc.local
537 - Updated inittab manpage for 4-character runlevel field
538 - Added debian replaces for bsdutils < version_without_mesg
539 - Fixed init.c so that it also works with kernels 1.3.81 and up
542 - Init logs less to syslog (suspected to hang in syslog() or openlog() )
543 - removed closelog() from init.c
544 - removed time check of runlevel record in halt.
545 - Added options to last to get hostname from ut_addr field
546 - Added last and mesg to installation targets
547 - rewrote /etc/init.d/boot a bit.
550 - Changed etc/init.d/rc to do a stty onlcr
551 - Added /var/log/initrunlvl symlink
554 - Added the latest debian files.
555 - Added support for 4-character id fields (if you have libc5).
556 - Fixed pidof (in killall5) parsing of /proc/.../stat
557 - Save restore GMT setting in /etc/init.d/boot
561 - Added "-b" flag to init, gives a shell before
562 anything else (in case the startup scripts are screwed)
563 - Moved fastboot to /fastboot
564 - Folded in Debian patches.
565 - Removed old scripts
566 - Added debian /etc/directory.
569 - Changed over to init_request (with initreq.h)
570 - Processes no longer killed when "process" field
571 changes, change takes effect after next respawn.
574 - Bugfix release for Debian and Slackware 3.0
577 - Fixed race condition init init.c wrt got_chld
578 - Fixed one-off for malloc in killall5.c
580 - Console code: no relink to /dev/systty on CTRL-ALT-DEL)
583 - Changed a few things here and there, didn't
584 really document it :)
587 - Added option to shutdown to run standalone.
590 - Added GNU copyrigh to all *.[ch] files.
591 - added /etc/initscript
592 - reboot and halt now call shutdown in runlevels 1-5
593 - Can run from read-only root (CDROM)
596 - Renamed pidof to killall5, updated all scripts to
597 use killall5 instead of kill -1 ....
598 - Rewrote scripts to use this, and some general changes.
599 - Added SysV command line compatibility to shutdown.
602 - Added `powerfailnow' keyword, for when UPS battery is low.
604 - Fixed utmp handling (wrt. CLEAN_UTMP)
606 * Make last compatible with GNU/BSD (long options?)
608 * remote SIGPWR broadcast? in powerd? (with priv. port)
612 - Ignores unknown command line arguments.
613 - Modelled more after the "real" sysVinit
614 - Lots of changes all over the place.
615 (like showing runlevel in "ps" listing, logging
616 runlevel into utmp file etc)
617 - now using "reliable" signals instead of V7 style.
618 - Updated all scripts. Examples are in two directories:
619 etc (normal) and etc-sysv (sysv style scripts).
620 - runlevel 0 = halt, 1 = single user, 6 = reboot.
621 - added support for serial console.
622 - updated Propaganda, manpages.
623 - added shutdown access control.
626 - Send out the official version into the world as
630 - Changed init to really catch SIGPWR 'cause we
631 hooked up an UPS to the Linux machine. The
632 keyword for catching the TreeFingerSalute is
633 now "ctrlaltdel" instead of "power{wait,fail}".
636 - Fixed last to reckognize BSD style wtmp logging.
637 - Changed init to write wtmp records that are
638 SysV compliant but are also reckognized by the
639 BSD last. Added a '+' option to the 'process'
640 field of inittab, for getties that want to do
641 their own utmp/wtmp housekeeping (kludge!).
642 - Now accepts a runlevel on the command line,
643 and reckognizes the 'auto' argument. (Sets the
644 environment variable AUTOBOOT to YES)
647 - Ripped out the 'leave' action. To difficult, and
649 - Going single user now kills _all_ processes.
650 - Added '-t secs' option to all commands.
651 - This version is stable enough to post.
654 - Made wait()'s asynchronous
655 - Changed whole thing to one big state machine
656 - Now using 'pseudo levels' # & * for SYSINIT & BOOT
657 - Added a new type of 'action', called leave. This
658 process will be executed when the system goes from a
659 runlevel specified in it's runlevel field to a
660 level that's not. Nice to bring down NFS and the like.
663 - Fixed a bug with 'boot' and 'once'.
664 - Check 'initdefault' for validity.
665 - Reckognizes "single" as command line argument.
666 - Retries execvp with 'sh -c exec ..' if command
667 is a shell script. (shouldn't execvp do this?)
668 - Added patches to use syslog if defined.
671 - Rewrote the code totally, so started with a new
673 - Dropped Minix support, this code now is Linux - specific.
674 - With TEST switch on, this init & telinit can
675 run standalone for test purposes.
678 - Got a 386, so installed Linux. Added 'soft' reboot
679 to be default under linux. Fixed some typos.
682 - Bugreport from Michael Haardt ; removed deadlock
683 and added 'waitpid' instead of 'wait' for SYSV.
686 - Read manual wrong: there is no 'action' field called
687 process, but all entries are of type process. Every
688 'process' get exec'ed by /bin/sh -c 'exec command'.
689 - Rapidly respawning processes are caught in the act.
690 - _SYSV support is really Linux support,
691 done by poe@daimi.aau.dk on 25-Mar-92.
694 - Initial version, very primitive for the Minix
695 operating system. Required some mods. to the