typo in raddb/Makefile

Milan Holub holub at thenet.ch
Wed Apr 25 14:25:57 CEST 2007


Hi Alan,

due to missing `;` and typo in variable in raddb/Makefile you can't build *deb package. 

Here is a patch:

Index: raddb/Makefile
===================================================================
RCS file: /source/radiusd/raddb/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- raddb/Makefile      24 Apr 2007 15:35:12 -0000      1.17
+++ raddb/Makefile      25 Apr 2007 12:19:26 -0000
@@ -43,8 +43,8 @@
        fi
        chmod 640 $(R)$(raddbdir)/naspasswd $(R)$(raddbdir)/clients.conf
        if [ ! -d $(R)$(raddbdir)/certs ]; then \
-               $(INSTALL) -d -m 750    $(R)$(raddbdir)/certs \
-               for x in Makefile README xpextensions ca.cnf server.cnf client.cnf; do \
+               $(INSTALL) -d -m 750    $(R)$(raddbdir)/certs; \
+               for i in Makefile README xpextensions ca.cnf server.cnf client.cnf; do \
                        $(INSTALL) -m 640 certs/$$i $(R)$(raddbdir)/certs; \
                done; \
        fi

Milan Holub
holub (at) thenet (dot) ch

--------------------------------------
 TheNet-Internet Services AG,
 im Bernertechnopark, Morgenstr. 129
 CH-3018, Bern, Switzerland
 031 998 4333, Fax 031 998 4330
 http://www.thenet.ch
 http://wlan.thenet.ch
--------------------------------------



More information about the Freeradius-Users mailing list