[arch-commits] Commit in xl2tpd/trunk (PKGBUILD xl2tpd.service)

Sergej Pupykin spupykin at nymeria.archlinux.org
Thu May 23 10:16:00 UTC 2013


    Date: Thursday, May 23, 2013 @ 12:15:59
  Author: spupykin
Revision: 91507

upgpkg: xl2tpd 1.3.1-3

upd

Modified:
  xl2tpd/trunk/PKGBUILD
  xl2tpd/trunk/xl2tpd.service

----------------+
 PKGBUILD       |    8 ++++----
 xl2tpd.service |    4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-23 10:15:55 UTC (rev 91506)
+++ PKGBUILD	2013-05-23 10:15:59 UTC (rev 91507)
@@ -4,7 +4,7 @@
 
 pkgname=xl2tpd
 pkgver=1.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="an open source implementation of the L2TP maintained by Xelerance Corporation"
 arch=('i686' 'x86_64')
 url="http://www.xelerance.com/services/software/xl2tpd/"
@@ -23,7 +23,7 @@
          '5f0ae07026e61a3dd15a76fd4144a6d5'
          '16ed0886115d4dcc21072cfb847250bb'
          'ed57eb67335cdf246251285dad502cc7'
-         '5ba9ddaf66c9827fe4a2caef67cf61c2'
+         '219942dd098ce4fdba37d1db327baf57'
          '2e95e4fc03e1521ab20fd7e249efab5a'
          '4d258a58cc109d5c4d96af8f81d481cf')
 
@@ -32,13 +32,13 @@
 
   patch -p1 <$srcdir/ipparam.patch
 
-  make KERNELSRC=/usr/src/linux-`uname -r` PREFIX=/usr
+  make KERNELSRC=/usr/src/linux-`uname -r` PREFIX=/usr SBINDIR=/usr/bin
 }
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  make KERNELSRC=/usr/src/linux-`uname -r` PREFIX=/usr DESTDIR=$pkgdir install
+  make KERNELSRC=/usr/src/linux-`uname -r` PREFIX=/usr DESTDIR=$pkgdir  SBINDIR=$pkgdir/usr/bin install
 
   install -D -m0644 $srcdir/xl2tpd.conf.client-example $pkgdir/etc/xl2tpd/xl2tpd.conf.client-example
   install -D -m0644 $srcdir/xl2tpd.conf.server-example $pkgdir/etc/xl2tpd/xl2tpd.conf.server-example

Modified: xl2tpd.service
===================================================================
--- xl2tpd.service	2013-05-23 10:15:55 UTC (rev 91506)
+++ xl2tpd.service	2013-05-23 10:15:59 UTC (rev 91507)
@@ -7,8 +7,8 @@
 
 [Service]
 Type=simple
-PIDFile=/var/run/xl2tpd/xl2tpd.pid
-ExecStart=/usr/sbin/xl2tpd -D
+PIDFile=/run/xl2tpd/xl2tpd.pid
+ExecStart=/usr/bin/xl2tpd -D
 Restart=on-abort
 
 [Install]




More information about the arch-commits mailing list