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
65 lines
4.1 KiB
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
# |
|
# Filename: package/.../nfs-utils/strip_getkversion.patch |
|
# Copyright (C) 2006 The OpenSDE Project |
|
# |
|
# More information can be found in the files COPYING and README. |
|
# |
|
# This patch file is dual-licensed. It is available under the license the |
|
# patched project is licensed under, as long as it is an OpenSource license |
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
|
# of the GNU General Public License as published by the Free Software |
|
# Foundation; either version 2 of the License, or (at your option) any later |
|
# version. |
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
--- nfs-utils-1.0.10/configure 2006-10-14 13:02:59.000000000 +0200 |
|
+++ nfs-utils-1.0.10/configure 2006-10-14 13:04:07.000000000 +0200 |
|
@@ -30603,7 +30603,7 @@ |
|
ACLOCAL_AMFLAGS="-I $ac_macro_dir \$(ACLOCAL_FLAGS)" |
|
|
|
|
|
-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" |
|
+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" |
|
|
|
cat >confcache <<\_ACEOF |
|
# This file is a shell script that caches the results of configure |
|
@@ -31225,7 +31225,6 @@ |
|
"support/nfs/Makefile") CONFIG_FILES="$CONFIG_FILES support/nfs/Makefile" ;; |
|
"tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;; |
|
"tools/getiversion/Makefile") CONFIG_FILES="$CONFIG_FILES tools/getiversion/Makefile" ;; |
|
- "tools/getkversion/Makefile") CONFIG_FILES="$CONFIG_FILES tools/getkversion/Makefile" ;; |
|
"tools/locktest/Makefile") CONFIG_FILES="$CONFIG_FILES tools/locktest/Makefile" ;; |
|
"tools/nlmtest/Makefile") CONFIG_FILES="$CONFIG_FILES tools/nlmtest/Makefile" ;; |
|
"tools/rpcdebug/Makefile") CONFIG_FILES="$CONFIG_FILES tools/rpcdebug/Makefile" ;; |
|
--- nfs-utils-1.0.10/configure.in 2006-10-14 13:07:12.000000000 +0200 |
|
+++ nfs-utils-1.0.10/configure.in 2006-10-14 13:07:25.000000000 +0200 |
|
@@ -317,7 +317,6 @@ |
|
support/nfs/Makefile |
|
tools/Makefile |
|
tools/getiversion/Makefile |
|
- tools/getkversion/Makefile |
|
tools/locktest/Makefile |
|
tools/nlmtest/Makefile |
|
tools/rpcdebug/Makefile |
|
--- nfs-utils-1.0.10/tools/Makefile.am 2006-10-14 13:09:00.000000000 +0200 |
|
+++ nfs-utils-1.0.10/tools/Makefile.am 2006-10-14 13:09:20.000000000 +0200 |
|
@@ -1,5 +1,5 @@ |
|
## Process this file with automake to produce Makefile.in |
|
|
|
-SUBDIRS = getiversion getkversion locktest rpcdebug rpcgen nlmtest |
|
+SUBDIRS = getiversion locktest rpcdebug rpcgen nlmtest |
|
|
|
MAINTAINERCLEANFILES = Makefile.in |
|
--- nfs-utils-1.0.10/tools/Makefile.in 2006-10-14 13:08:51.000000000 +0200 |
|
+++ nfs-utils-1.0.10/tools/Makefile.in 2006-10-14 13:09:11.000000000 +0200 |
|
@@ -207,7 +207,7 @@ |
|
statedir = @statedir@ |
|
sysconfdir = @sysconfdir@ |
|
target_alias = @target_alias@ |
|
-SUBDIRS = getiversion getkversion locktest rpcdebug rpcgen nlmtest |
|
+SUBDIRS = getiversion locktest rpcdebug rpcgen nlmtest |
|
MAINTAINERCLEANFILES = Makefile.in |
|
all: all-recursive |
|
|
|
|