From 5de697a6348c2e5dee49596da887160e8a698c79 Mon Sep 17 00:00:00 2001 From: Colin Percival Date: Sat, 13 Mar 2004 11:02:37 +0000 Subject: [PATCH] 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 --- sbin/Makefile | 1 - usr.sbin/Makefile | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/Makefile b/sbin/Makefile index b927e49bacd..a13dca7c78c 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 23982b01fad..1ffe51b9501 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -100,6 +100,7 @@ SUBDIR= ac \ nfsd \ ngctl \ nghook \ + nologin \ ${_nslookup} \ ${_nsupdate} \ ntp \