OpenSDE Packages Database (without history before r20070)
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.

42 lines
1.3 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../rcs/rcs.patch
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. # Copyright (C) 1998 - 2003 Clifford Wolf
  7. #
  8. # More information can be found in the files COPYING and README.
  9. #
  10. # This patch file is dual-licensed. It is available under the license the
  11. # patched project is licensed under, as long as it is an OpenSource license
  12. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  13. # of the GNU General Public License as published by the Free Software
  14. # Foundation; either version 2 of the License, or (at your option) any later
  15. # version.
  16. # --- SDE-COPYRIGHT-NOTE-END ---
  17. No comment. :-)
  18. - Clifford
  19. --- ./src/conf.sh~ Fri Jun 16 08:19:24 1995
  20. +++ ./src/conf.sh Fri Jul 3 12:01:16 1998
  21. @@ -73,17 +73,6 @@
  22. ech='echo -n' dots='... '
  23. esac
  24. -$ech >&3 "$0: testing permissions $dots"
  25. -rm -f a.d &&
  26. -date >a.d &&
  27. -chmod 0 a.d &&
  28. -{ test -w a.d || cp /dev/null a.d 2>/dev/null; } && {
  29. - echo >&3 "$n$0: This command should not be run with superuser permissions."
  30. - exit 1
  31. -}
  32. -echo >&3 OK
  33. -rm -f a.d || exit
  34. -
  35. $ech >&3 "$0: testing compiler for plausibility $dots"
  36. echo 'main() { return 0; }' >a.c
  37. rm -f a.exe a.out || exit