From: Frank Cusack Date: Sat, 5 Oct 2002 17:49:00 +0000 (+0000) Subject: typo X-Git-Tag: ppp-2.4.7~375 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=29d737aafe8a1b61687a9b9e910b2d776dfc0203 typo --- diff --git a/pppd/plugins/radius/radiusclient/etc/Makefile.am b/pppd/plugins/radius/radiusclient/etc/Makefile.am index 8f50d38..adb7999 100644 --- a/pppd/plugins/radius/radiusclient/etc/Makefile.am +++ b/pppd/plugins/radius/radiusclient/etc/Makefile.am @@ -1,5 +1,5 @@ # -# $Id: Makefile.am,v 1.3 2002/10/05 04:35:24 fcusack Exp $ +# $Id: Makefile.am,v 1.4 2002/10/05 17:49:00 fcusack Exp $ # # Copyright (C) 1997,1998 Lars Fenneberg # @@ -30,7 +30,7 @@ radiusclient.conf: radiusclient.conf.in install-data-local: realms servers $(mkinstalldirs) $(pkgsysconfdir); \ echo " $(INSTALL) -m600 $(srcdir)/realms $(pkgsysconfdir)/realms"; \ - $(INSTALL) -m600 $(srcdir)/realms $(pkgsysconfdir)/realms + $(INSTALL) -m600 $(srcdir)/realms $(pkgsysconfdir)/realms; \ echo " $(INSTALL) -m600 $(srcdir)/servers $(pkgsysconfdir)/servers"; \ $(INSTALL) -m600 $(srcdir)/servers $(pkgsysconfdir)/servers diff --git a/pppd/plugins/radius/radiusclient/etc/Makefile.in b/pppd/plugins/radius/radiusclient/etc/Makefile.in index e3e2aed..6c4fa37 100644 --- a/pppd/plugins/radius/radiusclient/etc/Makefile.in +++ b/pppd/plugins/radius/radiusclient/etc/Makefile.in @@ -11,7 +11,7 @@ # PARTICULAR PURPOSE. # -# $Id: Makefile.in,v 1.4 2002/10/05 04:35:24 fcusack Exp $ +# $Id: Makefile.in,v 1.5 2002/10/05 17:49:00 fcusack Exp $ # # Copyright (C) 1997,1998 Lars Fenneberg # @@ -218,7 +218,7 @@ radiusclient.conf: radiusclient.conf.in install-data-local: realms servers $(mkinstalldirs) $(DESTDIR)$(pkgsysconfdir); \ echo " $(INSTALL) -m600 $(srcdir)/realms $(DESTDIR)$(pkgsysconfdir)/realms"; \ - $(INSTALL) -m600 $(srcdir)/realms $(DESTDIR)$(pkgsysconfdir)/realms + $(INSTALL) -m600 $(srcdir)/realms $(DESTDIR)$(pkgsysconfdir)/realms; \ echo " $(INSTALL) -m600 $(srcdir)/servers $(DESTDIR)$(pkgsysconfdir)/servers"; \ $(INSTALL) -m600 $(srcdir)/servers $(DESTDIR)$(pkgsysconfdir)/servers