From c990ac0757bb06ad8c54c31e214855e14fd7037f Mon Sep 17 00:00:00 2001 From: cperciva Date: Sat, 13 Mar 2004 11:02:37 +0000 Subject: 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 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 \ -- cgit v1.1