wok annotate portmap/stuff/portmap-5beta-disable-tcp_wrapper.patch @ rev 171

Add : portmap and unfs3
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Jan 31 22:42:51 2008 +0100 (2008-01-31)
parents
children
rev   line source
erjo@171 1 --- portmap_5beta/Makefile Wed Jan 30 00:08:51 2008
erjo@171 2 +++ Makefile Wed Jan 30 00:09:33 2008
erjo@171 3 @@ -15,9 +15,9 @@
erjo@171 4 # no access control tables. The local system, since it runs the portmap
erjo@171 5 # daemon, is always treated as an authorized host.
erjo@171 6
erjo@171 7 -HOSTS_ACCESS= -DHOSTS_ACCESS
erjo@171 8 +#HOSTS_ACCESS= -DHOSTS_ACCESS
erjo@171 9 #WRAP_LIB = $(WRAP_DIR)/libwrap.a
erjo@171 10 -WRAP_LIB = -lwrap
erjo@171 11 +#WRAP_LIB = -lwrap
erjo@171 12
erjo@171 13 # Comment out if your RPC library does not allocate privileged ports for
erjo@171 14 # requests from processes with root privilege, or the new portmap will
erjo@171 15 @@ -25,7 +25,7 @@
erjo@171 16 # ports. You can find out by running "rpcinfo -p"; if all mountd and NIS
erjo@171 17 # daemons use a port >= 1024 you should probably disable the next line.
erjo@171 18
erjo@171 19 -CHECK_PORT = -DCHECK_PORT
erjo@171 20 +#CHECK_PORT = -DCHECK_PORT
erjo@171 21
erjo@171 22 # Warning: troublesome feature ahead!! Enable only when you are really
erjo@171 23 # desperate!!