diff --git a/srcpkgs/fastd/files/connectionPartner b/srcpkgs/fastd/files/connectionPartner deleted file mode 100644 index 8ae42fe72a1..00000000000 --- a/srcpkgs/fastd/files/connectionPartner +++ /dev/null @@ -1,2 +0,0 @@ -key "CONNECTION_PARTNER_PUBLIC_KEY"; -remote ipv4 "CONNECTION_PARTNER_ADDRESS" port 10000; diff --git a/srcpkgs/fastd/files/incomingConnectionPartner b/srcpkgs/fastd/files/incomingConnectionPartner deleted file mode 100644 index da8a12187f3..00000000000 --- a/srcpkgs/fastd/files/incomingConnectionPartner +++ /dev/null @@ -1 +0,0 @@ -key "INCOMING_CONNECTION_PARTNER_PUBLIC_KEY"; diff --git a/srcpkgs/fastd/template b/srcpkgs/fastd/template index 427aae3ea28..d0c3940d1f8 100644 --- a/srcpkgs/fastd/template +++ b/srcpkgs/fastd/template @@ -1,7 +1,7 @@ # Template file for 'fastd' pkgname=fastd version=16 -revision=3 +revision=4 build_style=cmake hostmakedepends="cmake pkg-config bison" makedepends="libuecc-devel libsodium-devel json-c-devel libcap-devel" @@ -14,16 +14,12 @@ checksum=156b64c8f1acd5e8e42abec069e0ad4caa8c01d9fcd374cb6b494c75268ee046 configure_args="ENABLE_LTO=ON" conf_files=" /etc/fastd/secret.conf - /etc/fastd/fastd.conf - /etc/fastd/peers/incomingConnectionPartner - /etc/fastd/peers/connectionPartner" + /etc/fastd/fastd.conf" post_install() { vmkdir etc/fastd/peers vinstall ${FILESDIR}/fastd.conf 644 etc/fastd vinstall ${FILESDIR}/secret.conf 600 etc/fastd - vinstall ${FILESDIR}/connectionPartner 644 etc/fastd/peers - vinstall ${FILESDIR}/incomingConnectionPartner 644 etc/fastd/peers vsv fastd vman doc/fastd.1 }