Skip to content

Commit

Permalink
Update pfSense_2.5_unofficial_packages_list.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelloc authored Feb 18, 2021
1 parent 0377451 commit 5c27089
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions pfSense_2.5_unofficial_packages_list.patch
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
--- /etc/inc/pkg-utils.orig 2018-09-24 17:51:32.458825000 -0300
+++ /etc/inc/pkg-utils.inc 2018-09-24 17:51:54.387033000 -0300
@@ -388,7 +388,7 @@
if ($base_packages) {
$repo_param = "";
} else {
- $repo_param = "-r {$g['product_name']}";
+ $repo_param = "";
}
/*
@@ -485,7 +485,7 @@
$err);
if (!$base_packages &&
rtrim($out) != $g['product_name']) {
- continue;
+ //continue;
}
$pkg_info['installed'] = true;
--- /etc/inc/pkg-utils.inc 2021-02-18 15:26:41.486078000 -0300
+++ /root/pkg-utils.inc 2021-02-18 11:18:07.356449000 -0300
@@ -402,7 +402,7 @@
if ($base_packages) {
$repo_param = "";
} else {
- $repo_param = "";
+ $repo_param = "-r {$g['product_name']}";
}

/*
@@ -499,7 +499,7 @@
$err);
if (!$base_packages &&
rtrim($out) != $g['product_name']) {
- //continue;
+ continue;
}

$pkg_info['installed'] = true;

0 comments on commit 5c27089

Please sign in to comment.