summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_tarup
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-02-22 07:39:05 +0000
committerwiz <wiz@pkgsrc.org>2012-02-22 07:39:05 +0000
commitdbcb0be9fb4efa5162befe122dcf733b5ec1441e (patch)
treeff171230fdce97c1efae48240a9ecd494c22a31d /pkgtools/pkg_tarup
parentc478b39f11d4dc9ae7e1a30ced49a67b67988519 (diff)
downloadpkgsrc-dbcb0be9fb4efa5162befe122dcf733b5ec1441e.tar.gz
Update "integration" section per
http://mail-index.netbsd.org/tech-pkg/2012/01/03/msg008325.html Frm Julian Fagir in PR 46070.
Diffstat (limited to 'pkgtools/pkg_tarup')
-rw-r--r--pkgtools/pkg_tarup/files/pkg_tarup10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgtools/pkg_tarup/files/pkg_tarup b/pkgtools/pkg_tarup/files/pkg_tarup
index 34eeabb8b0e..dc2257864c0 100644
--- a/pkgtools/pkg_tarup/files/pkg_tarup
+++ b/pkgtools/pkg_tarup/files/pkg_tarup
@@ -1,6 +1,6 @@
#! @SH@
#
-# $Id: pkg_tarup,v 1.26 2012/01/03 12:57:20 joerg Exp $
+# $Id: pkg_tarup,v 1.27 2012/02/22 07:39:05 wiz Exp $
#
# Tar up installed package
#
@@ -266,8 +266,8 @@ exit 0
- maybe the squirelling away of +REQUIRED_BY should be done here
instead of in the bsd.pkg.mk framework that normally calls this.
-integration:
+future:
- - how/where? I'd prefer not to have yet another pkg_* utility flying
- around, integration into pkg_admin would be nice. But how merge a
- shell script into a C executable? REWRITE in C of course! ;-)
+ - this script very likely doesn't create a clean copy of the old package,
+ and therefore is rather meant to be a hack to recreate packages
+ instead of a clean way of packing up things after having them installed.