summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial.password
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-11-21 22:46:56 -0500
committerScott Ullrich <sullrich@pfsense.org>2009-11-21 22:46:56 -0500
commit2a7a9e3b14d445152f42ca4408938644f66bc812 (patch)
treea9edcdbf3951ddb1083430172de1d0121b1b5282 /etc/rc.initial.password
parent7c6cef3c263fc23218cebc7d16d9665462c93cfb (diff)
downloadpfsense-2a7a9e3b14d445152f42ca4408938644f66bc812.zip
pfsense-2a7a9e3b14d445152f42ca4408938644f66bc812.tar.gz
Add shaper.inc and auth.inc
Diffstat (limited to 'etc/rc.initial.password')
-rwxr-xr-xetc/rc.initial.password3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.initial.password b/etc/rc.initial.password
index 1c865d8..6b8c78f 100755
--- a/etc/rc.initial.password
+++ b/etc/rc.initial.password
@@ -31,8 +31,11 @@
*/
/* parse the configuration and include all functions used below */
+
require_once("config.inc");
+ require("auth.inc");
require_once("functions.inc");
+ require_once("shaper.inc");
$fp = fopen('php://stdin', 'r');
OpenPOWER on IntegriCloud