Browse Source

put sbin:/usr/sbin in default path

OPENBSD_2_6
deraadt 25 years ago
parent
commit
6b4056e763
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,4 +1,4 @@
/* $OpenBSD: paths.h,v 1.15 1999/02/03 04:34:06 angelos Exp $ */
/* $OpenBSD: paths.h,v 1.16 1999/10/04 16:44:01 deraadt Exp $ */
/* $NetBSD: paths.h,v 1.7 1994/10/26 00:56:12 cgd Exp $ */
/*
@ -40,7 +40,7 @@
#define _PATHS_H_
/* Default search path. */
#define _PATH_DEFPATH "/usr/bin:/bin:/usr/X11R6/bin:/usr/local/bin"
#define _PATH_DEFPATH "/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/local/bin"
/* All standard utilities path. */
#define _PATH_STDPATH "/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/local/bin"


Loading…
Cancel
Save