mirror of
https://github.com/paulusmack/ppp.git
synced 2024-11-23 18:33:24 +08:00
update from debian maintainer
This commit is contained in:
parent
a2f1729016
commit
a498b9c66c
@ -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;
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user