Project

General

Profile

« Previous | Next » 

Revision 0c78d2d0

Added by Scott Ullrich over 14 years ago

Include pkg-utils.inc

View differences:

etc/rc.bootup
384 384
/* Resync / Reinstall packages if need be */
385 385
if(file_exists('/conf/needs_package_sync')) {
386 386
	if($config['installedpackages'] <> '' && is_array($config['installedpackages']['package'])) {
387
		require_once("pkg_utils.inc");
387 388
		if($g['platform'] == "pfSense" || $g['platform'] == "nanobsd") {
388 389
			pkg_reinstall_all();
389 390
			unlink('/conf/needs_package_sync');

Also available in: Unified diff