chiark / gitweb /
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>
Sat, 17 Dec 2011 21:41:30 +0000 (21:41 +0000)
commitce0a47257fef16dc94a29f468546f247abf2c807
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 "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>
make-secnet-sites