grml-terminalserver-config: do not copy udhcpc anymore
authorMichael Prokop <mika@grml.org>
Fri, 16 Mar 2007 13:56:48 +0000 (14:56 +0100)
committerMichael Prokop <mika@grml.org>
Fri, 16 Mar 2007 13:56:48 +0000 (14:56 +0100)
debian/changelog
grml-terminalserver-config

index b8a7ab8..4dc5795 100644 (file)
@@ -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]
index 0e723f5..61cd056 100755 (executable)
@@ -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_"