summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-01-06 16:06:03 -0500
committerScott Ullrich <sullrich@pfsense.org>2011-01-06 16:06:03 -0500
commit7aa9ab00ab42f2d386829d2592cb910557ebf899 (patch)
treeb1244dc078424d873e18a6def1e9991b67042664 /etc/rc.bootup
parent608b154df2d6fc15d3359261ee6ca8617e128436 (diff)
downloadpfsense-7aa9ab00ab42f2d386829d2592cb910557ebf899.zip
pfsense-7aa9ab00ab42f2d386829d2592cb910557ebf899.tar.gz
Fix typo
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup2
1 files changed, 1 insertions, 1 deletions
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');
OpenPOWER on IntegriCloud