mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2025-01-09 16:45:43 +00:00
Update Debian package metadata
This commit is contained in:
parent
b20ad846a1
commit
ef110b0181
@ -50,11 +50,12 @@ echo 9 > /tmp/$PKGNAME/debian/compat
|
|||||||
cat > /tmp/$PKGNAME/debian/control << EOF
|
cat > /tmp/$PKGNAME/debian/control << EOF
|
||||||
Package: $PKGNAME
|
Package: $PKGNAME
|
||||||
Version: $PKGVERSION
|
Version: $PKGVERSION
|
||||||
Section: contrib/net
|
Section: golang
|
||||||
Priority: extra
|
Priority: optional
|
||||||
Architecture: $PKGARCH
|
Architecture: $PKGARCH
|
||||||
Replaces: $PKGREPLACES
|
Replaces: $PKGREPLACES
|
||||||
Conflicts: $PKGREPLACES
|
Conflicts: $PKGREPLACES
|
||||||
|
Depends: systemd
|
||||||
Maintainer: Neil Alexander <neilalexander@users.noreply.github.com>
|
Maintainer: Neil Alexander <neilalexander@users.noreply.github.com>
|
||||||
Description: Yggdrasil Network
|
Description: Yggdrasil Network
|
||||||
Yggdrasil is an early-stage implementation of a fully end-to-end encrypted IPv6
|
Yggdrasil is an early-stage implementation of a fully end-to-end encrypted IPv6
|
||||||
@ -102,7 +103,7 @@ then
|
|||||||
|
|
||||||
echo "Normalising and updating /etc/yggdrasil/yggdrasil.conf"
|
echo "Normalising and updating /etc/yggdrasil/yggdrasil.conf"
|
||||||
/usr/bin/yggdrasil -useconf -normaliseconf < /var/backups/yggdrasil.conf.`date +%Y%m%d` > /etc/yggdrasil/yggdrasil.conf
|
/usr/bin/yggdrasil -useconf -normaliseconf < /var/backups/yggdrasil.conf.`date +%Y%m%d` > /etc/yggdrasil/yggdrasil.conf
|
||||||
|
|
||||||
chown root:yggdrasil /etc/yggdrasil/yggdrasil.conf
|
chown root:yggdrasil /etc/yggdrasil/yggdrasil.conf
|
||||||
chmod 640 /etc/yggdrasil/yggdrasil.conf
|
chmod 640 /etc/yggdrasil/yggdrasil.conf
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user