tags: patch

Holger Levsen <[EMAIL PROTECTED]> writes:

> [Message part 1 (text/plain, inline)]
>
> package: live-package
> version: 0.99.8-1 
>
> Hi,
>
> LIVE_PROXY_HTTP(/FTP?) is not working, not sure if at all or partly. (Cannot 
> access proxy logs atm... but I can see that its at least sometimes (in the 
> end when I see the download speed) not used.)
>

Hi

This is caused by a typo in /usr/share/make-live/scripts/14chroot.sh it refers
to LIVE_PPROXY_HTTP instead of LIVE_PROXY_HTTP so either applying the
following patch or temporally defining LIVE_PPROXY_HTTP should help.

[EMAIL PROTECTED]:/usr/share/make-live/scripts$ diff -u 14chroot.sh-0.99.11-1 
14chroot.sh                                            
--- 14chroot.sh-0.99.11-1       2006-10-17 16:37:16.000000000 +0200
+++ 14chroot.sh 2006-10-18 17:00:27.000000000 +0200
@@ -12,7 +12,7 @@
 Chroot_exec ()
 {
        # Execute commands chrooted
-       chroot "${LIVE_CHROOT}" /usr/bin/env -i HOME="/root" 
PATH="/usr/sbin:/usr/bin:/sbin:/bin" TERM="${TERM}" ftp_proxy="$
{LIVE_PROXY_FTP}" http_proxy="${LIVE_PPROXY_HTTP}" 
DEBIAN_FRONTEND="noninteractive" DEBIAN_PRIORITY="critical" ${1}         
+       chroot "${LIVE_CHROOT}" /usr/bin/env -i HOME="/root" 
PATH="/usr/sbin:/usr/bin:/sbin:/bin" TERM="${TERM}" ftp_proxy="$
{LIVE_PROXY_FTP}" http_proxy="${LIVE_PROXY_HTTP}" 
DEBIAN_FRONTEND="noninteractive" DEBIAN_PRIORITY="critical" ${1}          
        return ${?}
 }

Th

> regards,
>         Holger
>
> [Message part 2 (application/pgp-signature, inline)]

-- 

=*= Łukasz Pankowski =*=

Reply via email to