[arch-commits] Commit in rpcbind/repos (24 files)

Tobias Powalowski tpowa at archlinux.org
Wed Feb 4 07:27:55 UTC 2015


    Date: Wednesday, February 4, 2015 @ 08:27:55
  Author: tpowa
Revision: 230598

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  rpcbind/repos/testing-i686/PKGBUILD
    (from rev 230597, rpcbind/trunk/PKGBUILD)
  rpcbind/repos/testing-i686/rpcbind-sunrpc.patch
    (from rev 230597, rpcbind/trunk/rpcbind-sunrpc.patch)
  rpcbind/repos/testing-i686/rpcbind.conf
    (from rev 230597, rpcbind/trunk/rpcbind.conf)
  rpcbind/repos/testing-i686/rpcbind.install
    (from rev 230597, rpcbind/trunk/rpcbind.install)
  rpcbind/repos/testing-i686/rpcbind.service
    (from rev 230597, rpcbind/trunk/rpcbind.service)
  rpcbind/repos/testing-i686/rpcbind.socket
    (from rev 230597, rpcbind/trunk/rpcbind.socket)
  rpcbind/repos/testing-x86_64/PKGBUILD
    (from rev 230597, rpcbind/trunk/PKGBUILD)
  rpcbind/repos/testing-x86_64/rpcbind-sunrpc.patch
    (from rev 230597, rpcbind/trunk/rpcbind-sunrpc.patch)
  rpcbind/repos/testing-x86_64/rpcbind.conf
    (from rev 230597, rpcbind/trunk/rpcbind.conf)
  rpcbind/repos/testing-x86_64/rpcbind.install
    (from rev 230597, rpcbind/trunk/rpcbind.install)
  rpcbind/repos/testing-x86_64/rpcbind.service
    (from rev 230597, rpcbind/trunk/rpcbind.service)
  rpcbind/repos/testing-x86_64/rpcbind.socket
    (from rev 230597, rpcbind/trunk/rpcbind.socket)
Deleted:
  rpcbind/repos/testing-i686/PKGBUILD
  rpcbind/repos/testing-i686/rpcbind-sunrpc.patch
  rpcbind/repos/testing-i686/rpcbind.conf
  rpcbind/repos/testing-i686/rpcbind.install
  rpcbind/repos/testing-i686/rpcbind.service
  rpcbind/repos/testing-i686/rpcbind.socket
  rpcbind/repos/testing-x86_64/PKGBUILD
  rpcbind/repos/testing-x86_64/rpcbind-sunrpc.patch
  rpcbind/repos/testing-x86_64/rpcbind.conf
  rpcbind/repos/testing-x86_64/rpcbind.install
  rpcbind/repos/testing-x86_64/rpcbind.service
  rpcbind/repos/testing-x86_64/rpcbind.socket

-------------------------------------+
 /PKGBUILD                           |  118 ++++++++++++++++++++++++++++++++++
 /rpcbind-sunrpc.patch               |   44 ++++++++++++
 /rpcbind.conf                       |    6 +
 /rpcbind.install                    |   16 ++++
 /rpcbind.service                    |   22 ++++++
 /rpcbind.socket                     |   16 ++++
 testing-i686/PKGBUILD               |   59 -----------------
 testing-i686/rpcbind-sunrpc.patch   |   22 ------
 testing-i686/rpcbind.conf           |    3 
 testing-i686/rpcbind.install        |   13 ---
 testing-i686/rpcbind.service        |   11 ---
 testing-i686/rpcbind.socket         |    8 --
 testing-x86_64/PKGBUILD             |   59 -----------------
 testing-x86_64/rpcbind-sunrpc.patch |   22 ------
 testing-x86_64/rpcbind.conf         |    3 
 testing-x86_64/rpcbind.install      |   13 ---
 testing-x86_64/rpcbind.service      |   11 ---
 testing-x86_64/rpcbind.socket       |    8 --
 18 files changed, 222 insertions(+), 232 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2015-02-04 07:27:32 UTC (rev 230597)
