From 233ba2355b56a731979f55d0df192260f24baad3 Mon Sep 17 00:00:00 2001 From: graham.gower@gmail.com Date: Wed, 12 Oct 2011 23:23:56 -0400 Subject: Remove comment for a proposed feature that will never be implemented. Maintainer scripts cannot be run in a chroot unless the host system can run target system binaries. Given this, the feature would be of limited use. git-svn-id: http://opkg.googlecode.com/svn/trunk@628 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- diff --git a/libopkg/pkg.c b/libopkg/pkg.c index 265f554..d8c3984 100644 --- a/libopkg/pkg.c +++ b/libopkg/pkg.c @@ -1254,8 +1254,6 @@ pkg_run_script(pkg_t *pkg, const char *script, const char *args) if (conf->noaction) return 0; - /* XXX: FEATURE: When conf->offline_root is set, we should run the - maintainer script within a chroot environment. */ if (conf->offline_root && !conf->force_postinstall) { opkg_msg(INFO, "Offline root mode: not running %s.%s.\n", pkg->name, script); -- cgit v0.9.1