summaryrefslogtreecommitdiffstats
path: root/installer/default_files
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-05-20 12:55:37 +0200
committerDirk von Suchodoletz2006-05-20 12:55:37 +0200
commit54f1dd768140dc09dedd7f5e55e8ff94fba1daf8 (patch)
tree07a33ec9b716d72d43e924a8c6cfe0c30a0bed7f /installer/default_files
parentkiosk mode enabled, cleanup in functions-10.1, ignore atiixp_modem (diff)
downloadcore-54f1dd768140dc09dedd7f5e55e8ff94fba1daf8.tar.gz
core-54f1dd768140dc09dedd7f5e55e8ff94fba1daf8.tar.xz
core-54f1dd768140dc09dedd7f5e55e8ff94fba1daf8.zip
fixes in the installer (dhcpd.conf on SuSE servers), ...
git-svn-id: http://svn.openslx.org/svn/openslx/ld4@223 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer/default_files')
-rw-r--r--installer/default_files/dhcpd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/installer/default_files/dhcpd.conf b/installer/default_files/dhcpd.conf
index 1551b5d6..38e612f7 100644
--- a/installer/default_files/dhcpd.conf
+++ b/installer/default_files/dhcpd.conf
@@ -50,7 +50,7 @@ next-server @@@server@@@;
# type of displaymanager to use (it should be installed
# correctly on the server: XDMCP must be enabled then!)
-#deny unknown-clients;
+#deny unknown-clients;
allow bootp;
#allow booting;
default-lease-time 160000;
@@ -89,7 +89,7 @@ group {
allow booting; }
# else { ignore booting; }
-# option root-path "@@@rootpath@@@";
+# option root-path "@@@rootdir@@@";
option domain-name-servers 132.230.200.200,132.230.200.201;
option domain-name "dxs.site";
option ntp-servers 132.230.1.9;