X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=shared_prog_vars;h=88180dd055d772913c8eb68900653e359cab6627;hb=6190e4bc269693fa0f001ff73eddd87098fef6cc;hp=fd882e029b83deecf86bf0b2b79dd7f05a090fd3;hpb=e48133d116a23146261580072d69231f80600586;p=grml-terminalserver.git diff --git a/shared_prog_vars b/shared_prog_vars index fd882e0..88180dd 100644 --- a/shared_prog_vars +++ b/shared_prog_vars @@ -41,7 +41,7 @@ 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" @@ -58,24 +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" -# this file provides which nic's grub is able to boot from and sane defaults -GRUB_NIC_CONF_="$USR_SHARE_/grub_cards" - -# this file is provided by another debian package (grml-terminalserver-data) -GRUB_SOURCE_="$USR_SHARE_/grub-0.97.tar.gz" - -# 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__"