[arch-commits] Commit in drbd/trunk (PKGBUILD)

Sébastien Luttringer seblu at nymeria.archlinux.org
Fri Mar 22 19:14:52 UTC 2013


    Date: Friday, March 22, 2013 @ 20:14:51
  Author: seblu
Revision: 86841

upgpkg: drbd 8.4.2-1

Modified:
  drbd/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-22 19:13:33 UTC (rev 86840)
+++ PKGBUILD	2013-03-22 19:14:51 UTC (rev 86841)
@@ -2,21 +2,23 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=drbd
-pkgver=8.3.13
-pkgrel=2
+pkgver=8.4.2
+pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='Userland tools for Distributed Replicated Block Device'
 url='http://www.drbd.org'
 license=('GPL2')
 depends=('perl' 'bash')
-source=("http://oss.linbit.com/drbd/8.3/$pkgname-$pkgver.tar.gz"
+source=("http://oss.linbit.com/drbd/8.4/$pkgname-$pkgver.tar.gz"
         "$pkgname.service")
 backup=('etc/drbd.conf' 'etc/drbd.d/global_common.conf')
-md5sums=('760a25459ef6b7262a2a3572c1561c5b'
+md5sums=('b081f1046adda1d51ba351c40a8b1107'
          'afbb345094db49b0a474c0b4e51c0acd')
 
 build() {
   cd $pkgname-$pkgver
+  # fix hardcoded path in udev rules
+  sed -i 's,/sbin/drbdadm,/usr/sbin/drbdadm,' scripts/drbd.rules
   ./configure \
     --prefix=/usr \
     --localstatedir=/var \
@@ -30,8 +32,7 @@
     --without-pacemaker \
     --without-heartbeat \
     --without-xen \
-    --with-initdir=/etc/rc.d
-    #--with-legacy_utils \
+    --without-legacy_utils
   make
 }
 
@@ -42,8 +43,6 @@
   cd "$pkgdir"
   mv sbin/* usr/sbin
   rmdir sbin
-  # fix hardcoded path in udev rules
-  sed -i 's,/sbin/drbdadm,/usr/sbin/drbdadm,' etc/udev/rules.d/65-drbd.rules
   # move udev files
   mv etc/udev usr/lib
   # move bash completion
@@ -51,6 +50,8 @@
   mv etc/bash_completion.d usr/share/bash-completion/completions
   # remove /var/lock
   rmdir var/lock
+  # remove embeded init stuff
+  rm -r etc/init.d
   # autoload module
   install -Dm 644 /dev/null usr/lib/modules-load.d/$pkgname.conf
   echo 'drbd' > usr/lib/modules-load.d/$pkgname.conf




More information about the arch-commits mailing list