adjust the FIXME modprobe is buggy from busybox; adust /static/udhcpc code
[grml-terminalserver.git] / shared_prog_vars
index 51d927b..1fc8270 100644 (file)
@@ -1,5 +1,3 @@
-#!/bin/sh i like syntaxhighlighting ;)
-# this is a shellscript fragment
 # !!! DO NOT EDIT THIS FILE !!!
 # only if you know what you are doing...
 
@@ -42,10 +40,10 @@ CONFIG_PROG_="/usr/sbin/grml-terminalserver-config"
 # vars for dhcpd
 DHCPD_BIN_="/usr/sbin/dhcpd3"
 DHCPD_CONFIG_FILE_="$PATH_/dhcpd.conf"
-DHCPD_PID_=/var/run/dhcpd.pid
+DHCPD_PID_="/var/run/dhcpd.pid"
 
 # vars for tftpd
-TFTPD_BIN_="/usr/sbin/in.tftpd"
+TFTPD_BIN_="/usr/sbin/atftpd"
 TFTPD_DATA_DIR_="/var/lib/tftpboot"
 TFTPD_PID_="/var/run/grml-tftpd.pid"
 
@@ -75,3 +73,6 @@ INITRD_="$PATH_/mini-root"
 # only for this cards (kernel module names of drivers) drivers are copied into
 # the initrd
 CARDS_DETECTED_BY_DISCOVER="$PATH_/discover_netcards"
+
+# as long as this pattern is in a config file, it will be overwritten every time
+CONFIG_PATTERN_="__PLEASE_UPDATE_THIS_FILE__"