summaryrefslogtreecommitdiffstats
path: root/sbin/reboot/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Port the remaining apps in sbin/ to utmpx; only reboot(8).ed2010-01-131-2/+0
|
* Let init(8) and reboot(8) use utmpx to log wtmp entries.ed2009-12-051-2/+2
| | | | | | | | logwtmp() gets called with the raw strings that are written to disk. For regular user entries, this isn't too bad, but when booting/shutting down, the contents get rather cryptic. Just call the standardized pututxline().
* Switch the default WARNS level for sbin/ to 6.ru2009-10-191-1/+0
| | | | Submitted by: Ulrich Spörlein
* Do not install boot_i386.8 on all architectures.ru2005-11-171-1/+3
|
* The kernel specified in main() of reboot(8) will be initializeddelphij2005-01-251-0/+1
| | | | | | | | | | | | | with -k option and never be used without kflag. This confuses gcc because we set "kflag" at the same time with "kernel", but the logic is not that apparant for gcc. Since we can initialize "kernel" to NULL then know if "k" option is set through determining whether it is still NULL, don't try to have gcc to guess why we are connecting "kflag" with "kernel" and use "kernel" directly in place of kflag. Bump WARNS?= from 2 to 6
* Share the i386 boot manual page.obrien2004-03-221-0/+3
|
* Hook the new nextboot(8) manpage up to the build.gordon2002-11-041-1/+1
|
* Add a nextboot script to make it easier to control the loader nextbootgordon2002-05-241-0/+2
| | | | | | support. Also, hook it up to the build. Approved by: jake (mentor)
* Default to WARNS=2.obrien2001-12-041-1/+0
| | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
* Use ${MACHINE}, it works with cross-builds.ru2001-09-121-4/+2
|
* Constify and set WARNS=2.dd2001-07-151-0/+1
| | | | Submitted by: Mike Barcroft <mike@q9media.com>
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-1/+2
| | | | - MAN[1-9] -> MAN.
* Removed the boot_*(8) man pages for machines we don't support:mpp1996-02-121-9/+1
| | | | hp300, sparc, tahoe, and vax
* Totally revamp the man page, update to the state of affairs.joerg1995-10-071-0/+7
| | | | | | | Make a link from boot_${ARCH}.8 to boot.8, so people will get what they expect when asking "man boot". I think David will lynch me when i'm requesting this to go into 2.1... :-)
* Install aliases "fasthalt" and "fastboot" for halt and boot respectively.dg1994-08-211-2/+3
| | | | | This is for "backwards compatibility". Documented these aliases in the manual page.
* Convert to our man installation style. Also fixed long-standing bugwollman1994-08-051-6/+6
| | | | | in `fastboot'/`fasthalt' in which the interpreter would hang around after `reboot' or `halt' is run, causing an irritating ``Killed'' message.
* Disable afterinstall: for manual pages until the manual page fix patchrgrimes1994-05-281-1/+1
| | | | comes in.
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-261-0/+18
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin.
OpenPOWER on IntegriCloud