aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mtg
diff options
context:
space:
mode:
authorKonstantin Kulikov <k.kulikov2@gmail.com>2020-02-01 18:04:02 +0000
committerLeo <thinkabit.ukim@gmail.com>2020-02-01 19:12:52 +0100
commitbb1797b093ac7a7e8ec6206669a94b246f91a686 (patch)
tree90130346465aaa0c6bd669500f519b3917770a32 /testing/mtg
parent6d713e147c28d6b5caaca2de439fffa38b84dd64 (diff)
downloadaports-bb1797b093ac7a7e8ec6206669a94b246f91a686.tar.bz2
aports-bb1797b093ac7a7e8ec6206669a94b246f91a686.tar.xz
testing/mtg: correct logger example
Diffstat (limited to 'testing/mtg')
-rw-r--r--testing/mtg/APKBUILD4
-rw-r--r--testing/mtg/mtg.confd3
2 files changed, 4 insertions, 3 deletions
diff --git a/testing/mtg/APKBUILD b/testing/mtg/APKBUILD
index b8031184b4..b7a56dce00 100644
--- a/testing/mtg/APKBUILD
+++ b/testing/mtg/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Konstantin Kulikov <k.kulikov2@gmail.com>
pkgname=mtg
pkgver=1.0.1
-pkgrel=0
+pkgrel=1
pkgdesc="MTPROTO proxy for Telegram"
url="https://github.com/9seconds/mtg"
arch="x86_64"
@@ -34,4 +34,4 @@ sha512sums="7aeb8e72321acc28a693035e8478577a30ae72b13f06d54ba2dd5e788a101d9e35f7
871c8d33d323227c9370561e0cb75fa8a58a69a088e2d8918df7ac70392aef10a31c1fac1a4cf50a8a4c7778b47c80b4087cb6c3406b2a5e434fdb68b3b3fd66 go.sum
2b4104c4fd669eadf876fb6858de395083f3b3534bc67fdb931cb22a112d939df2eeb8727dd350d6f40dcf173d0f7e36f7ccf43d074b8fa7efd0c190388acc45 apk.go
39d7bf9eda457435f58ab0415f211d465e1643d357d40d67dc86a609bb0467acd4aef75e50b6b753bb687f6209f29fd426cb283af3743852e9c385b09d4033b4 mtg.initd
-a4c08e9160c08363e7c34d0ebd3134fd819b9527218d9e0d15590ba8bee89821577a028c38b443f9227e103050721e94ae2ae4c193c2f5a3abc9a2128a7c7c40 mtg.confd"
+2988b98d27ad1ecc954f5c34e3ebd3f40fd42d1429c60eccf82d3b19e326bf0f6c17670e5800f1bdfcf93cc6a9c4ef6d39bf4561d07abdf0bc5c9d091bda20e9 mtg.confd"
diff --git a/testing/mtg/mtg.confd b/testing/mtg/mtg.confd
index 9fbcb50a85..bf2879d53e 100644
--- a/testing/mtg/mtg.confd
+++ b/testing/mtg/mtg.confd
@@ -2,5 +2,6 @@
# /usr/sbin/mtg generate-secret --help
MTG_OPTS="-b 0.0.0.0:3128 SECRET"
-# Uncomment if you want mtg to send logs to syslog.
+# Uncomment both lines if you want mtg to send logs to syslog.
#error_logger="logger -t $RC_SVCNAME"
+#rc_need=logger