X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=ipif%2FMakefile;fp=ipif%2FMakefile;h=a34a85ff0d41407b0238b3dc23f3de715ac52415;hb=80ebbf9e58e2c8a5980d96fd33ac68fd790ed53d;hp=ce3f44094d732c3d5c121eb99b8054c60dcc626e;hpb=33e8a62b26621ae0dc48ee96cfcefbf5e70af7cd;p=userv-utils.git diff --git a/ipif/Makefile b/ipif/Makefile index ce3f440..a34a85f 100644 --- a/ipif/Makefile +++ b/ipif/Makefile @@ -53,13 +53,12 @@ install-examples: cp *.example $(etcvpn)/. udptunnel-reconf: udptunnel-reconf.pl Makefile - perl -pe ' \ - print "\ -\$$shareuserv= \"$(shareuserv)\";\n\ -\$$etcvpn= \"$(etcvpn)\";\n\ -\$$varlibvpn= \"$(varlibvpn)\";\n" if m#^\# \@\@\@\-#; \ - $$_="" if m/^\# \@\@\@\-/ .. m/^\# \-\@\@\@/; \ - ' \ + perl -p \ + -e ' print " ' \ + -e '\$$shareuserv= \"$(shareuserv)\";\n ' \ + -e '\$$etcvpn= \"$(etcvpn)\";\n ' \ + -e '\$$varlibvpn= \"$(varlibvpn)\";\n" if m#^\# \@\@\@\-#; ' \ + -e ' $$_="" if m/^\# \@\@\@\-/ .. m/^\# \-\@\@\@/; ' \ <$< >$@.new chmod +x $@.new mv -f $@.new $@