diff options
author | jlam <jlam@pkgsrc.org> | 2006-07-14 21:41:42 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-07-14 21:41:42 +0000 |
commit | 4118037f3f6d3b61047aafbe92c25783aefb0b6b (patch) | |
tree | a119297d73e40b71606780428a0069dd545aaa3e /bootstrap/mkbootstrapkit | |
parent | bc22bd5d447c4f278d213bb2c5ee8f0bc50fd9eb (diff) | |
download | pkgsrc-4118037f3f6d3b61047aafbe92c25783aefb0b6b.tar.gz |
Create a separate pkgtools/tnftp package that is installed as part of
the bootstrap process and which may be needed by pkg_install. This
is distinct from the net/tnftp package that is now a "normal" package.
Modify the bootstrap script to use pkgtools/tnftp instead, and clean up
some of the registration code.
Diffstat (limited to 'bootstrap/mkbootstrapkit')
-rwxr-xr-x | bootstrap/mkbootstrapkit | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap/mkbootstrapkit b/bootstrap/mkbootstrapkit index 054bc2b717a..7b05b7292d4 100755 --- a/bootstrap/mkbootstrapkit +++ b/bootstrap/mkbootstrapkit @@ -1,6 +1,6 @@ #! /bin/sh # -# $NetBSD: mkbootstrapkit,v 1.4 2006/07/14 19:40:26 jlam Exp $ +# $NetBSD: mkbootstrapkit,v 1.5 2006/07/14 21:41:42 jlam Exp $ # # Usage: mkbootstrapkit [kitdir] # @@ -31,6 +31,7 @@ for dir in \ pkgtools/mtree \ pkgtools/pax \ pkgtools/pkg_install \ + pkgtools/tnftp \ textproc/nbsed do echo "Copying $dir." |