Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gen default path doesn't contain current directory ...



details:   https://anonhg.NetBSD.org/src/rev/6dc53d048ff3
branches:  trunk
changeset: 535094:6dc53d048ff3
user:      yamt <yamt%NetBSD.org@localhost>
date:      Sat Aug 10 03:08:15 2002 +0000

description:
default path doesn't contain current directory anymore.
from openbsd.

diffstat:

 lib/libc/gen/exec.3 |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r de931c379ff8 -r 6dc53d048ff3 lib/libc/gen/exec.3
--- a/lib/libc/gen/exec.3       Sat Aug 10 03:06:15 2002 +0000
+++ b/lib/libc/gen/exec.3       Sat Aug 10 03:08:15 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: exec.3,v 1.14 2002/08/10 03:06:15 yamt Exp $
+.\"    $NetBSD: exec.3,v 1.15 2002/08/10 03:08:15 yamt Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -227,8 +227,7 @@
 .Fn execvp
 functions was
 .Dq Pa :/bin:/usr/bin .
-This was changed to place the current directory last to enhance system
-security.
+This was changed to improve security and behaviour.
 .Pp
 The behavior of
 .Fn execlp



Home | Main Index | Thread Index | Old Index