aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiam McLoughlin <hexxeh@hexxeh.net>2011-08-15 01:23:44 +0100
committerLiam McLoughlin <hexxeh@hexxeh.net>2011-08-15 01:23:44 +0100
commitbd690495f496234aec01a3a1054731c0d4f03c29 (patch)
tree9d3dcf9b6c35fdffb22a45249c014c0f9303ad8f
parentShip SYSLINUX MBR to maintain portability (diff)
downloadgentoaster-bd690495f496234aec01a3a1054731c0d4f03c29.tar.gz
gentoaster-bd690495f496234aec01a3a1054731c0d4f03c29.tar.bz2
gentoaster-bd690495f496234aec01a3a1054731c0d4f03c29.zip
Fix incorrect default package name
-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";