diff --git a/src/include/paths.h b/src/include/paths.h index a390412f..38f1c7a7 100644 --- a/src/include/paths.h +++ b/src/include/paths.h @@ -1,4 +1,4 @@ -/* $OpenBSD: paths.h,v 1.16 1999/10/04 16:44:01 deraadt Exp $ */ +/* $OpenBSD: paths.h,v 1.17 2000/06/09 16:34:03 millert Exp $ */ /* $NetBSD: paths.h,v 1.7 1994/10/26 00:56:12 cgd Exp $ */ /* @@ -62,7 +62,7 @@ #define _PATH_MAILDIR "/var/mail" #define _PATH_MAN "/usr/share/man" #define _PATH_MEM "/dev/mem" -#define _PATH_NOLOGIN "/etc/nologin" +#define _PATH_NOLOGIN "/sbin/nologin" #define _PATH_RSH "/usr/bin/rsh" #define _PATH_SENDMAIL "/usr/sbin/sendmail" #define _PATH_SHELLS "/etc/shells"