summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStavros Polymenis2016-07-17 14:49:27 +0100
committerStavros Polymenis2016-07-17 14:49:27 +0100
commit76172ddd504ce00ce87629537bc86407fc9b6df8 (patch)
tree03ccdda8472e25118e32048671d8fc5fb0bcb122
parentc6ba9aaffa828f54190d9d2e427d4b6f99755a11 (diff)
downloadaur-76172ddd504ce00ce87629537bc86407fc9b6df8.tar.gz
avahi.service corrections
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--avahi.service4
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb74f91bca24..aa5b853bae94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Jul 17 13:43:09 UTC 2016
+# Sun Jul 17 13:49:04 UTC 2016
pkgbase = portal
pkgdesc = A personal portal system. Alpha version, do not install unless you know what you are doing
pkgver = 0.2
diff --git a/PKGBUILD b/PKGBUILD
index cf64730857dc..a24aa2e1b910 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stavros Polymenis <sp@orbitalfox.com>
pkgname=portal
pkgver=0.2
-pkgrel=3
+pkgrel=4
pkgdesc="A personal portal system. Alpha version, do not install unless you know what you are doing"
arch=(any)
url="https://github.com/orbifx/portal"
diff --git a/avahi.service b/avahi.service
index b165e2645dcd..6fe82d34e512 100644
--- a/avahi.service
+++ b/avahi.service
@@ -1,7 +1,7 @@
<service-group>
<name replace-wildcards="yes">Portal@%h</name>
<service>
- <type>_ssh._tcp:Portal over SSH</type>
- <port>21</port>
+ <type>_ssh._tcp</type>
+ <port>22</port>
</service>
</service-group>