summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-01-06 16:39:12 -0500
committerScott Ullrich <sullrich@pfsense.org>2011-01-06 16:39:12 -0500
commit550fea7a19a8bba289e7a221389da534f5df4c5d (patch)
treed850f1af602fc7bb6f2d730c677a2d120f622aa8 /etc/rc.bootup
parent7aa9ab00ab42f2d386829d2592cb910557ebf899 (diff)
downloadpfsense-550fea7a19a8bba289e7a221389da534f5df4c5d.zip
pfsense-550fea7a19a8bba289e7a221389da534f5df4c5d.tar.gz
Do not unlink file, it's handled by behind the scenes pkg-utils.inc code
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 4336ffc..44b398f 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -387,7 +387,6 @@ if(file_exists('/conf/needs_package_sync')) {
require_once("pkg-utils.inc");
if($g['platform'] == "pfSense" || $g['platform'] == "nanobsd") {
pkg_reinstall_all();
- unlink('/conf/needs_package_sync');
}
}
}
OpenPOWER on IntegriCloud