Skip to content

Commit

Permalink
Include the services.inc and service-utils.inc
Browse files Browse the repository at this point in the history
  • Loading branch information
djmarcin committed Feb 4, 2017
1 parent dc0954d commit 0dbdd0e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions security/pfSense-pkg-stunnel/files/usr/local/pkg/stunnel.inc
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@
* limitations under the License.
*/

require_once("certs.inc");
require_once("config.inc");
require_once("util.inc");
require_once("pfsense-utils.inc");
require_once("certs.inc");
require_once("util.inc");
require_once('services.inc');
require_once('service-utils.inc');

define('STUNNEL_LOCALBASE', '/usr/local');
define('STUNNEL_ETCDIR', STUNNEL_LOCALBASE . "/etc/stunnel");
Expand Down

0 comments on commit 0dbdd0e

Please sign in to comment.