+++ testing-i686/PKGBUILD	2015-02-04 07:27:55 UTC (rev 230598)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=rpcbind
-pkgver=0.2.2
-pkgrel=1
-pkgdesc="portmap replacement which supports RPC over various protocols"
-arch=(i686 x86_64)
-backup=('etc/conf.d/rpcbind')
-makedepends=('systemd')
-depends=('bash' 'glibc' 'libtirpc' 'libsystemd')
-url="http://rpcbind.sourceforge.net"
-license=('custom')
-replaces=('portmap')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
-        rpcbind-sunrpc.patch
-        rpcbind.service
-        rpcbind.socket
-        rpcbind.conf)
-install=rpcbind.install
-md5sums=('8acf839bfef2364a05fbd6be5f8edf9a'
-         'c02ac36a98baac70b8a26190524b7b73'
-         '0f493a590c250267034e230e7bf1f894'
-         'e5a205cd7402fedaf74a744b2a22f0ad'
-         'd4c74d1be9f98344af138a15ad3b6f8c')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  # patch for iana services file
-  patch -Np1 -i ../rpcbind-sunrpc.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-rpcuser=rpc --enable-warmstarts --with-statedir=/var/lib/rpcbind
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # install rpcbind config file
-  install -D -m644 $srcdir/rpcbind.conf $pkgdir/etc/conf.d/rpcbind
-  # install missing man page - https://bugs.archlinux.org/task/21271
-  install -m644 man/rpcinfo.8 $pkgdir/usr/share/man/man8/
-  # install systemd service file
-  install -D -m644 $srcdir/rpcbind.service $pkgdir/usr/lib/systemd/system/rpcbind.service
-  # install system socket activation
-  install -D -m644 $srcdir/rpcbind.socket $pkgdir/usr/lib/systemd/system/rpcbind.socket
-  # add state directory
-  install -d -m 700 -o 32 -g 32 $pkgdir/var/lib/rpcbind
-  # install license
-  install -D -m644 COPYING $pkgdir/usr/share/licenses/rpcbind/COPYING
-}

Copied: rpcbind/repos/testing-i686/PKGBUILD (from rev 230597, rpcbind/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-02-04 07:27:55 UTC (rev 230598)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=rpcbind
+pkgver=0.2.2
+pkgrel=2
+pkgdesc="portmap replacement which supports RPC over various protocols"
+arch=(i686 x86_64)
+backup=('etc/conf.d/rpcbind')
+makedepends=('systemd')
+depends=('bash' 'glibc' 'libtirpc' 'libsystemd')
+url="http://rpcbind.sourceforge.net"
+license=('custom')
+replaces=('portmap')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
+        rpcbind-sunrpc.patch
+        rpcbind.service
+        rpcbind.socket
+        rpcbind.conf)
+install=rpcbind.install
+md5sums=('8acf839bfef2364a05fbd6be5f8edf9a'
+         'c02ac36a98baac70b8a26190524b7b73'
+         '0f493a590c250267034e230e7bf1f894'
+         'e5a205cd7402fedaf74a744b2a22f0ad'
+         'd4c74d1be9f98344af138a15ad3b6f8c')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  # patch for iana services file
+  patch -Np1 -i ../rpcbind-sunrpc.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-rpcuser=rpc --enable-warmstarts --with-statedir=/var/lib/rpcbind
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # install rpcbind config file
+  install -D -m644 $srcdir/rpcbind.conf $pkgdir/etc/conf.d/rpcbind
+  # install missing man page - https://bugs.archlinux.org/task/21271
+  install -m644 man/rpcinfo.8 $pkgdir/usr/share/man/man8/
+  # install systemd service file
+  install -D -m644 $srcdir/rpcbind.service $pkgdir/usr/lib/systemd/system/rpcbind.service
+  # install system socket activation
+  install -D -m644 $srcdir/rpcbind.socket $pkgdir/usr/lib/systemd/system/rpcbind.socket
+  # add state directory
+  install -d -m 700 -o 32 -g 32 $pkgdir/var/lib/rpcbind
+  # install license
+  install -D -m644 COPYING $pkgdir/usr/share/licenses/rpcbind/COPYING
+}

