Browse Source

Andreas V. Meier:


			
			
				rocklinux
			
			
		
Andreas V. 'netrunner' Meier 21 years ago
parent
commit
edae1d8325
2 changed files with 92 additions and 0 deletions
  1. +46
    -0
      package/avm/transconnect/prefix.patch
  2. +46
    -0
      package/avm/transconnect/transconnect.desc

+ 46
- 0
package/avm/transconnect/prefix.patch

@ -0,0 +1,46 @@
diff -ruN transconnect-1.3-Beta/Makefile transconnect-1.3-Beta-new/Makefile
--- transconnect-1.3-Beta/Makefile 2002-02-06 09:45:33.000000000 +0100
+++ transconnect-1.3-Beta-new/Makefile 2004-04-15 16:34:27.738979376 +0200
@@ -1,4 +1,5 @@
# Makefile for transconnect
+PREFIX = /usr
CFLAGS = -Wall
LDFLAGS = -shared
@@ -28,13 +29,10 @@
$(CC) $(SUN_LDFLAGS) $(SUN_LDLIBS) -o tconn.so tconn.c
install:
- mkdir -p $(HOME)/.tconn
- chmod 700 $(HOME)/.tconn
- cp -f tconn.so $(HOME)/.tconn/
- - cp -f $(HOME)/.tconn/tconn.conf $(HOME)/.tconn/tconn.conf.bak
- cp -f tconn.conf $(HOME)/.tconn/
- cp -f README $(HOME)/.tconn/
- cp -f INSTALL $(HOME)/.tconn/
+ mkdir -p $(PREFIX)/tconn
+ cp -f tconn.so $(PREFIX)/tconn/
+ - cp -f $(PREFIX)/tconn/tconn.conf $(PREFIX)/tconn/tconn.conf.bak
+ cp -f tconn.conf $(PREFIX)/tconn/
cat tconn.cat
clean:
diff -ruN transconnect-1.3-Beta/tconn.cat transconnect-1.3-Beta-new/tconn.cat
--- transconnect-1.3-Beta/tconn.cat 2001-10-15 12:53:50.000000000 +0200
+++ transconnect-1.3-Beta-new/tconn.cat 2004-04-15 16:35:20.492959552 +0200
@@ -1,13 +1,14 @@
Transconnect has been installed
Now Edit the .tconn/tconn.conf in your home directory
+You can take a sample from /usr/tconn/tconn.conf.
if you want your config file to reside at a different
place you can set the TCONN environment variable
export TCONN=<path>/<filename>
type the following for starting transconnect
-export LD_PRELOAD=$HOME/.tconn/tconn.so
+export LD_PRELOAD=/usr/tconn/tconn.so
For stopping the transconnect type
unset LD_PRELOAD

+ 46
- 0
package/avm/transconnect/transconnect.desc

@ -0,0 +1,46 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/avm/transconnect/transconnect.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] TransConnect allows you access to the internet through a HTTP proxy.
[T] The concept of Transconnect originated during a chat session with a
[T] friend. We knew that HTTP proxies support CONNECT feature to allow for
[T] https connections to remote hosts. There are programs which allow you to
[T] tunnel through a proxy, but we thought it would be wonderful if the user
[T] did not have to setup a tunnel for each host:port he wants to connect to.
[U] http://transconnect.sourceforge.net/
[A] Dwivedi, Ajay kumar <adwiv@yahoo.com>
[A] Binand Raj S. <binand@bombay.retortsoft.com>
[M] Andreas V. 'netrunner' Meier <avmeier@web.de>
[C] extra/network
[L] GPL
[S] Beta
[V] 1.3-Beta
[P] X -----5---9 800.000
[D] 0 transconnect-1.3-Beta.tar.gz http://dl.sourceforge.net/transconnect/

Loading…
Cancel
Save