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.

65 lines
4.1 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../nfs-utils/strip_getkversion.patch
  5. # Copyright (C) 2006 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. --- nfs-utils-1.0.10/configure 2006-10-14 13:02:59.000000000 +0200
  17. +++ nfs-utils-1.0.10/configure 2006-10-14 13:04:07.000000000 +0200
  18. @@ -30603,7 +30603,7 @@
  19. ACLOCAL_AMFLAGS="-I $ac_macro_dir \$(ACLOCAL_FLAGS)"
  20. -ac_config_files="$ac_config_files Makefile linux-nfs/Makefile support/Makefile support/export/Makefile support/include/nfs/Makefile support/include/rpcsvc/Makefile support/include/sys/fs/Makefile support/include/sys/Makefile support/include/Makefile support/misc/Makefile support/nfs/Makefile tools/Makefile tools/getiversion/Makefile tools/getkversion/Makefile tools/locktest/Makefile tools/nlmtest/Makefile tools/rpcdebug/Makefile tools/rpcgen/Makefile utils/Makefile utils/exportfs/Makefile utils/gssd/Makefile utils/idmapd/Makefile utils/lockd/Makefile utils/mount/Makefile utils/mountd/Makefile utils/nfsd/Makefile utils/nfsstat/Makefile utils/nhfsstone/Makefile utils/rquotad/Makefile utils/showmount/Makefile utils/statd/Makefile"
  21. +ac_config_files="$ac_config_files Makefile linux-nfs/Makefile support/Makefile support/export/Makefile support/include/nfs/Makefile support/include/rpcsvc/Makefile support/include/sys/fs/Makefile support/include/sys/Makefile support/include/Makefile support/misc/Makefile support/nfs/Makefile tools/Makefile tools/getiversion/Makefile tools/locktest/Makefile tools/nlmtest/Makefile tools/rpcdebug/Makefile tools/rpcgen/Makefile utils/Makefile utils/exportfs/Makefile utils/gssd/Makefile utils/idmapd/Makefile utils/lockd/Makefile utils/mount/Makefile utils/mountd/Makefile utils/nfsd/Makefile utils/nfsstat/Makefile utils/nhfsstone/Makefile utils/rquotad/Makefile utils/showmount/Makefile utils/statd/Makefile"
  22. cat >confcache <<\_ACEOF
  23. # This file is a shell script that caches the results of configure
  24. @@ -31225,7 +31225,6 @@
  25. "support/nfs/Makefile") CONFIG_FILES="$CONFIG_FILES support/nfs/Makefile" ;;
  26. "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
  27. "tools/getiversion/Makefile") CONFIG_FILES="$CONFIG_FILES tools/getiversion/Makefile" ;;
  28. - "tools/getkversion/Makefile") CONFIG_FILES="$CONFIG_FILES tools/getkversion/Makefile" ;;
  29. "tools/locktest/Makefile") CONFIG_FILES="$CONFIG_FILES tools/locktest/Makefile" ;;
  30. "tools/nlmtest/Makefile") CONFIG_FILES="$CONFIG_FILES tools/nlmtest/Makefile" ;;
  31. "tools/rpcdebug/Makefile") CONFIG_FILES="$CONFIG_FILES tools/rpcdebug/Makefile" ;;
  32. --- nfs-utils-1.0.10/configure.in 2006-10-14 13:07:12.000000000 +0200
  33. +++ nfs-utils-1.0.10/configure.in 2006-10-14 13:07:25.000000000 +0200
  34. @@ -317,7 +317,6 @@
  35. support/nfs/Makefile
  36. tools/Makefile
  37. tools/getiversion/Makefile
  38. - tools/getkversion/Makefile
  39. tools/locktest/Makefile
  40. tools/nlmtest/Makefile
  41. tools/rpcdebug/Makefile
  42. --- nfs-utils-1.0.10/tools/Makefile.am 2006-10-14 13:09:00.000000000 +0200
  43. +++ nfs-utils-1.0.10/tools/Makefile.am 2006-10-14 13:09:20.000000000 +0200
  44. @@ -1,5 +1,5 @@
  45. ## Process this file with automake to produce Makefile.in
  46. -SUBDIRS = getiversion getkversion locktest rpcdebug rpcgen nlmtest
  47. +SUBDIRS = getiversion locktest rpcdebug rpcgen nlmtest
  48. MAINTAINERCLEANFILES = Makefile.in
  49. --- nfs-utils-1.0.10/tools/Makefile.in 2006-10-14 13:08:51.000000000 +0200
  50. +++ nfs-utils-1.0.10/tools/Makefile.in 2006-10-14 13:09:11.000000000 +0200
  51. @@ -207,7 +207,7 @@
  52. statedir = @statedir@
  53. sysconfdir = @sysconfdir@
  54. target_alias = @target_alias@
  55. -SUBDIRS = getiversion getkversion locktest rpcdebug rpcgen nlmtest
  56. +SUBDIRS = getiversion locktest rpcdebug rpcgen nlmtest
  57. MAINTAINERCLEANFILES = Makefile.in
  58. all: all-recursive