Browse Source

Add /bin/ksh to builtin list of OK shells.

OPENBSD_3_8
millert 19 years ago
parent
commit
f88828f0f2
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/include/paths.h

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

@ -1,4 +1,4 @@
/* $OpenBSD: paths.h,v 1.21 2004/04/13 17:04:49 millert Exp $ */
/* $OpenBSD: paths.h,v 1.22 2005/04/02 17:04:52 millert Exp $ */
/* $NetBSD: paths.h,v 1.7 1994/10/26 00:56:12 cgd Exp $ */
/*
@ -50,6 +50,7 @@
#define _PATH_FSIRAND "/sbin/fsirand"
#define _PATH_KLOG "/dev/klog"
#define _PATH_KMEM "/dev/kmem"
#define _PATH_KSHELL "/bin/ksh"
#define _PATH_KSYMS "/dev/ksyms"
#define _PATH_KVMDB "/var/db/kvm_bsd.db"
#define _PATH_LOCALE "/usr/share/locale"


Loading…
Cancel
Save