update from debian maintainer

This commit is contained in:
Paul Mackerras 1999-12-23 01:39:54 +00:00
parent a2f1729016
commit a498b9c66c
2 changed files with 7 additions and 6 deletions

View File

@ -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 <stdio.h>
@ -1467,6 +1467,7 @@ register char *string;
if (s >= end) {
if (logged < s - minlen) {
if (verbose)
logf("%0.*v", s - logged, logged);
logged = s;
}

View File

@ -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