aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/config.php')
-rw-r--r--web/config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/config.php b/web/config.php
index 9c5ef50..bdb5b47 100644
--- a/web/config.php
+++ b/web/config.php
@@ -19,7 +19,7 @@
define("DEFAULT_TIMEZONE", "Europe/London");
// What should we set as the default list of packages?
- define("DEFAULT_PACKAGES", "dhcpd");
+ define("DEFAULT_PACKAGES", "dhcpcd");
// What should we set as the default list of packages?
define("DEFAULT_USE", "");
@@ -42,4 +42,4 @@
define("RECAPTCHA_PRIVATE_KEY", "REPLACE_ME");
// Load all the configuration for the daemon, too
- require_once GENTOASTER_PATH."/config.php"; \ No newline at end of file
+ require_once GENTOASTER_PATH."/config.php";