Now that inner-tunnel is in the default config, ensure
authoraland <aland>
Thu, 3 Apr 2008 01:36:30 +0000 (01:36 +0000)
committeraland <aland>
Thu, 3 Apr 2008 01:36:30 +0000 (01:36 +0000)
that it's in sites-enabled for testing, too

raddb/Makefile

index 971c6d0..8198253 100644 (file)
@@ -25,6 +25,9 @@ all:
        @if [ ! -f sites-enabled/default ]; then \
                cd sites-enabled && ln -s ../sites-available/default; \
        fi
+       @if [ ! -f sites-enabled/inner-tunnel ]; then \
+               cd sites-enabled && ln -s ../sites-available/inner-tunnel; \
+       fi
 
 install:
        $(INSTALL) -d -m 750    $(R)$(raddbdir)