X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=shared_prog_vars;h=1f66e221ba192ee9eec47f73fb376a1f2fab12a0;hb=HEAD;hp=1573b512d9c67b9cd9e79a6dabb9d17ac1379122;hpb=3d2c6036d7453b108475d2936877060e153e68a5;p=grml-terminalserver.git diff --git a/shared_prog_vars b/shared_prog_vars index 1573b51..1f66e22 100644 --- a/shared_prog_vars +++ b/shared_prog_vars @@ -41,14 +41,14 @@ DIALOG_="dialog" CONFIG_PROG_="/usr/sbin/grml-terminalserver-config" # vars for dhcpd -DHCPD_BIN_="/usr/sbin/dhcpd3" +DHCPD_BIN_="/usr/sbin/dhcpd" DHCPD_CONFIG_FILE_="$PATH_/dhcpd.conf" -DHCPD_PID_="/var/run/dhcpd.pid" +DHCPD_PID_="/run/dhcpd.pid" # vars for tftpd TFTPD_BIN_="/usr/sbin/atftpd" TFTPD_DATA_DIR_="/var/lib/tftpboot" -TFTPD_PID_="/var/run/grml-tftpd.pid" +TFTPD_PID_="/run/grml-tftpd.pid" ### @@ -58,18 +58,5 @@ TFTPD_PID_="/var/run/grml-tftpd.pid" # the dir where the templates for the configuration files are stored TEMPLATE_CONFIG_DIR_="$USR_SHARE_/templates" -# maximum initrd size -MAX_INITRD_SIZE_=16000 - -# path to uclibc -UCLIBC_PATH_="/usr/i386-uclibc-linux/lib" - -# this is where the terminalserver-config creates the initrd -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__"