summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nologin/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* NOSHARED -> NO_SHAREDru2004-12-211-1/+1
|
* When nologin(8) is installed in /usr/sbin/, create a symlink fromcperciva2004-03-131-7/+2
| | | | | | | | /sbin/nologin for compatibility purposes. Also, remove the NO_NOLOGIN_LOG option; we don't need to worry about conserving space as much on the /usr partition. Note that usr.sbin/nologin is not yet hooked up to the build.
* Report login attempts to syslog. Due to the statically-linked nature ofcperciva2004-02-221-0/+7
| | | | | | | | | | | nologin(8), this causes a considerable (100K) increase in the binary size, so I've added a NO_LOGIN_LOG option which disables this. While I'm here, s/sizeof(MESSAGE)/sizeof(MESSAGE) - 1/, in order to avoid writing the string-terminating zero byte. No complaints from: -current Approved by: rwatson (mentor)
* Reimplement nologin(8) as a C program. This allows us to staticallydas2003-11-171-1/+8
| | | | | | | link it at low cost and avoid environment poisoning attacks associated with LD_LIBRARY_PATH. Suggested by: rwatson
* beforeinstall -> SCRIPTS.ru2001-04-071-6/+1
|
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-2/+2
| | | | - MAN[1-9] -> MAN.
* /sbin -> ${BINDIR}wosch1997-02-061-1/+1
|
* Now that we have a manpage, don't have the 'clean' target be a NO-OP.nate1996-07-101-1/+1
|
* A manpage. May be the file nologin.5 should located inwosch1996-01-281-0/+1
| | | | src/share/man/man5.
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-07-251-1/+1
| | | | specified in the top level Makefiles.
* Convert to our man installation style. Also fixed long-standing bugwollman1994-08-051-4/+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/+14
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin.
OpenPOWER on IntegriCloud