aboutsummaryrefslogtreecommitdiff
path: root/comms/qicosi/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'comms/qicosi/files/patch-aa')
-rw-r--r--comms/qicosi/files/patch-aa45
1 files changed, 0 insertions, 45 deletions
diff --git a/comms/qicosi/files/patch-aa b/comms/qicosi/files/patch-aa
deleted file mode 100644
index 0ac36b13c187..000000000000
--- a/comms/qicosi/files/patch-aa
+++ /dev/null
@@ -1,45 +0,0 @@
---- CONFIG.orig Tue Jul 18 18:41:42 2000
-+++ CONFIG Thu Jul 20 19:49:34 2000
-@@ -6,7 +6,7 @@
- BINDIR = /usr/local/bin
-
- # default config (can be overridden with -I)
--CONF = /etc/ftn/qico.conf
-+CONF = ${PREFIX}/etc/qico.conf
- # non-binary file permissions
- PERM = 00600
-
-@@ -22,11 +22,11 @@
- MORDA = 1
-
- # Please, set it under FreeBSD
--#FREE_BSD=1
-+FREE_BSD=1
-
-
- # lock dir
--DEFS += -DLOCK_DIR=\"/var/lock\"
-+DEFS += -DLOCK_DIR=\"/var/spool/lock\"
-
- # communication socket
- DEFS += -DQIPC_SOCKET=\"/tmp/qlog\"
-@@ -55,13 +55,13 @@
- ### OS depended settings #####################################################
- ##############################################################################
-
--SHELL = /bin/sh
--CC = gcc
--AWK = awk
--INSTALL = install
--LEX = lex
-+SHELL ?= /bin/sh
-+CC ?= gcc
-+AWK ?= awk
-+INSTALL ?= install
-+LEX ?= lex
- #YACC = bison -y
--YACC = yacc
-+YACC ?= yacc
-
- # required for linux glibc2 systems
- #LIBS=-lresolv