Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets Add shell variables for several additional host...



details:   https://anonhg.NetBSD.org/src/rev/3e4a1507d132
branches:  trunk
changeset: 586864:3e4a1507d132
user:      apb <apb%NetBSD.org@localhost>
date:      Wed Jan 04 14:23:22 2006 +0000

description:
Add shell variables for several additional host tools,
required by the new versions of regpkgset and regpkg.

diffstat:

 distrib/sets/sets.subr |  11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diffs (47 lines):

diff -r 4584ed38d89d -r 3e4a1507d132 distrib/sets/sets.subr
--- a/distrib/sets/sets.subr    Wed Jan 04 14:18:00 2006 +0000
+++ b/distrib/sets/sets.subr    Wed Jan 04 14:23:22 2006 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: sets.subr,v 1.43 2006/01/03 16:40:16 apb Exp $
+#      $NetBSD: sets.subr,v 1.44 2006/01/04 14:23:22 apb Exp $
 #
 
 #
@@ -67,11 +67,15 @@
 : ${AWK:=awk}
 : ${CKSUM:=cksum}
 : ${COMM:=comm}
+: ${DATE:=date}
 : ${DB:=db}
 : ${EGREP:=egrep}
 : ${ENV_CMD:=env}       # ${ENV} is special to sh(1), ksh(1), etc.
+: ${FGREP:=fgrep}
 : ${FIND:=find}
+: ${GREP:=grep}
 : ${GZIP_CMD:=gzip}     # ${GZIP} is special to gzip(1)
+: ${HOSTNAME:=hostname}
 : ${HOST_SH:=sh}
 : ${IDENT:=ident}
 : ${JOIN:=join}
@@ -85,10 +89,11 @@
 : ${PRINTF:=printf}
 : ${SED:=sed}
 : ${SORT:=sort}
+: ${STAT:=stat}
+: ${TSORT:=tsort}
 : ${UNAME:=uname}
 : ${WC:=wc}
 
-
 oIFS=$IFS
 IFS="
 "
@@ -154,7 +159,7 @@
 # In each file, a record consists of a path and a System Package name,
 # separated by whitespace. E.g.,
 #
-#      # $NetBSD: sets.subr,v 1.43 2006/01/03 16:40:16 apb Exp $
+#      # $NetBSD: sets.subr,v 1.44 2006/01/04 14:23:22 apb Exp $
 #      .                       base-sys-root   [keyword[,...]]
 #      ./altroot               base-sys-root
 #      ./bin                   base-sys-root



Home | Main Index | Thread Index | Old Index