mirror of
https://github.com/NLnetLabs/dnst.git
synced 2026-09-10 11:57:47 +02:00
Co-authored-by: Terts Diepraam <terts.diepraam@gmail.com> Co-authored-by: Ximon Eighteen <3304436+ximon18@users.noreply.github.com> Co-authored-by: arya dradjica <arya@nlnetlabs.nl> Co-authored-by: Jannik Peters <jannik@nlnetlabs.nl>
14 lines
394 B
Bash
14 lines
394 B
Bash
#!/bin/sh -e
|
|
|
|
# case "$1" in
|
|
# configure)
|
|
# # Create symbolic links
|
|
# ln -f -s /usr/bin/dnst /usr/bin/ldns-keygen
|
|
# ln -f -s /usr/bin/dnst /usr/bin/ldns-key2ds
|
|
# ln -f -s /usr/bin/dnst /usr/bin/ldns-nsec3-hash
|
|
# ln -f -s /usr/bin/dnst /usr/bin/ldns-notify
|
|
# ln -f -s /usr/bin/dnst /usr/bin/ldns-signzone
|
|
# ln -f -s /usr/bin/dnst /usr/bin/ldns-update
|
|
# ;;
|
|
# esac
|