summaryrefslogtreecommitdiffstats
path: root/sbin/init/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Introduce the PRECIOUSPROG knob in bsd.prog.mk, similarru2004-11-031-1/+2
| | | | | | | | to PRECIOUSLIB from bsd.lib.mk. The side effect of this is making installing the world under jail(8) possible by using another knob, NOFSCHG. Reviewed by: oliver
* style.Makefile(5):johan2004-02-231-1/+1
| | | | Use WARNS?= instead of WARNS=.
* Make init statically linked by default. It's not worth the pain of havinggordon2003-11-191-0/+2
| | | | | | a dynamically linked init as recently seen by ia64 woes. Approved by: re (jhb)
* Default to WARNS=2.obrien2001-12-041-0/+1
| | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
* Use new backup feature of install(1).ru2001-05-281-7/+1
|
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for sbin/ to 8.ru2001-03-201-1/+0
|
* Further tidy up the sbin/init and release builds.peter2001-01-011-28/+2
|
* This is not necessarily the correct fix, but at least sbin/init compilesphk2001-01-011-8/+11
| | | | in a sterile environment like "make release"
* Add MLINK init.8 --> securelevel.8alex2000-06-091-0/+1
| | | | | | Requested by: Brett Glass <brett@lariat.org> PR: 13792 Submitted by: nik
* Change DISTRIBUTION to match new world order.markm2000-02-291-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Backup existing init(8) as /sbin/init.bak.ru1999-08-051-3/+9
| | | | | PR: 12976 Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
* Turn System V command line syntax ``on'' by default.ru1999-07-011-5/+2
| | | | | Requested by: peter Reviewed by: des, billf
* Bring in System V run-level patches (turned off by default).ru1999-06-181-1/+4
| | | | | | While I'm here, fix some typos in the manpage. Requested by: des
* Removed definition of _NEW_VFSCONF. The new vfsconf interface is nowbde1998-01-201-2/+2
| | | | the default.
* ".if exists(${CURDIR}/../../secure)" rather than testing relative to thedavidn1997-08-181-2/+2
| | | | object directory.
* Add -D_NEW_VFSCONF to eliminate compilation warningache1997-07-051-2/+2
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Part two of a "fix-and-move". There were some macros declared in ../sbin'smarkm1997-02-101-0/+16
| | | | | | | Makefile that were a) broken and b) bogusly placed. This brings the repeared macros in. Pointed-out-by: BDE
* Impose login_cap resource limits on processes started by init.davidn1997-01-191-1/+1
| | | | | | | | /etc/rc started with "daemon" settings. "window=" started with "default" settings gettys started with "default" settings. This should open the way to junk kernel options MAX_{OPEN,CHILD} and the corresponding sysctl vars.
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Fixed DPADD.bde1996-09-051-5/+5
|
* Better method of choosing libdescrypt/libscrypt.markm1996-05-041-6/+6
|
* The DES-based init(8) belongs to the "des" distribution.joerg1996-02-131-1/+2
|
* Fix $Id$.bde1995-10-031-1/+1
|
* Make this make work the same way as passwd and xntpd. Here it will allowmarkm1995-10-011-0/+7
| | | | secure/sbin/init to be cleaned out, and sbin/Makefile to be tidied up.
* `init' needs crypt() for insecure consoles.wollman1994-08-151-1/+1
|
* Convert to our man installation style. Also fixed long-standing bugwollman1994-08-051-1/+1
| | | | | in `fastboot'/`fasthalt' in which the interpreter would hang around after `reboot' or `halt' is run, causing an irritating ``Killed'' message.
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-261-0/+11
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin.
OpenPOWER on IntegriCloud