X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fplugins%2Fradius%2Fradiusclient%2Fetc%2FMakefile.am;h=adb7999022aeabcba3fa6acc5d9e5c5f791fdcb2;hb=29d737aafe8a1b61687a9b9e910b2d776dfc0203;hp=bea69bc5f786f02dfd14b31c4b6d104dad455013;hpb=da44517ffef30eb2c170bb97cd6435f6d4e61a0e;p=ppp.git diff --git a/pppd/plugins/radius/radiusclient/etc/Makefile.am b/pppd/plugins/radius/radiusclient/etc/Makefile.am index bea69bc..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.2 2002/04/02 13:17:13 dfs Exp $ +# $Id: Makefile.am,v 1.4 2002/10/05 17:49:00 fcusack Exp $ # # Copyright (C) 1997,1998 Lars Fenneberg # @@ -20,17 +20,20 @@ pkgsysconf_DATA = issue port-id-map radiusclient.conf \ EXTRA_DIST = issue port-id-map dictionary dictionary.ascend \ dictionary.compat dictionary.merit dictionary.microsoft \ - servers radiusclient.conf.in + realms servers radiusclient.conf.in radiusclient.conf: radiusclient.conf.in sed -e 's|@sbin''dir@|$(sbindir)|g' \ -e 's|@pkgsysconf''dir@|$(pkgsysconfdir)|g' \ <$(srcdir)/radiusclient.conf.in >radiusclient.conf -install-data-local: servers +install-data-local: realms servers $(mkinstalldirs) $(pkgsysconfdir); \ + echo " $(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 uninstall-local: + rm -f $(pkgsysconfdir)/realms rm -f $(pkgsysconfdir)/servers