From e0f91f5f3461ff2f5a73a18e418d9d92895af1e2 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 2 Mar 2005 17:46:33 +0000 Subject: Missing } on newly added resync_all_package_configs_bootup() --- etc/inc/pfsense-utils.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc index 39b0890..384ee04 100644 --- a/etc/inc/pfsense-utils.inc +++ b/etc/inc/pfsense-utils.inc @@ -554,4 +554,6 @@ function resync_all_package_configs_bootup() { // XXX: process template as well. print "Synced " . $package . ".\n"; } -?> +} + +?> \ No newline at end of file -- cgit v1.1