From 0c78d2d084e20700c704338f896d9da2c7c588fa Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 6 Jan 2011 15:49:41 -0500 Subject: Include pkg-utils.inc --- etc/rc.bootup | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/rc.bootup b/etc/rc.bootup index 047f4ef..52f26fc 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -384,6 +384,7 @@ if (file_exists("/sbin/shutdown.old")) /* Resync / Reinstall packages if need be */ if(file_exists('/conf/needs_package_sync')) { if($config['installedpackages'] <> '' && is_array($config['installedpackages']['package'])) { + require_once("pkg_utils.inc"); if($g['platform'] == "pfSense" || $g['platform'] == "nanobsd") { pkg_reinstall_all(); unlink('/conf/needs_package_sync'); -- cgit v1.1