[arch-commits] Commit in rp-pppoe/trunk (PKGBUILD adsl.service)

Tobias Powalowski tpowa at nymeria.archlinux.org
Tue May 21 10:00:50 UTC 2013


    Date: Tuesday, May 21, 2013 @ 12:00:49
  Author: tpowa
Revision: 186154

upgpkg: rp-pppoe 3.11-4

move /usr/sbin to /usr/bin

Modified:
  rp-pppoe/trunk/PKGBUILD
  rp-pppoe/trunk/adsl.service

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-21 09:56:31 UTC (rev 186153)
+++ PKGBUILD	2013-05-21 10:00:49 UTC (rev 186154)
@@ -4,7 +4,7 @@
 
 pkgname=rp-pppoe
 pkgver=3.11
-pkgrel=3
+pkgrel=4
 pkgdesc="Roaring Penguin's Point-to-Point Protocol over Ethernet client"
 arch=('i686' 'x86_64')
 url="http://www.roaringpenguin.com/pppoe/"
@@ -25,7 +25,7 @@
 
 build() {
   cd "$srcdir/$pkgname-$pkgver/src"
-  ./configure --prefix=/usr --enable-plugin
+  ./configure --prefix=/usr --sbindir=/usr/bin --enable-plugin
   make PLUGIN_DIR="/usr/lib/rp-pppoe" all rp-pppoe.so
 }
 
@@ -38,5 +38,5 @@
 }
 md5sums=('13b5900c56bd602df6cc526e5e520722'
          'SKIP'
-         'af234125f956f3a356ab0d0fcaa9e8a2'
+         '45dc8fc3d0341a3930182a480859ad76'
          'd38a903a247d689ff0323d7b6caa1c6b')

Modified: adsl.service
===================================================================
--- adsl.service	2013-05-21 09:56:31 UTC (rev 186153)
+++ adsl.service	2013-05-21 10:00:49 UTC (rev 186154)
@@ -3,8 +3,8 @@
 
 [Service]
 Type=forking
-ExecStart=/usr/sbin/pppoe-start
-ExecStop=/usr/sbin/pppoe-stop
+ExecStart=/usr/bin/pppoe-start
+ExecStop=/usr/bin/pppoe-stop
 
 [Install]
 WantedBy=multi-user.target




More information about the arch-commits mailing list