From a498b9c66c6daaa18a3d3d5a39a2cd18ba500289 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Thu, 23 Dec 1999 01:39:54 +0000 Subject: [PATCH] update from debian maintainer --- chat/chat.c | 5 +++-- linux/Makefile.top | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/chat/chat.c b/chat/chat.c index 02fa449..dfe3595 100644 --- a/chat/chat.c +++ b/chat/chat.c @@ -87,7 +87,7 @@ #endif #ifndef lint -static const char rcsid[] = "$Id: chat.c,v 1.25 1999/09/06 05:10:23 paulus Exp $"; +static const char rcsid[] = "$Id: chat.c,v 1.26 1999/12/23 01:39:54 paulus Exp $"; #endif #include @@ -1467,7 +1467,8 @@ register char *string; if (s >= end) { if (logged < s - minlen) { - logf("%0.*v", s - logged, logged); + if (verbose) + logf("%0.*v", s - logged, logged); logged = s; } s -= minlen; diff --git a/linux/Makefile.top b/linux/Makefile.top index 1ebb858..616eb98 100644 --- a/linux/Makefile.top +++ b/linux/Makefile.top @@ -1,12 +1,12 @@ # PPP top-level Makefile for Linux. -BINDIR = /usr/sbin -MANDIR = /usr/man -ETCDIR = /etc/ppp +BINDIR = $(DESTDIR)/usr/sbin +MANDIR = $(DESTDIR)/usr/man +ETCDIR = $(DESTDIR)/etc/ppp # uid 0 = root -INSTALL= install -o 0 -g daemon +INSTALL= install all: cd chat; $(MAKE) $(MFLAGS) all -- 2.39.2