summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorcperciva <cperciva@FreeBSD.org>2004-03-30 19:24:56 +0000
committercperciva <cperciva@FreeBSD.org>2004-03-30 19:24:56 +0000
commit639a6752a2df0a18f46643616ced6c46f942a5fc (patch)
treec49c202a20abef3d65bc89943f4509a029e2cb60 /usr.sbin
parentd02badc7e2bc65c3c1dd94d640c973ae1e0ab3e2 (diff)
downloadFreeBSD-src-639a6752a2df0a18f46643616ced6c46f942a5fc.zip
FreeBSD-src-639a6752a2df0a18f46643616ced6c46f942a5fc.tar.gz
Sychronize with reality: nologin(8) is now in /usr/sbin
Reminded by: trhodes
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/adduser/adduser.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/adduser/adduser.sh b/usr.sbin/adduser/adduser.sh
index be779bb..c04463d 100644
--- a/usr.sbin/adduser/adduser.sh
+++ b/usr.sbin/adduser/adduser.sh
@@ -113,7 +113,7 @@ valid_shells() {
esac
done
- # /sbin/nologin is a special case
+ # /usr/sbin/nologin is a special case
[ -x "${NOLOGIN_PATH}" ] && echo -n " ${NOLOGIN}"
}
@@ -139,7 +139,7 @@ fullpath_from_shell() {
esac
done
- # /sbin/nologin is a special case
+ # /usr/sbin/nologin is a special case
if [ "$_shell" = "${NOLOGIN}" ]; then
echo ${NOLOGIN_PATH}
return 0;
@@ -799,7 +799,7 @@ MAILCMD="${MAILCMD:-mail}"
ETCSHELLS="${ETCSHELLS:-/etc/shells}"
NOHOME="/nonexistent"
NOLOGIN="nologin"
-NOLOGIN_PATH="/sbin/nologin"
+NOLOGIN_PATH="/usr/sbin/nologin"
GREPCMD="/usr/bin/grep"
DATECMD="/bin/date"
OpenPOWER on IntegriCloud