]> git.ozlabs.org Git - ppp.git/commitdiff
update from debian maintainer
authorPaul Mackerras <paulus@samba.org>
Thu, 23 Dec 1999 01:39:54 +0000 (01:39 +0000)
committerPaul Mackerras <paulus@samba.org>
Thu, 23 Dec 1999 01:39:54 +0000 (01:39 +0000)
chat/chat.c
linux/Makefile.top

index 02fa4499439911ff3d39809f966c01a0f5de15fb..dfe3595695307367da18339ee093470c6c130a17 100644 (file)
@@ -87,7 +87,7 @@
 #endif
 
 #ifndef lint
 #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>
 #endif
 
 #include <stdio.h>
@@ -1467,7 +1467,8 @@ register char *string;
 
        if (s >= end) {
            if (logged < s - minlen) {
 
        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;
                logged = s;
            }
            s -= minlen;
index 1ebb8586c68126ae942446ea68023b6551afd9d0..616eb981374aa5864d7bb22d6a59920889c2a307 100644 (file)
@@ -1,12 +1,12 @@
 # PPP top-level Makefile for Linux.
 
 
 # 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
 
 # uid 0 = root
-INSTALL= install -o 0 -g daemon
+INSTALL= install
 
 all:
        cd chat; $(MAKE) $(MFLAGS) all
 
 all:
        cd chat; $(MAKE) $(MFLAGS) all