wok annotate glibc/stuff/glibc-2.14-reexport-rpc-interface.patch @ rev 19159
/etc/init.d/*: use 'action' in pair with 'status'.
'action' returns translated message, so why not to add full translatable /etc/init.d/* content
'action' returns translated message, so why not to add full translatable /etc/init.d/* content
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu May 26 20:16:45 2016 +0300 (2016-05-26) |
parents | |
children |
rev | line source |
---|---|
pankso@12269 | 1 diff --git a/include/libc-symbols.h b/include/libc-symbols.h |
pankso@12269 | 2 index 67e1ca2..5e7cca5 100644 |
pankso@12269 | 3 --- a/include/libc-symbols.h |
pankso@12269 | 4 +++ b/include/libc-symbols.h |
pankso@12269 | 5 @@ -635,7 +635,7 @@ for linking") |
pankso@12269 | 6 # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) |
pankso@12269 | 7 # define libc_hidden_def(name) hidden_def (name) |
pankso@12269 | 8 # define libc_hidden_weak(name) hidden_weak (name) |
pankso@12269 | 9 -# define libc_hidden_nolink(name, version) hidden_nolink (name, libc, version) |
pankso@12269 | 10 +# define libc_hidden_nolink(name, version) hidden_def (name) |
pankso@12269 | 11 # define libc_hidden_ver(local, name) hidden_ver (local, name) |
pankso@12269 | 12 # define libc_hidden_data_def(name) hidden_data_def (name) |
pankso@12269 | 13 # define libc_hidden_data_weak(name) hidden_data_weak (name) |
pankso@12269 | 14 diff --git a/sunrpc/Makefile b/sunrpc/Makefile |
pankso@12269 | 15 index 5134ce9..40c73d1 100644 |
pankso@12269 | 16 --- a/sunrpc/Makefile |
pankso@12269 | 17 +++ b/sunrpc/Makefile |
pankso@12269 | 18 @@ -53,7 +53,7 @@ headers-in-tirpc = $(addprefix rpc/,auth.h auth_unix.h clnt.h pmap_clnt.h \ |
pankso@12269 | 19 des_crypt.h) |
pankso@12269 | 20 headers-not-in-tirpc = $(addprefix rpc/,key_prot.h rpc_des.h) \ |
pankso@12269 | 21 $(rpcsvc:%=rpcsvc/%) rpcsvc/bootparam.h |
pankso@12269 | 22 -headers = rpc/netdb.h |
pankso@12269 | 23 +headers = rpc/netdb.h $(headers-in-tirpc) $(headers-not-in-tirpc) |
pankso@12269 | 24 install-others = $(inst_sysconfdir)/rpc |
pankso@12269 | 25 generated = $(rpcsvc:%.x=rpcsvc/%.h) $(rpcsvc:%.x=x%.c) $(rpcsvc:%.x=x%.stmp) \ |
pankso@12269 | 26 $(rpcsvc:%.x=rpcsvc/%.stmp) rpcgen |