Skip to content

Commit

Permalink
Merge pull request #313 from mariux64/add-access.conf-symlink
Browse files Browse the repository at this point in the history
Add /etc/local/access.conf symlink
  • Loading branch information
donald authored Mar 31, 2023
2 parents c11eff1 + 6d27dca commit bb0708c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ for f in libexec_startup/*; do
done
install_data misc_etc_files/request-key.d/id_resolver.conf \
"$DESTDIR$sysconfdir/request-key.d/id_resolver.conf"
install_symlink /etc/local/access.conf "$DESTDIR$sysconfdir/security/access.conf"

postinstall
exit

0 comments on commit bb0708c

Please sign in to comment.