diff options
author | martti <martti@pkgsrc.org> | 2002-05-15 08:17:14 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-05-15 08:17:14 +0000 |
commit | 83e6421ce7b19bbaa855535fc38dd41118d77ec5 (patch) | |
tree | 0bbe6d8e753b24279d972b89783c36cd6020aecd /sysutils/etcupdate | |
parent | c90657f36bf50dc7257cee00cd5c4b0b4fcfcf21 (diff) | |
download | pkgsrc-83e6421ce7b19bbaa855535fc38dd41118d77ec5.tar.gz |
Updated etcupdate to 20020515
* Include user's PATH (pkg/16828 by HAMAJIMA Katsuomi)
Diffstat (limited to 'sysutils/etcupdate')
-rw-r--r-- | sysutils/etcupdate/Makefile | 4 | ||||
-rwxr-xr-x | sysutils/etcupdate/files/etcupdate | 4 |
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}" |