summaryrefslogtreecommitdiff
path: root/net/tac_plus4/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/tac_plus4/files/patch-aa')
-rw-r--r--net/tac_plus4/files/patch-aa71
1 files changed, 71 insertions, 0 deletions
diff --git a/net/tac_plus4/files/patch-aa b/net/tac_plus4/files/patch-aa
new file mode 100644
index 000000000000..3d15231a1afd
--- /dev/null
+++ b/net/tac_plus4/files/patch-aa
@@ -0,0 +1,71 @@
+*** Makefile.orig Sat Jul 29 02:49:20 1995
+--- Makefile Mon Mar 3 17:24:49 1997
+***************
+*** 22,30 ****
+ # OSLIBS=-lsocket -lnsl
+
+ # For FreeBSD
+! # OS=-DFREEBSD
+ # You may also need to add
+! # OSLIBS=-lcrypt
+
+ # For LINUX
+ # OS=-DLINUX
+--- 22,30 ----
+ # OSLIBS=-lsocket -lnsl
+
+ # For FreeBSD
+! OS=-DFREEBSD
+ # You may also need to add
+! OSLIBS=-lcrypt
+
+ # For LINUX
+ # OS=-DLINUX
+***************
+*** 40,47 ****
+ # FLAGS = -DTAC_PLUS_USERID=$(USERID) -DTAC_PLUS_GROUPID=$(GROUPID)
+
+ # Definitions for SKEY functionality
+! # DEFINES = -DSKEY
+! # LIBS = ../crimelab/skey/src/libskey.a
+ # INCLUDES = -I../crimelab/skey/src
+
+ DEBUG = -g
+--- 40,47 ----
+ # FLAGS = -DTAC_PLUS_USERID=$(USERID) -DTAC_PLUS_GROUPID=$(GROUPID)
+
+ # Definitions for SKEY functionality
+! DEFINES = -DSKEY
+! LIBS = -lskey -lmd
+ # INCLUDES = -I../crimelab/skey/src
+
+ DEBUG = -g
+***************
+*** 50,62 ****
+ # possible), containing its process id. Uncomment and modify the
+ # following line to change this filename
+
+! # PIDFILE = -DTAC_PLUS_PIDFILE=\"/var/run/tac_plus.pid\"
+
+ #
+ # End of customisable section of Makefile
+ #
+
+! CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES) $(FLAGS) $(OS) $(PIDFILE)
+
+ SRCS = acct.c authen.c author.c choose_authen.c config.c do_acct.c \
+ do_author.c dump.c encrypt.c expire.c md5.c \
+--- 50,62 ----
+ # possible), containing its process id. Uncomment and modify the
+ # following line to change this filename
+
+! PIDFILE = -DTAC_PLUS_PIDFILE=\"/var/run/tac_plus.pid\"
+
+ #
+ # End of customisable section of Makefile
+ #
+
+! CFLAGS += $(DEBUG) $(DEFINES) $(INCLUDES) $(FLAGS) $(OS) $(PIDFILE)
+
+ SRCS = acct.c authen.c author.c choose_authen.c config.c do_acct.c \
+ do_author.c dump.c encrypt.c expire.c md5.c \