aboutsummaryrefslogtreecommitdiff
path: root/sbin/nologin
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-08-05 02:42:42 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-08-05 02:42:42 +0000
commit404c1a5fc1fea7d6d5fa8edd6acb65e32f19c8bd (patch)
tree5c31f53e1b763ae0e5b09e58a82c792ab0f8f3ae /sbin/nologin
parentbed8f8b45c6ef369940c41ceaab6c6c4c2ffd5cc (diff)
downloadsrc-404c1a5fc1fea7d6d5fa8edd6acb65e32f19c8bd.tar.gz
src-404c1a5fc1fea7d6d5fa8edd6acb65e32f19c8bd.zip
Convert to our man installation style. Also fixed long-standing bug
in `fastboot'/`fasthalt' in which the interpreter would hang around after `reboot' or `halt' is run, causing an irritating ``Killed'' message.
Notes
Notes: svn path=/head/; revision=1855
Diffstat (limited to 'sbin/nologin')
-rw-r--r--sbin/nologin/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/sbin/nologin/Makefile b/sbin/nologin/Makefile
index 84e9f0c3b152..5d89fffe2d25 100644
--- a/sbin/nologin/Makefile
+++ b/sbin/nologin/Makefile
@@ -1,6 +1,6 @@
# @(#)Makefile 8.2 (Berkeley) 4/22/94
-MAN8= nologin.0
+MAN8= nologin.8
nologin clean depend lint tags:
@@ -8,7 +8,4 @@ beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/nologin.sh ${DESTDIR}/sbin/nologin
-cleandir:
- rm -f nologin.0
-
.include <bsd.prog.mk>