diff options
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_tarup/files/pkg_tarup | 10 |
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. |