... seriously,... running out of ideas ...
This commit is contained in:
parent
b63d21ba83
commit
396b2899ae
|
@ -18,20 +18,17 @@ set -xe
|
||||||
# the debian-policy package
|
# the debian-policy package
|
||||||
|
|
||||||
|
|
||||||
#DEBHELPER#
|
|
||||||
|
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
configure)
|
configure)
|
||||||
|
|
||||||
|
|
||||||
## START gather all the info from the box and generate the variabels
|
## START gather all the info from the box and generate the variabels
|
||||||
IFCONFIG="etc/network/interfaces"
|
IFCONFIG="templates/interfaces"
|
||||||
UDEVCONFIG="etc/udev/rules.d/70-persistent-net.rules"
|
UDEVCONFIG="templates/70-persistent-net.rules"
|
||||||
FRRCONFIG="etc/frr/frr.conf.wit"
|
FRRCONFIG="templates/frr.conf.wit"
|
||||||
IPSECCONFIG="etc/ipsec.conf.wit"
|
SWANCTLCONFIG="templates/wit-swanctl.conf"
|
||||||
|
IPSECCONFIG="templates/ipsec.conf.wit"
|
||||||
IPSECSECRETS="etc/ipsec.secrets"
|
IPSECSECRETS="etc/ipsec.secrets"
|
||||||
SWANCTLCONFIG="etc/swanctl/conf.d/wit-swanctl.conf"
|
|
||||||
SYSCTLTWEAKS="etc/sysctl.d/10-frr.conf"
|
SYSCTLTWEAKS="etc/sysctl.d/10-frr.conf"
|
||||||
DOMAINNAME=$(hostname -d)
|
DOMAINNAME=$(hostname -d)
|
||||||
|
|
||||||
|
@ -403,4 +400,7 @@ case "$1" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
||||||
|
#DEBHELPER#
|
||||||
|
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in New Issue