wok annotate glibc/stuff/glibc-2.14-reinstall-nis-rpc-headers.patch @ rev 19082

Tiny edits: use Freedesktop standard icons for terminal and text editor...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 29 16:03:09 2016 +0300 (2016-04-29)
parents
children
rev   line source
pankso@12269 1 From bdd816a366c4e5bba5de7157d948e0c0737fb4fb Mon Sep 17 00:00:00 2001
pankso@12269 2 From: Andreas Schwab <schwab@redhat.com>
pankso@12269 3 Date: Tue, 17 May 2011 17:42:30 +0200
pankso@12269 4 Subject: [PATCH] Reinstall NIS RPC headers
pankso@12269 5
pankso@12269 6 ---
pankso@12269 7 nis/Makefile | 4 ++--
pankso@12269 8 1 files changed, 2 insertions(+), 2 deletions(-)
pankso@12269 9
pankso@12269 10 diff --git a/nis/Makefile b/nis/Makefile
pankso@12269 11 index b5c9609..d2934d9 100644
pankso@12269 12 --- a/nis/Makefile
pankso@12269 13 +++ b/nis/Makefile
pankso@12269 14 @@ -23,9 +23,9 @@ subdir := nis
pankso@12269 15
pankso@12269 16 aux := nis_hash
pankso@12269 17
pankso@12269 18 +headers := $(wildcard rpcsvc/*.[hx])
pankso@12269 19 distribute := nss-nis.h nss-nisplus.h nis_intern.h Banner \
pankso@12269 20 - nisplus-parser.h nis_xdr.h nss \
pankso@12269 21 - $(wildcard rpcsvc/*.[hx])
pankso@12269 22 + nisplus-parser.h nis_xdr.h nss
pankso@12269 23
pankso@12269 24 # These are the databases available for the nis (and perhaps later nisplus)
pankso@12269 25 # service. This must be a superset of the services in nss.
pankso@12269 26 --
pankso@12269 27 1.7.5.4
pankso@12269 28