fastd: remove unneeded config files.
This commit is contained in:
parent
398e057844
commit
a4cdc183a8
3 changed files with 2 additions and 9 deletions
|
@ -1,2 +0,0 @@
|
||||||
key "CONNECTION_PARTNER_PUBLIC_KEY";
|
|
||||||
remote ipv4 "CONNECTION_PARTNER_ADDRESS" port 10000;
|
|
|
@ -1 +0,0 @@
|
||||||
key "INCOMING_CONNECTION_PARTNER_PUBLIC_KEY";
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'fastd'
|
# Template file for 'fastd'
|
||||||
pkgname=fastd
|
pkgname=fastd
|
||||||
version=16
|
version=16
|
||||||
revision=3
|
revision=4
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="cmake pkg-config bison"
|
hostmakedepends="cmake pkg-config bison"
|
||||||
makedepends="libuecc-devel libsodium-devel json-c-devel libcap-devel"
|
makedepends="libuecc-devel libsodium-devel json-c-devel libcap-devel"
|
||||||
|
@ -14,16 +14,12 @@ checksum=156b64c8f1acd5e8e42abec069e0ad4caa8c01d9fcd374cb6b494c75268ee046
|
||||||
configure_args="ENABLE_LTO=ON"
|
configure_args="ENABLE_LTO=ON"
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/fastd/secret.conf
|
/etc/fastd/secret.conf
|
||||||
/etc/fastd/fastd.conf
|
/etc/fastd/fastd.conf"
|
||||||
/etc/fastd/peers/incomingConnectionPartner
|
|
||||||
/etc/fastd/peers/connectionPartner"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir etc/fastd/peers
|
vmkdir etc/fastd/peers
|
||||||
vinstall ${FILESDIR}/fastd.conf 644 etc/fastd
|
vinstall ${FILESDIR}/fastd.conf 644 etc/fastd
|
||||||
vinstall ${FILESDIR}/secret.conf 600 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
|
vsv fastd
|
||||||
vman doc/fastd.1
|
vman doc/fastd.1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue