From 7aa9ab00ab42f2d386829d2592cb910557ebf899 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 6 Jan 2011 16:06:03 -0500 Subject: Fix typo --- etc/rc.bootup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.bootup b/etc/rc.bootup index 52f26fc..4336ffc 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -384,7 +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"); + require_once("pkg-utils.inc"); if($g['platform'] == "pfSense" || $g['platform'] == "nanobsd") { pkg_reinstall_all(); unlink('/conf/needs_package_sync'); -- cgit v1.1