summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKanogin Alex2016-01-17 19:27:35 +0300
committerKanogin Alex2016-01-17 19:27:35 +0300
commit1406235b17615e6b6ca18bd7d4909df17d82d213 (patch)
treeb71817242050c96fd2acef62870b0e874c1af389
parent16e6e97b7f695931da39bf259b6f5946a21b9d04 (diff)
downloadaur-openl2tp.tar.gz
Change configuration files
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
-rw-r--r--chap-secrets.openl2tp (renamed from chap-secrets)0
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b2ae118caa5..eaa418d97418 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Jan 17 15:21:00 UTC 2016
+# Sun Jan 17 16:24:08 UTC 2016
pkgbase = openl2tp
pkgdesc = L2TP client / server, written by Katalix Systems specifically for Linux
pkgver = 1.8
- pkgrel = 5
+ pkgrel = 6
url = http://opensource.katalix.com/openl2tp
arch = i686
arch = x86_64
@@ -13,14 +13,14 @@ pkgbase = openl2tp
depends = ppp
options = !emptydirs
backup = etc/conf.d/openl2tpd
- backup = etc/ppp/chap-secrets
+ backup = etc/ppp/chap-secrets.openl2tp
backup = etc/openl2tpd.conf
source = http://downloads.sourceforge.net/openl2tp/openl2tp-1.8.tar.gz
source = gcc-4.6.patch
source = openl2tp.service
source = openl2tpd-conf.d
source = openl2tpd.conf
- source = chap-secrets
+ source = chap-secrets.openl2tp
source = example-client.openl2tpd.conf
source = example-server.openl2tpd.conf
source = example-server.options.openl2tpd
diff --git a/PKGBUILD b/PKGBUILD
index b9ed4034f4eb..b820c25018f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=openl2tp
pkgver=1.8
-pkgrel=5
+pkgrel=6
pkgdesc="L2TP client / server, written by Katalix Systems specifically for Linux"
arch=(i686 x86_64)
url="http://opensource.katalix.com/openl2tp"
license=("GPL")
backup=('etc/conf.d/openl2tpd'
- 'etc/ppp/chap-secrets'
+ 'etc/ppp/chap-secrets.openl2tp'
'etc/openl2tpd.conf')
depends=('rpcbind'
'ppp')
@@ -20,7 +20,7 @@ source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
openl2tp.service
openl2tpd-conf.d
openl2tpd.conf
- chap-secrets
+ chap-secrets.openl2tp
example-client.openl2tpd.conf
example-server.openl2tpd.conf
example-server.options.openl2tpd
@@ -58,7 +58,7 @@ package() {
install -Dm644 ../openl2tpd-conf.d "$pkgdir"/etc/conf.d/openl2tpd
install -Dm644 ../openl2tp.service "$pkgdir"/etc/systemd/system/openl2tp.service
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
- install -Dm644 ../chap-secrets "$pkgdir"/etc/ppp/chap-secrets
+ install -Dm644 ../chap-secrets.openl2tp "$pkgdir"/etc/ppp/chap-secrets.openl2tp
install -Dm644 ../openl2tpd.conf "$pkgdir"/etc/openl2tpd.conf
}
diff --git a/chap-secrets b/chap-secrets.openl2tp
index 29eacd0cea33..29eacd0cea33 100644
--- a/chap-secrets
+++ b/chap-secrets.openl2tp