Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/etcupdate Include user's PATH (pkg/16828 by HAMAJIM...



details:   https://anonhg.NetBSD.org/src/rev/db3699bb06bc
branches:  trunk
changeset: 526978:db3699bb06bc
user:      martti <martti%NetBSD.org@localhost>
date:      Wed May 15 08:17:56 2002 +0000

description:
Include user's PATH (pkg/16828 by HAMAJIMA Katsuomi)

diffstat:

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

diffs (20 lines):

diff -r 7dd9eb917b4b -r db3699bb06bc usr.sbin/etcupdate/etcupdate
--- a/usr.sbin/etcupdate/etcupdate      Wed May 15 07:00:22 2002 +0000
+++ b/usr.sbin/etcupdate/etcupdate      Wed May 15 08:17:56 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: etcupdate,v 1.2 2002/05/13 12:43:16 martti Exp $
+# $NetBSD: etcupdate,v 1.3 2002/05/15 08:17:56 martti Exp $
 #
 # Copyright (c) 2001 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -49,7 +49,7 @@
 # The idea for this script (including code fragments, variable names etc.)
 # came from the FreeBSD mergemaster (by Douglas Barton).
 #
-PATH=/sbin:/usr/sbin:/bin:/usr/bin
+PATH="/sbin:/usr/sbin:/bin:/usr/bin:${PATH}"
 
 # Default settings
 TEMPROOT="${TEMPROOT:=/tmp/temproot}"



Home | Main Index | Thread Index | Old Index