Skip to content

Commit

Permalink
Merge pull request #282 from doktornotor/patch-6
Browse files Browse the repository at this point in the history
  • Loading branch information
rbgarga committed Feb 1, 2017
2 parents 907851e + 01d3972 commit 6324234
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion net-mgmt/pfSense-pkg-darkstat/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PORTNAME= pfSense-pkg-darkstat
PORTVERSION= 3.1.3
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net-mgmt
MASTER_SITES= # empty
DISTFILES= # empty
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
require_once('config.inc');
require_once('interfaces.inc');
require_once('services.inc');
require_once('service-utils');
require_once('service-utils.inc');
require_once('util.inc');

function sync_package_darkstat() {
Expand Down Expand Up @@ -218,3 +218,5 @@ function validate_input_darkstat($post, &$input_errors) {
$input_errors[] = gettext('Advanced traffic filtering options may only contain characters matching ^[a-zA-Z0-9\+\-\=\(\):. ]*$ regexp.');
}
}

?>

0 comments on commit 6324234

Please sign in to comment.