Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/su Bring $PATH information in sync with _PATH_DEFPATH.



details:   https://anonhg.NetBSD.org/src/rev/f165e24736f9
branches:  trunk
changeset: 472571:f165e24736f9
user:      kleink <kleink%NetBSD.org@localhost>
date:      Sun May 02 18:35:30 1999 +0000

description:
Bring $PATH information in sync with _PATH_DEFPATH.

diffstat:

 usr.bin/su/su.1 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 01f9a816acc2 -r f165e24736f9 usr.bin/su/su.1
--- a/usr.bin/su/su.1   Sun May 02 18:26:43 1999 +0000
+++ b/usr.bin/su/su.1   Sun May 02 18:35:30 1999 +0000
@@ -30,7 +30,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"    from: @(#)su.1  8.2 (Berkeley) 4/18/94
-.\"    $NetBSD: su.1,v 1.14 1997/10/19 23:31:52 lukem Exp $
+.\"    $NetBSD: su.1,v 1.15 1999/05/02 18:35:30 kleink Exp $
 .\"
 .Dd April 18, 1994
 .Dt SU 1
@@ -112,7 +112,7 @@
 is set to the target login.
 .Ev PATH
 is set to
-.Dq Pa /bin:/usr/bin .
+.Dq Pa /usr/bin:/bin:/usr/pkg/bin:/usr/local/bin .
 .Ev TERM
 is imported from your current environment.
 The invoked shell is the target login's, and



Home | Main Index | Thread Index | Old Index