summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormartti <martti>2002-05-15 08:17:14 +0000
committermartti <martti>2002-05-15 08:17:14 +0000
commita83fe753ffe9ddf1d079c0d6c3d2d2702a43b7e9 (patch)
tree0bbe6d8e753b24279d972b89783c36cd6020aecd
parenta63ee4f3f9891a3fa69783e18c0dc7a21259541c (diff)
downloadpkgsrc-a83fe753ffe9ddf1d079c0d6c3d2d2702a43b7e9.tar.gz
Updated etcupdate to 20020515
* Include user's PATH (pkg/16828 by HAMAJIMA Katsuomi)
-rw-r--r--sysutils/etcupdate/Makefile4
-rwxr-xr-xsysutils/etcupdate/files/etcupdate4
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/etcupdate/Makefile b/sysutils/etcupdate/Makefile
index 717a8cee18d..8a93ead0105 100644
--- a/sysutils/etcupdate/Makefile
+++ b/sysutils/etcupdate/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2002/05/13 12:38:48 martti Exp $
+# $NetBSD: Makefile,v 1.14 2002/05/15 08:17:14 martti Exp $
-DISTNAME= etcupdate-20020513
+DISTNAME= etcupdate-20020515
CATEGORIES= sysutils
MASTER_SITES= # empty
DISTFILES= # empty
diff --git a/sysutils/etcupdate/files/etcupdate b/sysutils/etcupdate/files/etcupdate
index 0d9fc00b9ec..debf4555dd9 100755
--- a/sysutils/etcupdate/files/etcupdate
+++ b/sysutils/etcupdate/files/etcupdate
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: etcupdate,v 1.13 2002/05/13 12:38:49 martti Exp $
+# $NetBSD: etcupdate,v 1.14 2002/05/15 08:17:15 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}"