From 3e8c788ea8c40ac8e705b30eaa4fad9e45a18e43 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 16 Mar 2007 14:56:48 +0100 Subject: [PATCH] grml-terminalserver-config: do not copy udhcpc anymore --- debian/changelog | 1 + grml-terminalserver-config | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b8a7ab8..4dc5795 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ grml-terminalserver (0.83) unstable; urgency=low * merge linuxrc from outside of terminalserver, some fixes and updates for current version of busybox (using busybox-1.4.1 now) + * grml-terminalserver-config: do not copy udhcpc anymore [ Michael Gebetsroither ] * change from in.tftpd to atftpd [Closes: issue143] diff --git a/grml-terminalserver-config b/grml-terminalserver-config index 0e723f5..61cd056 100755 --- a/grml-terminalserver-config +++ b/grml-terminalserver-config @@ -154,7 +154,7 @@ function mkInitrd # implanting my initrd changes into the original initrd # copy programs, check if there are already links with this name to busybox - for i in $USR_SHARE_/timeout $USR_SHARE_/udhcpc $USR_SHARE_/udhcp-config.sh $USR_SHARE_/cdir $USR_SHARE_/rdir; do + for i in $USR_SHARE_/timeout $USR_SHARE_/udhcp-config.sh $USR_SHARE_/cdir $USR_SHARE_/rdir; do tmp_name_="${i##*/}" isNotExistent "$INITRD_/static/$tmp_name_" eprint || execute "rm $INITRD_/static/$tmp_name_" cp $i "$INITRD_/static/$tmp_name_" -- 2.1.4