]> git.draconx.ca Git - gentoo-draconx.git/blob - net-nds/ypbind/files/ypbind-1.38-flexible-bindingdir.patch
Add ebuilds for ypbind.
[gentoo-draconx.git] / net-nds / ypbind / files / ypbind-1.38-flexible-bindingdir.patch
1 From 3c58ce7fbca6cbd9934015a32ca4ddf918c1186f Mon Sep 17 00:00:00 2001
2 From: Nick Bowler <nbowler@draconx.ca>
3
4 ---
5  src/local.h | 2 ++
6  1 file changed, 2 insertions(+)
7
8 diff --git a/src/local.h b/src/local.h
9 index 29db8505b1e8..74528d0d8e01 100644
10 --- a/src/local.h
11 +++ b/src/local.h
12 @@ -1,7 +1,9 @@
13  #ifndef _LOCAL_H
14  #define _LOCAL_H 1
15  
16 +#ifndef BINDINGDIR
17  #define BINDINGDIR "/var/yp/binding"
18 +#endif
19  
20  extern int broken_server;
21  extern int ping_interval;
22 -- 
23 2.16.4
24