diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 2017-03-07 05:10:38 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 2017-03-07 05:10:38 +0000 |
| commit | ce9f2d31b3746d273d14d8cdb28837847f8b867d (patch) | |
| tree | e7b2919c8473ab6304f935cbfedad159165eb330 /usr.sbin/nologin | |
| parent | ef1d40da16ce358605ad999b64dd15a924f96e57 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/nologin')
| -rw-r--r-- | usr.sbin/nologin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/nologin/Makefile b/usr.sbin/nologin/Makefile index 0b4c0db25d1c..d743f60c6a7c 100644 --- a/usr.sbin/nologin/Makefile +++ b/usr.sbin/nologin/Makefile @@ -4,7 +4,7 @@ PROG= nologin MAN= nologin.5 nologin.8 -SYMLINKS= ${BINDIR}/nologin /sbin/nologin +SYMLINKS= ..${BINDIR}/nologin /sbin/nologin # It is important that nologin be statically linked for security # reasons. A dynamic non-setuid binary can be linked against a trojan |
