diff options
Diffstat (limited to 'news/leafnode+/files/patch-aa')
-rw-r--r-- | news/leafnode+/files/patch-aa | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/news/leafnode+/files/patch-aa b/news/leafnode+/files/patch-aa index 505b8da51f6a..9b2ea2b1a00a 100644 --- a/news/leafnode+/files/patch-aa +++ b/news/leafnode+/files/patch-aa @@ -1,20 +1,20 @@ ---- Makefile.orig Sun Jul 4 05:32:02 1999 -+++ Makefile Sun Jul 4 05:32:42 1999 -@@ -1,11 +1,8 @@ +--- Makefile.orig Sun Aug 1 06:23:40 1999 ++++ Makefile Sun Sep 26 18:18:55 1999 +@@ -1,12 +1,8 @@ # -*- makefile -*- # $Orig-Id: Makefile,v 1.16 1997/07/20 00:28:31 agulbra Exp $ -CC = gcc DEBUG = -g -Wall -Wformat -Wstrict-prototypes -Wmissing-prototypes -CFLAGS = $(DEBUG) LIBS = --BINDIR = /usr/local/sbin --MANDIR = /usr/local/man -+BINDIR = $(PREFIX)/sbin - VERSION = 2.6 +-PREFIX = /usr/local + BINDIR = $(PREFIX)/sbin +-MANDIR = $(PREFIX)/man + VERSION = 2.8 # - # if you want to use Socks, use following -@@ -23,11 +20,11 @@ - #CFLAGS = $(DEBUG) -DDOTNGFILE + # if you want to use Socks, use following. +@@ -29,11 +25,11 @@ + #RANLIB = ranlib # # this is the directory where the news is stored. -SPOOLDIR = /var/spool/news @@ -24,10 +24,10 @@ # kept. It should preferably not be on the same partition as spooldir -LIBDIR = /usr/lib/leafnode +LIBDIR = @LIBDIR@ - - all: leafnode fetchnews texpire checkgroups leaftool - -@@ -79,7 +76,7 @@ + # + # local library + LIBUTIL = libutil.a +@@ -93,7 +89,7 @@ @if [ -f $(BINDIR)/fetch ]; then echo don"'"t forget to change the name of a command in scripts and crontab from fetch into fetchnews.; fi @if [ -f $(BINDIR)/newsfetch ]; then echo don"'"t forget to change the name of a command in scripts and crontab from newsfetch into fetchnews.; fi @@ -36,7 +36,7 @@ -mkdir -p $(SPOOLDIR) $(LIBDIR) -mkdir -p $(SPOOLDIR)/message.id -mkdir -p $(SPOOLDIR)/interesting.groups -@@ -91,7 +88,6 @@ +@@ -105,7 +101,6 @@ $${a}$${b}6 $${a}$${b}7 $${a}$${b}8 \ $${a}$${b}9 ; \ done ; done |