فهرست منبع

Removed proxyresolv wrapper, as proxychains v4 does not need it anymore

Maxim Kammerer 12 سال پیش
والد
کامیت
c6a5a79570
3فایلهای تغییر یافته به همراه0 افزوده شده و 11 حذف شده
  1. 0 4
      src/root/setup
  2. 0 3
      src/root/setup-copy
  3. 0 4
      src/usr/local/libexec/proxyresolv.wrapper

+ 0 - 4
src/root/setup

@@ -480,10 +480,6 @@ find /etc/dconf/db -maxdepth 1 -type f -delete
 dconf update
 
 
-sinfo "Installing wrappers"
-ln -sf ../local/libexec/proxyresolv.wrapper /usr/bin/proxyresolv
-
-
 sinfo "Building kernel modules"
 ${helpdir}/gen-kernel modules
 

+ 0 - 3
src/root/setup-copy

@@ -47,7 +47,6 @@ ebuilds="app-misc/ca-certificates
          media-libs/vips
          net-dialup/pptpclient
          net-im/pidgin
-         net-misc/proxychains
          net-wireless/wimax
          sys-apps/lm_sensors
          sys-apps/portage
@@ -83,12 +82,10 @@ sed -i 's/^inherit /GENTOO_DEPEND_ON_PERL="no"\n&/' ${ebuild_obexftp}
 # [xcb-proto]              xcb-util-wm:      not needed              (#398953, upstream)
 # [liboil]                 vips:             not needed              (#416815)
 # [linux-headers]          wimax:            not needed              (#431988)
-# [bind-tools]             proxychains:      not needed              (proxyresolv -> tor-resolve)
 sed -i 's:\<sys-apps/debianutils\>::'                    ${ebuild_cacertificates}
 sed -i 's:\<x11-proto/xcb-proto\>::'                     ${ebuild_xcbutilwm}
 sed -i 's:>=dev-libs/liboil-[^[:blank:]"]*\>::'          ${ebuild_vips}
 sed -i 's:>=sys-kernel/linux-headers-[^[:blank:]"]*\>::' ${ebuild_wimax}
-sed -i 's:\<net-dns/bind-tools\>::'                      ${ebuild_proxychains}
 
 for ebuild in ${!ebuild_*}; do
     eval ebuild=\$${ebuild}

+ 0 - 4
src/usr/local/libexec/proxyresolv.wrapper

@@ -1,4 +0,0 @@
-#!/bin/sh -e
-
-unset LD_PRELOAD
-exec tor-resolve "$@"