mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.5 KiB

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