Browse Source

Remove /usr/contrib/bin and /usr/old/bin from _PATH_STDPATH

OPENBSD_2_1
tholo 28 years ago
parent
commit
7af36f2b76
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/include/paths.h

+ 2
- 2
src/include/paths.h View File

@ -1,3 +1,4 @@
/* $OpenBSD: paths.h,v 1.4 1996/11/02 05:35:24 tholo Exp $ */
/* $NetBSD: paths.h,v 1.7 1994/10/26 00:56:12 cgd Exp $ */
/*
@ -41,8 +42,7 @@
/* Default search path. */
#define _PATH_DEFPATH "/usr/bin:/bin"
/* All standard utilities path. */
#define _PATH_STDPATH \
"/usr/bin:/bin:/usr/sbin:/sbin:/usr/contrib/bin:/usr/old/bin"
#define _PATH_STDPATH "/usr/bin:/bin:/usr/sbin:/sbin"
#define _PATH_BSHELL "/bin/sh"
#define _PATH_CONSOLE "/dev/console"


Loading…
Cancel
Save