aboutsummaryrefslogtreecommitdiff
path: root/misc/yaunc/files
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-12-26 15:20:38 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-12-26 15:20:38 +0000
commit44baba4f64336cfe100c70193a049e428bcdc6ab (patch)
tree29ca762928cf4cbe186c405dd9de2721b27379ae /misc/yaunc/files
parenta063b56dc1bc282a3244bd449caadcf85610cf04 (diff)
downloadports-44baba4f64336cfe100c70193a049e428bcdc6ab.tar.gz
ports-44baba4f64336cfe100c70193a049e428bcdc6ab.zip
Notes
Diffstat (limited to 'misc/yaunc/files')
-rw-r--r--misc/yaunc/files/patch-aa24
-rw-r--r--misc/yaunc/files/patch-ac4
2 files changed, 2 insertions, 26 deletions
diff --git a/misc/yaunc/files/patch-aa b/misc/yaunc/files/patch-aa
deleted file mode 100644
index 22e850774fa3..000000000000
--- a/misc/yaunc/files/patch-aa
+++ /dev/null
@@ -1,24 +0,0 @@
---- Makefile.orig Sun Aug 13 16:12:37 2000
-+++ Makefile Sat Dec 16 16:45:06 2000
-@@ -1,15 +1,15 @@
- # Compiler, flags, etc...
--CC = gcc
--CFLAGS = -Wall -O3 #-g -DDEBUG2 -DDEBUG1
-+CC ?= gcc
-+CFLAGS += -DDEFAULT_CONF_PATH=\"$(CONFPATH)/$(CONFFILE)\"
-
- # program variables
- LINKNAME = yaunc
--FILENAME = yaunc-`cat VERSION`
--FILEPATH = /usr/local/bin
-+FILENAME = yaunc
-+FILEPATH = ${PREFIX}/bin
- MANPAGE = yaunc.1
--MANPATH = /usr/local/man/man1
-+MANPATH = ${PREFIX}/man/man1
- CONFFILE = yaunc.conf
--CONFPATH = /etc
-+CONFPATH = ${PREFIX}/etc
-
- # platform dependant stuff has the appropriate suffix :)
- OBJ1 = read_conf.o usage.o unp_error.o encode.o unp_sock_wrappers.o \
diff --git a/misc/yaunc/files/patch-ac b/misc/yaunc/files/patch-ac
index 5b58fdb78cde..95539380ef71 100644
--- a/misc/yaunc/files/patch-ac
+++ b/misc/yaunc/files/patch-ac
@@ -1,11 +1,11 @@
--- usage.c.orig Wed Jul 26 09:38:02 2000
-+++ usage.c Sat Dec 16 16:51:31 2000
++++ usage.c Mon Dec 25 20:10:10 2000
@@ -10,9 +10,9 @@
fprintf(stderr, "\n");
fprintf(stderr, "Options:\n");
fprintf(stderr, "\t-f <config file> - use the specified config file instead of \n");
- fprintf(stderr, "\t of /etc/yaunc.conf\n");
-+ fprintf(stderr, "\t " DEFAULT_CONF_PATH "\n");
++ fprintf(stderr, "\t " SYSCONFDIR "/yaunc.conf\n");
fprintf(stderr, "\t-d <0/1> - turn daemon mode off/on\n");
- fprintf(stderr, "\t-l <0/1> - specify logging off/on");
+ fprintf(stderr, "\t-l <0/1> - specify logging off/on\n");