make-secnet-sites: Fix userv invocation after pfilepath
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 17 Dec 2011 21:39:39 +0000 (21:39 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 12 Jul 2012 18:53:55 +0000 (19:53 +0100)
commit5b77d1a98fc290c0298692c1805eb61e6e9f701c
tree87d4bac9daa9b648af3c71155162cb9e20f18dcf
parentf208b9a9c2c54479a170bf94bfb4c71001f570a2
make-secnet-sites: Fix userv invocation after pfilepath

The commit 9b8369e07aeba5ed2c69fb4a7f74d07c8cebe015
 make-secnet-sites: refactor to break out new function "pfilepath"
broke the userv service invocation, because it turned out that later
code depended on the "headerinput" variable whose assignment had been
removed and replaced by a call to pfilepath.

Make pfilepath return the lines read from the file and assign the
result to headerinput.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
make-secnet-sites