-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b20ad84
commit ef110b0
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,11 +50,12 @@ echo 9 > /tmp/$PKGNAME/debian/compat | |
cat > /tmp/$PKGNAME/debian/control << EOF | ||
Package: $PKGNAME | ||
Version: $PKGVERSION | ||
Section: contrib/net | ||
Priority: extra | ||
Section: golang | ||
Priority: optional | ||
Architecture: $PKGARCH | ||
Replaces: $PKGREPLACES | ||
Conflicts: $PKGREPLACES | ||
Depends: systemd | ||
Maintainer: Neil Alexander <[email protected]> | ||
Description: Yggdrasil Network | ||
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" | ||
/usr/bin/yggdrasil -useconf -normaliseconf < /var/backups/yggdrasil.conf.`date +%Y%m%d` > /etc/yggdrasil/yggdrasil.conf | ||
chown root:yggdrasil /etc/yggdrasil/yggdrasil.conf | ||
chmod 640 /etc/yggdrasil/yggdrasil.conf | ||
else | ||
|