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 "headerlines" 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 headerlines.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>