portmap-5b-optional-tcpd.patch

来自「最新的文件系统生成工具」· PATCH 代码 · 共 39 行

PATCH
39
字号
--- portmap/Makefile.orig	2004-10-31 01:54:48.073875024 -0400+++ portmap/Makefile	2004-10-31 01:54:58.395305928 -0400@@ -15,8 +15,6 @@ # no access control tables. The local system, since it runs the portmap # daemon, is always treated as an authorized host. -HOSTS_ACCESS= -DHOSTS_ACCESS-WRAP_LIB = $(WRAP_DIR)/libwrap.a  # Comment out if your RPC library does not allocate privileged ports for # requests from processes with root privilege, or the new portmap will@@ -87,7 +85,7 @@ # AUX	= # daemon.o strerror.o -LIBS	= -lwrap -lutil+LIBS	= -lutil NSARCHS	=  O	= -Wall -O2 -pipe @@ -110,7 +108,7 @@  SHELL	= /bin/sh -COPT	= $(CONST) -Dperror=xperror $(HOSTS_ACCESS) $(CHECK_PORT) \+COPT	= $(CONST) -Dperror=xperror $(CHECK_PORT) \ 	$(SYS) -DFACILITY=$(FACILITY) $(ULONG) $(ZOMBIES) $(SA_LEN) \ 	$(LOOPBACK) $(SETPGRP) CFLAGS	= $(COPT) $(O) $(NSARCHS)@@ -118,7 +116,7 @@  all:	portmap pmap_dump pmap_set -portmap: $(OBJECTS) $(WRAP_DIR)/libwrap.a+portmap: $(OBJECTS) 	$(CC) $(CFLAGS) -o $@ $(OBJECTS) $(WRAP_LIB) $(LIBS)  pmap_dump: pmap_dump.c

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?