summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcperciva <cperciva@FreeBSD.org>2004-03-13 11:02:37 +0000
committercperciva <cperciva@FreeBSD.org>2004-03-13 11:02:37 +0000
commitc990ac0757bb06ad8c54c31e214855e14fd7037f (patch)
tree790ae34f42c6788595cfbfe20a53faa6597680a9
parent528e029ce1b176aa97163b72f596489041d2be42 (diff)
downloadFreeBSD-src-c990ac0757bb06ad8c54c31e214855e14fd7037f.zip
FreeBSD-src-c990ac0757bb06ad8c54c31e214855e14fd7037f.tar.gz
Don peril-sensitive glasses and throw the switch to move nologin(8) from
/sbin to /usr/sbin. A symlink from /sbin/nologin -> /usr/sbin/nologin is created for compatibility purposes. This will probably not cause any problems, but anyone who is doing anything particularly unusual with nologin(8) or shells in general might be well advised to check that everything still works. Bikesheds on: cvs-all, current
-rw-r--r--sbin/Makefile1
-rw-r--r--usr.sbin/Makefile1
2 files changed, 1 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index b927e49..a13dca7 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -68,7 +68,6 @@ SUBDIR= adjkerntz \
newfs \
newfs_msdos \
nfsiod \
- nologin \
nos-tun \
${_pfctl} \
${_pflogd} \
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 23982b0..1ffe51b 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -100,6 +100,7 @@ SUBDIR= ac \
nfsd \
ngctl \
nghook \
+ nologin \
${_nslookup} \
${_nsupdate} \
ntp \
OpenPOWER on IntegriCloud