Customize the path to Perl in the server scripts
The server scripts now have a unique string where the Perl path should be, and the Makefile uses sed to insert the correct path at build time (using the path determined by configure). The server scripts now have .in extensions, and setting the executable flag is handled by the Makefile. We also have to change autogen, because it looks for the scripts in the server directory when it generates the man pages.
server/keytab-backend
→
server/keytab-backend.in
100755 → 100644
server/wallet-admin
→
server/wallet-admin.in
100755 → 100644
server/wallet-backend
→
server/wallet-backend.in
100755 → 100644
server/wallet-report
→
server/wallet-report.in
100755 → 100644
Please register or sign in to comment