From: Keith Bostic Date: Wed, 10 May 1989 04:40:58 +0000 (-0800) Subject: add paths.h X-Git-Tag: BSD-4_3_Tahoe-Snapshot-Development~202 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/17a13b9638318d3d91b49f630d3388735ae904f7?ds=inline add paths.h SCCS-vsn: libexec/rshd/pathnames.h 5.2 --- diff --git a/usr/src/libexec/rshd/pathnames.h b/usr/src/libexec/rshd/pathnames.h index 4ecbad42ea..a0d8e420db 100644 --- a/usr/src/libexec/rshd/pathnames.h +++ b/usr/src/libexec/rshd/pathnames.h @@ -14,9 +14,10 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * @(#)pathnames.h 5.1 (Berkeley) %G% + * @(#)pathnames.h 5.2 (Berkeley) %G% */ -#define _PATH_BSHELL "/bin/sh" -#define _PATH_DEFPATH "PATH=/usr/ucb:/bin:/usr/bin:" +#include + +#define _PATH_DEFPATH "PATH=/bin:/usr/bin:" #define _PATH_NOLOGIN "/etc/nologin"