Deleted: testing-i686/rpcbind-sunrpc.patch
===================================================================
--- testing-i686/rpcbind-sunrpc.patch	2015-02-04 07:27:32 UTC (rev 230597)
+++ testing-i686/rpcbind-sunrpc.patch	2015-02-04 07:27:55 UTC (rev 230598)
@@ -1,22 +0,0 @@
---- rpcbind-0.1.7/src/rpcbind.c.orig	2008-11-19 14:17:34.000000000 +0100
-+++ rpcbind-0.1.7/src/rpcbind.c	2010-01-07 13:03:37.416632894 +0100
-@@ -114,7 +114,7 @@
- char *udp_uaddr;	/* Universal UDP address */
- char *tcp_uaddr;	/* Universal TCP address */
- #endif
--static char servname[] = "rpcbind";
-+static char servname[] = "sunrpc";
- static char superuser[] = "superuser";
- 
- int main __P((int, char *[]));
---- rpcbind-0.1.7/src/rpcinfo.c~	2010-01-08 16:14:24.592156602 +0000
-+++ rpcbind-0.1.7/src/rpcinfo.c	2010-01-08 16:14:31.578838609 +0000
-@@ -633,7 +633,7 @@
- 	{
- 	  memset (&hints, 0, sizeof hints);
- 	  hints.ai_family = AF_INET;
--	  if ((error = getaddrinfo (host, "rpcbind", &hints, &res)) != 0 &&
-+	  if ((error = getaddrinfo (host, "sunrpc", &hints, &res)) != 0 &&
-               (error = getaddrinfo (host, "portmapper", &hints, &res)) != 0)
- 	    {
- 	      fprintf (stderr, "rpcinfo: %s: %s\n",

Copied: rpcbind/repos/testing-i686/rpcbind-sunrpc.patch (from rev 230597, rpcbind/trunk/rpcbind-sunrpc.patch)
===================================================================
--- testing-i686/rpcbind-sunrpc.patch	                        (rev 0)
+++ testing-i686/rpcbind-sunrpc.patch	2015-02-04 07:27:55 UTC (rev 230598)
@@ -0,0 +1,22 @@
+--- rpcbind-0.1.7/src/rpcbind.c.orig	2008-11-19 14:17:34.000000000 +0100
++++ rpcbind-0.1.7/src/rpcbind.c	2010-01-07 13:03:37.416632894 +0100
+@@ -114,7 +114,7 @@
+ char *udp_uaddr;	/* Universal UDP address */
+ char *tcp_uaddr;	/* Universal TCP address */
+ #endif
+-static char servname[] = "rpcbind";
++static char servname[] = "sunrpc";
+ static char superuser[] = "superuser";
+ 
+ int main __P((int, char *[]));
+--- rpcbind-0.1.7/src/rpcinfo.c~	2010-01-08 16:14:24.592156602 +0000
++++ rpcbind-0.1.7/src/rpcinfo.c	2010-01-08 16:14:31.578838609 +0000
+@@ -633,7 +633,7 @@
+ 	{
+ 	  memset (&hints, 0, sizeof hints);
+ 	  hints.ai_family = AF_INET;
+-	  if ((error = getaddrinfo (host, "rpcbind", &hints, &res)) != 0 &&
++	  if ((error = getaddrinfo (host, "sunrpc", &hints, &res)) != 0 &&
+               (error = getaddrinfo (host, "portmapper", &hints, &res)) != 0)
+ 	    {
+ 	      fprintf (stderr, "rpcinfo: %s: %s\n",

Deleted: testing-i686/rpcbind.conf
===================================================================
--- testing-i686/rpcbind.conf	2015-02-04 07:27:32 UTC (rev 230597)
+++ testing-i686/rpcbind.conf	2015-02-04 07:27:55 UTC (rev 230598)
@@ -1,3 +0,0 @@
-#
-# Optional arguments passed to rpcbind. See rpcbind(8)
-RPCBIND_ARGS=""

Copied: rpcbind/repos/testing-i686/rpcbind.conf (from rev 230597, rpcbind/trunk/rpcbind.conf)
===================================================================
--- testing-i686/rpcbind.conf	                        (rev 0)
+++ testing-i686/rpcbind.conf	2015-02-04 07:27:55 UTC (rev 230598)
@@ -0,0 +1,3 @@
+#
+# Optional arguments passed to rpcbind. See rpcbind(8)
+RPCBIND_ARGS=""

Deleted: testing-i686/rpcbind.install
===================================================================
--- testing-i686/rpcbind.install	2015-02-04 07:27:32 UTC (rev 230597)
+++ testing-i686/rpcbind.install	2015-02-04 07:27:55 UTC (rev 230598)
@@ -1,13 +0,0 @@
-post_install() {
-	getent group rpc &>/dev/null || groupadd -r -g 32 rpc >/dev/null
-	getent passwd rpc &>/dev/null || useradd -r -u 32 -g rpc -d /dev/null -s /bin/false -c "Rpcbind Daemon" rpc >/dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-post_remove() {
-	getent passwd rpc &>/dev/null && userdel rpc >/dev/null
-	getent group rpc &>/dev/null && groupdel rpc >/dev/null
-	return 0
-}

Copied: rpcbind/repos/testing-i686/rpcbind.install (from rev 230597, rpcbind/trunk/rpcbind.install)
===================================================================
--- testing-i686/rpcbind.install	                        (rev 0)
+++ testing-i686/rpcbind.install	2015-02-04 07:27:55 UTC (rev 230598)
@@ -0,0 +1,8 @@
+post_install() {
+	getent group rpc &>/dev/null || groupadd -r -g 32 rpc >/dev/null
+	getent passwd rpc &>/dev/null || useradd -r -u 32 -g rpc -d /dev/null -s /bin/false -c "Rpcbind Daemon" rpc >/dev/null
+}
+
+post_upgrade() {
+	post_install
+}

Deleted: testing-i686/rpcbind.service
===================================================================
--- testing-i686/rpcbind.service	2015-02-04 07:27:32 UTC (rev 230597)
+++ testing-i686/rpcbind.service	2015-02-04 07:27:55 UTC (rev 230598)
@@ -1,11 +0,0 @@
-[Unit]
-Description=RPC bind service
-Requires=rpcbind.socket
-
-[Service]
-Type=forking
-EnvironmentFile=/etc/conf.d/rpcbind
-ExecStart=/usr/bin/rpcbind -w ${RPCBIND_ARGS}
-
-[Install]
-Also=rpcbind.socket

Copied: rpcbind/repos/testing-i686/rpcbind.service (from rev 230597, rpcbind/trunk/rpcbind.service)
===================================================================
--- testing-i686/rpcbind.service	                        (rev 0)
+++ testing-i686/rpcbind.service	2015-02-04 07:27:55 UTC (rev 230598)
@@ -0,0 +1,11 @@
+[Unit]
+Description=RPC bind service
+Requires=rpcbind.socket
+
+[Service]
+Type=forking
+EnvironmentFile=/etc/conf.d/rpcbind
+ExecStart=/usr/bin/rpcbind -w ${RPCBIND_ARGS}
+
+[Install]
+Also=rpcbind.socket

Deleted: testing-i686/rpcbind.socket
===================================================================
--- testing-i686/rpcbind.socket	2015-02-04 07:27:32 UTC (rev 230597)
+++ testing-i686/rpcbind.socket	2015-02-04 07:27:55 UTC (rev 230598)
@@ -1,8 +0,0 @@
-[Unit]
-Description=RPCbind Server Activation Socket
-
-[Socket]
-ListenStream=/var/run/rpcbind.sock
-
-[Install]
-WantedBy=sockets.target

Copied: rpcbind/repos/testing-i686/rpcbind.socket (from rev 230597, rpcbind/trunk/rpcbind.socket)
===================================================================
--- testing-i686/rpcbind.socket	                        (rev 0)
+++ testing-i686/rpcbind.socket	2015-02-04 07:27:55 UTC (rev 230598)
@@ -0,0 +1,8 @@
+[Unit]
+Description=RPCbind Server Activation Socket
+
+[Socket]
+ListenStream=/var/run/rpcbind.sock
+
+[Install]
+WantedBy=sockets.target

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2015-02-04 07:27:32 UTC (rev 230597)
+++ testing-x86_64/PKGBUILD	2015-02-04 07:27:55 UTC (rev 230598)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=rpcbind
-pkgver=0.2.2
-pkgrel=1
-pkgdesc="portmap replacement which supports RPC over various protocols"
-arch=(i686 x86_64)
-backup=('etc/conf.d/rpcbind')
-makedepends=('systemd')
-depends=('bash' 'glibc' 'libtirpc' 'libsystemd')
-url="http://rpcbind.sourceforge.net"
-license=('custom')
-replaces=('portmap')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
-        rpcbind-sunrpc.patch
-        rpcbind.service
-        rpcbind.socket
-        rpcbind.conf)
-install=rpcbind.install
-md5sums=('8acf839bfef2364a05fbd6be5f8edf9a'
-         'c02ac36a98baac70b8a26190524b7b73'
-         '0f493a590c250267034e230e7bf1f894'
-         'e5a205cd7402fedaf74a744b2a22f0ad'
-         'd4c74d1be9f98344af138a15ad3b6f8c')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  # patch for iana services file
-  patch -Np1 -i ../rpcbind-sunrpc.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-rpcuser=rpc --enable-warmstarts --with-statedir=/var/lib/rpcbind
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # install rpcbind config file
-  install -D -m644 $srcdir/rpcbind.conf $pkgdir/etc/conf.d/rpcbind
-  # install missing man page - https://bugs.archlinux.org/task/21271
-  install -m644 man/rpcinfo.8 $pkgdir/usr/share/man/man8/
-  # install systemd service file
-  install -D -m644 $srcdir/rpcbind.service $pkgdir/usr/lib/systemd/system/rpcbind.service
-  # install system socket activation
-  install -D -m644 $srcdir/rpcbind.socket $pkgdir/usr/lib/systemd/system/rpcbind.socket
-  # add state directory
-  install -d -m 700 -o 32 -g 32 $pkgdir/var/lib/rpcbind
-  # install license
-  install -D -m644 COPYING $pkgdir/usr/share/licenses/rpcbind/COPYING
-}

Copied: rpcbind/repos/testing-x86_64/PKGBUILD (from rev 230597, rpcbind/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-02-04 07:27:55 UTC (rev 230598)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=rpcbind
+pkgver=0.2.2
+pkgrel=2
+pkgdesc="portmap replacement which supports RPC over various protocols"
+arch=(i686 x86_64)
+backup=('etc/conf.d/rpcbind')
+makedepends=('systemd')
+depends=('bash' 'glibc' 'libtirpc' 'libsystemd')
+url="http://rpcbind.sourceforge.net"
+license=('custom')
+replaces=('portmap')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
+        rpcbind-sunrpc.patch
+        rpcbind.service
+        rpcbind.socket
+        rpcbind.conf)
+install=rpcbind.install
+md5sums=('8acf839bfef2364a05fbd6be5f8edf9a'
+         'c02ac36a98baac70b8a26190524b7b73'
+         '0f493a590c250267034e230e7bf1f894'
+         'e5a205cd7402fedaf74a744b2a22f0ad'
+         'd4c74d1be9f98344af138a15ad3b6f8c')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  # patch for iana services file
+  patch -Np1 -i ../rpcbind-sunrpc.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-rpcuser=rpc --enable-warmstarts --with-statedir=/var/lib/rpcbind
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # install rpcbind config file
+  install -D -m644 $srcdir/rpcbind.conf $pkgdir/etc/conf.d/rpcbind
+  # install missing man page - https://bugs.archlinux.org/task/21271
+  install -m644 man/rpcinfo.8 $pkgdir/usr/share/man/man8/
+  # install systemd service file
+  install -D -m644 $srcdir/rpcbind.service $pkgdir/usr/lib/systemd/system/rpcbind.service
+  # install system socket activation
+  install -D -m644 $srcdir/rpcbind.socket $pkgdir/usr/lib/systemd/system/rpcbind.socket
+  # add state directory
+  install -d -m 700 -o 32 -g 32 $pkgdir/var/lib/rpcbind
+  # install license
+  install -D -m644 COPYING $pkgdir/usr/share/licenses/rpcbind/COPYING
+}

Deleted: testing-x86_64/rpcbind-sunrpc.patch
===================================================================
--- testing-x86_64/rpcbind-sunrpc.patch	2015-02-04 07:27:32 UTC (rev 230597)
+++ testing-x86_64/rpcbind-sunrpc.patch	2015-02-04 07:27:55 UTC (rev 230598)
@@ -1,22 +0,0 @@
---- rpcbind-0.1.7/src/rpcbind.c.orig	2008-11-19 14:17:34.000000000 +0100
-+++ rpcbind-0.1.7/src/rpcbind.c	2010-01-07 13:03:37.416632894 +0100
-@@ -114,7 +114,7 @@
- char *udp_uaddr;	/* Universal UDP address */
- char *tcp_uaddr;	/* Universal TCP address */
- #endif
--static char servname[] = "rpcbind";
-+static char servname[] = "sunrpc";
- static char superuser[] = "superuser";
- 
- int main __P((int, char *[]));
---- rpcbind-0.1.7/src/rpcinfo.c~	2010-01-08 16:14:24.592156602 +0000
-+++ rpcbind-0.1.7/src/rpcinfo.c	2010-01-08 16:14:31.578838609 +0000
-@@ -633,7 +633,7 @@
- 	{
- 	  memset (&hints, 0, sizeof hints);
- 	  hints.ai_family = AF_INET;
--	  if ((error = getaddrinfo (host, "rpcbind", &hints, &res)) != 0 &&
-+	  if ((error = getaddrinfo (host, "sunrpc", &hints, &res)) != 0 &&
-               (error = getaddrinfo (host, "portmapper", &hints, &res)) != 0)
- 	    {
- 	      fprintf (stderr, "rpcinfo: %s: %s\n",

Copied: rpcbind/repos/testing-x86_64/rpcbind-sunrpc.patch (from rev 230597, rpcbind/trunk/rpcbind-sunrpc.patch)
===================================================================
--- testing-x86_64/rpcbind-sunrpc.patch	                        (rev 0)
+++ testing-x86_64/rpcbind-sunrpc.patch	2015-02-04 07:27:55 UTC (rev 230598)
@@ -0,0 +1,22 @@
+--- rpcbind-0.1.7/src/rpcbind.c.orig	2008-11-19 14:17:34.000000000 +0100
++++ rpcbind-0.1.7/src/rpcbind.c	2010-01-07 13:03:37.416632894 +0100
+@@ -114,7 +114,7 @@
+ char *udp_uaddr;	/* Universal UDP address */
+ char *tcp_uaddr;	/* Universal TCP address */
+ #endif
+-static char servname[] = "rpcbind";
++static char servname[] = "sunrpc";
+ static char superuser[] = "superuser";
+ 
+ int main __P((int, char *[]));
+--- rpcbind-0.1.7/src/rpcinfo.c~	2010-01-08 16:14:24.592156602 +0000
++++ rpcbind-0.1.7/src/rpcinfo.c	2010-01-08 16:14:31.578838609 +0000
+@@ -633,7 +633,7 @@
+ 	{
+ 	  memset (&hints, 0, sizeof hints);
+ 	  hints.ai_family = AF_INET;
+-	  if ((error = getaddrinfo (host, "rpcbind", &hints, &res)) != 0 &&
++	  if ((error = getaddrinfo (host, "sunrpc", &hints, &res)) != 0 &&
+               (error = getaddrinfo (host, "portmapper", &hints, &res)) != 0)
+ 	    {
+ 	      fprintf (stderr, "rpcinfo: %s: %s\n",

Deleted: testing-x86_64/rpcbind.conf
===================================================================
--- testing-x86_64/rpcbind.conf	2015-02-04 07:27:32 UTC (rev 230597)
+++ testing-x86_64/rpcbind.conf	2015-02-04 07:27:55 UTC (rev 230598)
@@ -1,3 +0,0 @@
-#
-# Optional arguments passed to rpcbind. See rpcbind(8)
-RPCBIND_ARGS=""

Copied: rpcbind/repos/testing-x86_64/rpcbind.conf (from rev 230597, rpcbind/trunk/rpcbind.conf)
===================================================================
--- testing-x86_64/rpcbind.conf	                        (rev 0)
+++ testing-x86_64/rpcbind.conf	2015-02-04 07:27:55 UTC (rev 230598)
@@ -0,0 +1,3 @@
+#
+# Optional arguments passed to rpcbind. See rpcbind(8)
+RPCBIND_ARGS=""

Deleted: testing-x86_64/rpcbind.install
===================================================================
--- testing-x86_64/rpcbind.install	2015-02-04 07:27:32 UTC (rev 230597)
+++ testing-x86_64/rpcbind.install	2015-02-04 07:27:55 UTC (rev 230598)
@@ -1,13 +0,0 @@
-post_install() {
-	getent group rpc &>/dev/null || groupadd -r -g 32 rpc >/dev/null
-	getent passwd rpc &>/dev/null || useradd -r -u 32 -g rpc -d /dev/null -s /bin/false -c "Rpcbind Daemon" rpc >/dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-post_remove() {
-	getent passwd rpc &>/dev/null && userdel rpc >/dev/null
-	getent group rpc &>/dev/null && groupdel rpc >/dev/null
-	return 0
-}

Copied: rpcbind/repos/testing-x86_64/rpcbind.install (from rev 230597, rpcbind/trunk/rpcbind.install)
===================================================================
--- testing-x86_64/rpcbind.install	                        (rev 0)
+++ testing-x86_64/rpcbind.install	2015-02-04 07:27:55 UTC (rev 230598)
@@ -0,0 +1,8 @@
+post_install() {
+	getent group rpc &>/dev/null || groupadd -r -g 32 rpc >/dev/null
+	getent passwd rpc &>/dev/null || useradd -r -u 32 -g rpc -d /dev/null -s /bin/false -c "Rpcbind Daemon" rpc >/dev/null
+}
+
+post_upgrade() {
+	post_install
+}

Deleted: testing-x86_64/rpcbind.service
===================================================================
--- testing-x86_64/rpcbind.service	2015-02-04 07:27:32 UTC (rev 230597)
+++ testing-x86_64/rpcbind.service	2015-02-04 07:27:55 UTC (rev 230598)
@@ -1,11 +0,0 @@
-[Unit]
-Description=RPC bind service
-Requires=rpcbind.socket
-
-[Service]
-Type=forking
-EnvironmentFile=/etc/conf.d/rpcbind
-ExecStart=/usr/bin/rpcbind -w ${RPCBIND_ARGS}
-
-[Install]
-Also=rpcbind.socket

Copied: rpcbind/repos/testing-x86_64/rpcbind.service (from rev 230597, rpcbind/trunk/rpcbind.service)
===================================================================
--- testing-x86_64/rpcbind.service	                        (rev 0)
+++ testing-x86_64/rpcbind.service	2015-02-04 07:27:55 UTC (rev 230598)
@@ -0,0 +1,11 @@
+[Unit]
+Description=RPC bind service
+Requires=rpcbind.socket
+
+[Service]
+Type=forking
+EnvironmentFile=/etc/conf.d/rpcbind
+ExecStart=/usr/bin/rpcbind -w ${RPCBIND_ARGS}
+
+[Install]
+Also=rpcbind.socket

Deleted: testing-x86_64/rpcbind.socket
===================================================================
--- testing-x86_64/rpcbind.socket	2015-02-04 07:27:32 UTC (rev 230597)
+++ testing-x86_64/rpcbind.socket	2015-02-04 07:27:55 UTC (rev 230598)
@@ -1,8 +0,0 @@
-[Unit]
-Description=RPCbind Server Activation Socket
-
-[Socket]
-ListenStream=/var/run/rpcbind.sock
-
-[Install]
-WantedBy=sockets.target

Copied: rpcbind/repos/testing-x86_64/rpcbind.socket (from rev 230597, rpcbind/trunk/rpcbind.socket)
===================================================================
--- testing-x86_64/rpcbind.socket	                        (rev 0)
+++ testing-x86_64/rpcbind.socket	2015-02-04 07:27:55 UTC (rev 230598)
@@ -0,0 +1,8 @@
+[Unit]
+Description=RPCbind Server Activation Socket
+
+[Socket]
+ListenStream=/var/run/rpcbind.sock
+
+[Install]
+WantedBy=sockets.target



More information about the arch-commits mailing list