From 29d737aafe8a1b61687a9b9e910b2d776dfc0203 Mon Sep 17 00:00:00 2001 From: Frank Cusack Date: Sat, 5 Oct 2002 17:49:00 +0000 Subject: [PATCH] typo --- pppd/plugins/radius/radiusclient/etc/Makefile.am | 4 ++-- pppd/plugins/radius/radiusclient/etc/Makefile.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.2