[arch-commits] Commit in ypbind-mt/repos (20 files)

Dave Reisner dreisner at archlinux.org
Fri Jun 22 13:00:20 UTC 2012


    Date: Friday, June 22, 2012 @ 09:00:20
  Author: dreisner
Revision: 162167

db-move: moved ypbind-mt from [testing] to [extra] ( i686,  x86_64)

Added:
  ypbind-mt/repos/extra-i686/PKGBUILD
    (from rev 162156, ypbind-mt/repos/testing-i686/PKGBUILD)
  ypbind-mt/repos/extra-i686/nisdomainname.conf
    (from rev 162156, ypbind-mt/repos/testing-i686/nisdomainname.conf)
  ypbind-mt/repos/extra-i686/ypbind
    (from rev 162156, ypbind-mt/repos/testing-i686/ypbind)
  ypbind-mt/repos/extra-i686/ypbind.conf
    (from rev 162156, ypbind-mt/repos/testing-i686/ypbind.conf)
  ypbind-mt/repos/extra-i686/ypbind.service
    (from rev 162156, ypbind-mt/repos/testing-i686/ypbind.service)
  ypbind-mt/repos/extra-x86_64/PKGBUILD
    (from rev 162156, ypbind-mt/repos/testing-x86_64/PKGBUILD)
  ypbind-mt/repos/extra-x86_64/nisdomainname.conf
    (from rev 162156, ypbind-mt/repos/testing-x86_64/nisdomainname.conf)
  ypbind-mt/repos/extra-x86_64/ypbind
    (from rev 162156, ypbind-mt/repos/testing-x86_64/ypbind)
  ypbind-mt/repos/extra-x86_64/ypbind.conf
    (from rev 162156, ypbind-mt/repos/testing-x86_64/ypbind.conf)
  ypbind-mt/repos/extra-x86_64/ypbind.service
    (from rev 162156, ypbind-mt/repos/testing-x86_64/ypbind.service)
Deleted:
  ypbind-mt/repos/extra-i686/PKGBUILD
  ypbind-mt/repos/extra-i686/nisdomainname.conf
  ypbind-mt/repos/extra-i686/ypbind
  ypbind-mt/repos/extra-i686/ypbind.conf
  ypbind-mt/repos/extra-x86_64/PKGBUILD
  ypbind-mt/repos/extra-x86_64/nisdomainname.conf
  ypbind-mt/repos/extra-x86_64/ypbind
  ypbind-mt/repos/extra-x86_64/ypbind.conf
  ypbind-mt/repos/testing-i686/
  ypbind-mt/repos/testing-x86_64/

---------------------------------+
 extra-i686/PKGBUILD             |   98 +++++++++++++++++++-------------------
 extra-i686/nisdomainname.conf   |    8 +--
 extra-i686/ypbind               |   70 +++++++++++++--------------
 extra-i686/ypbind.conf          |    8 +--
 extra-i686/ypbind.service       |   13 +++++
 extra-x86_64/PKGBUILD           |   98 +++++++++++++++++++-------------------
 extra-x86_64/nisdomainname.conf |    8 +--
 extra-x86_64/ypbind             |   70 +++++++++++++--------------
 extra-x86_64/ypbind.conf        |    8 +--
 extra-x86_64/ypbind.service     |   13 +++++
 10 files changed, 212 insertions(+), 182 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-06-22 13:00:08 UTC (rev 162166)
+++ extra-i686/PKGBUILD	2012-06-22 13:00:20 UTC (rev 162167)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen <teg at jklm.no>
-# Contributor: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: judd <jvinet at zeroflux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=ypbind-mt
-pkgver=1.33
-pkgrel=4
-pkgdesc='Linux NIS daemon'
-url='http://www.linux-nis.org/nis/ypbind-mt/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-makedepends=('networkmanager')
-depends=('rpcbind' 'openslp' 'dbus-glib')
-optdepends=('yp-tools: to set a domain name')
-backup=('etc/yp.conf' 'etc/conf.d/ypbind' 'etc/conf.d/nisdomainname')
-#source=("ftp://ftp.kernel.org/pub/linux/utils/net/NIS/${pkgname}-${pkgver}.tar.gz"
-source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
-        'nisdomainname.conf'
-        'ypbind.conf'
-        'ypbind')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-
-	./configure \
-		--prefix=/usr \
-		--enable-dbus-nm \
-
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-
-	make DESTDIR="${pkgdir}" install
-
-	install -D -m644 etc/yp.conf "${pkgdir}"/etc/yp.conf
-	install -D -m755 ../ypbind "${pkgdir}"/etc/rc.d/ypbind
-	install -D -m644 ../ypbind.conf "${pkgdir}"/etc/conf.d/ypbind
-	install -D -m644 ../nisdomainname.conf "${pkgdir}"/etc/conf.d/nisdomainname
-	install -d -m755 "${pkgdir}"/var/yp/binding
-}
-md5sums=('692f68ed0476762be4228ce543a5b791'
-         'e83a85291ea2ee152a78f2c16b0b1185'
-         '229309a989abad27703ac2e6d07dc7ae'
-         '1f7a4c80414d580c9afb3a08267beed0')

Copied: ypbind-mt/repos/extra-i686/PKGBUILD (from rev 162156, ypbind-mt/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-06-22 13:00:20 UTC (rev 162167)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=ypbind-mt
+pkgver=1.33
+pkgrel=5
+pkgdesc='Linux NIS daemon'
+url='http://www.linux-nis.org/nis/ypbind-mt/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+makedepends=('networkmanager')
+depends=('rpcbind' 'openslp' 'dbus-glib' 'yp-tools')
+backup=('etc/yp.conf' 'etc/conf.d/ypbind' 'etc/conf.d/nisdomainname')
+#source=("ftp://ftp.kernel.org/pub/linux/utils/net/NIS/${pkgname}-${pkgver}.tar.gz"
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
+        'nisdomainname.conf'
+        'ypbind.conf'
+        'ypbind'
+	'ypbind.service')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	./configure \
+		--prefix=/usr \
+		--enable-dbus-nm \
+
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	make DESTDIR="${pkgdir}" install
+
+	install -D -m644 etc/yp.conf "${pkgdir}"/etc/yp.conf
+	install -D -m755 ../ypbind "${pkgdir}"/etc/rc.d/ypbind
+	install -D -m644 ../ypbind.conf "${pkgdir}"/etc/conf.d/ypbind
+	install -D -m644 ../nisdomainname.conf "${pkgdir}"/etc/conf.d/nisdomainname
+	install -D -m644 ../ypbind.service "${pkgdir}"/usr/lib/systemd/system/ypbind.service
+	install -d -m755 "${pkgdir}"/var/yp/binding
+}
+md5sums=('692f68ed0476762be4228ce543a5b791'
+         'e83a85291ea2ee152a78f2c16b0b1185'
+         '229309a989abad27703ac2e6d07dc7ae'
+         '1f7a4c80414d580c9afb3a08267beed0'
+         '88a721095e334cd442f4649a151ba9be')

Deleted: extra-i686/nisdomainname.conf
===================================================================
--- extra-i686/nisdomainname.conf	2012-06-22 13:00:08 UTC (rev 162166)
+++ extra-i686/nisdomainname.conf	2012-06-22 13:00:20 UTC (rev 162167)
@@ -1,4 +0,0 @@
-#
-# NIS domain to be set in /etc/rc.d/ypbind
-#
-NISDOMAINNAME=""

Copied: ypbind-mt/repos/extra-i686/nisdomainname.conf (from rev 162156, ypbind-mt/repos/testing-i686/nisdomainname.conf)
===================================================================
--- extra-i686/nisdomainname.conf	                        (rev 0)
+++ extra-i686/nisdomainname.conf	2012-06-22 13:00:20 UTC (rev 162167)
@@ -0,0 +1,4 @@
+#
+# NIS domain to be set in /etc/rc.d/ypbind
+#
+NISDOMAINNAME=""

Deleted: extra-i686/ypbind
===================================================================
--- extra-i686/ypbind	2012-06-22 13:00:08 UTC (rev 162166)
+++ extra-i686/ypbind	2012-06-22 13:00:20 UTC (rev 162167)
@@ -1,35 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-. /etc/conf.d/ypbind
-. /etc/conf.d/nisdomainname
-
-name=ypbind
-PID=$(pidof -o %PPID /usr/sbin/ypbind)
-
-case "$1" in
-start)
-	stat_busy "Starting $name daemon"
-	[[ -n $NISDOMAINNAME ]] && /usr/bin/domainname "$NISDOMAINNAME" &>/dev/null
-	[[ -z "$PID" ]] && /usr/sbin/ypbind $YPBIND_ARGS &>/dev/null \
-	&& { add_daemon $name; stat_done; } \
-	|| { stat_fail; exit 1; }
-	;;
-stop)
-	stat_busy "Stopping $name daemon"
-	[[ -n "$PID" ]] && kill $PID &>/dev/null \
-	&& { rm_daemon $name; stat_done; } \
-	|| { stat_fail; exit 1; }
-	;;
-restart)
-	$0 stop
-	sleep 1
-	$0 start
-	;;
-*)
-	echo "usage: $0 {start|stop|restart}"
-	exit 1
-	;;
-esac

Copied: ypbind-mt/repos/extra-i686/ypbind (from rev 162156, ypbind-mt/repos/testing-i686/ypbind)
===================================================================
--- extra-i686/ypbind	                        (rev 0)
+++ extra-i686/ypbind	2012-06-22 13:00:20 UTC (rev 162167)
@@ -0,0 +1,35 @@
+#!/bin/bash
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+. /etc/conf.d/ypbind
+. /etc/conf.d/nisdomainname
+
+name=ypbind
+PID=$(pidof -o %PPID /usr/sbin/ypbind)
+
+case "$1" in
+start)
+	stat_busy "Starting $name daemon"
+	[[ -n $NISDOMAINNAME ]] && /usr/bin/domainname "$NISDOMAINNAME" &>/dev/null
+	[[ -z "$PID" ]] && /usr/sbin/ypbind $YPBIND_ARGS &>/dev/null \
+	&& { add_daemon $name; stat_done; } \
+	|| { stat_fail; exit 1; }
+	;;
+stop)
+	stat_busy "Stopping $name daemon"
+	[[ -n "$PID" ]] && kill $PID &>/dev/null \
+	&& { rm_daemon $name; stat_done; } \
+	|| { stat_fail; exit 1; }
+	;;
+restart)
+	$0 stop
+	sleep 1
+	$0 start
+	;;
+*)
+	echo "usage: $0 {start|stop|restart}"
+	exit 1
+	;;
+esac

Deleted: extra-i686/ypbind.conf
===================================================================
--- extra-i686/ypbind.conf	2012-06-22 13:00:08 UTC (rev 162166)
+++ extra-i686/ypbind.conf	2012-06-22 13:00:20 UTC (rev 162167)
@@ -1,4 +0,0 @@
-#
-# Parameters to be passed to ypbind
-#
-YPBIND_ARGS=""

Copied: ypbind-mt/repos/extra-i686/ypbind.conf (from rev 162156, ypbind-mt/repos/testing-i686/ypbind.conf)
===================================================================
--- extra-i686/ypbind.conf	                        (rev 0)
+++ extra-i686/ypbind.conf	2012-06-22 13:00:20 UTC (rev 162167)
@@ -0,0 +1,4 @@
+#
+# Parameters to be passed to ypbind
+#
+YPBIND_ARGS=""

Copied: ypbind-mt/repos/extra-i686/ypbind.service (from rev 162156, ypbind-mt/repos/testing-i686/ypbind.service)
===================================================================
--- extra-i686/ypbind.service	                        (rev 0)
+++ extra-i686/ypbind.service	2012-06-22 13:00:20 UTC (rev 162167)
@@ -0,0 +1,13 @@
+[Unit]
+Description=YP Bind
+Requires=rpcbind.service domainname.service
+After=rpcbind.service domainname.service network.target
+Before=systemd-user-sessions.service
+
+[Service]
+Type=forking
+PIDFile=/run/ypbind.pid
+ExecStart=/usr/sbin/ypbind
+
+[Install]
+WantedBy=multi-user.target

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-06-22 13:00:08 UTC (rev 162166)
+++ extra-x86_64/PKGBUILD	2012-06-22 13:00:20 UTC (rev 162167)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen <teg at jklm.no>
-# Contributor: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: judd <jvinet at zeroflux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=ypbind-mt
-pkgver=1.33
-pkgrel=4
-pkgdesc='Linux NIS daemon'
-url='http://www.linux-nis.org/nis/ypbind-mt/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-makedepends=('networkmanager')
-depends=('rpcbind' 'openslp' 'dbus-glib')
-optdepends=('yp-tools: to set a domain name')
-backup=('etc/yp.conf' 'etc/conf.d/ypbind' 'etc/conf.d/nisdomainname')
-#source=("ftp://ftp.kernel.org/pub/linux/utils/net/NIS/${pkgname}-${pkgver}.tar.gz"
-source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
-        'nisdomainname.conf'
-        'ypbind.conf'
-        'ypbind')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-
-	./configure \
-		--prefix=/usr \
-		--enable-dbus-nm \
-
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-
-	make DESTDIR="${pkgdir}" install
-
-	install -D -m644 etc/yp.conf "${pkgdir}"/etc/yp.conf
-	install -D -m755 ../ypbind "${pkgdir}"/etc/rc.d/ypbind
-	install -D -m644 ../ypbind.conf "${pkgdir}"/etc/conf.d/ypbind
-	install -D -m644 ../nisdomainname.conf "${pkgdir}"/etc/conf.d/nisdomainname
-	install -d -m755 "${pkgdir}"/var/yp/binding
-}
-md5sums=('692f68ed0476762be4228ce543a5b791'
-         'e83a85291ea2ee152a78f2c16b0b1185'
-         '229309a989abad27703ac2e6d07dc7ae'
-         '1f7a4c80414d580c9afb3a08267beed0')

Copied: ypbind-mt/repos/extra-x86_64/PKGBUILD (from rev 162156, ypbind-mt/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-06-22 13:00:20 UTC (rev 162167)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=ypbind-mt
+pkgver=1.33
+pkgrel=5
+pkgdesc='Linux NIS daemon'
+url='http://www.linux-nis.org/nis/ypbind-mt/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+makedepends=('networkmanager')
+depends=('rpcbind' 'openslp' 'dbus-glib' 'yp-tools')
+backup=('etc/yp.conf' 'etc/conf.d/ypbind' 'etc/conf.d/nisdomainname')
+#source=("ftp://ftp.kernel.org/pub/linux/utils/net/NIS/${pkgname}-${pkgver}.tar.gz"
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
+        'nisdomainname.conf'
+        'ypbind.conf'
+        'ypbind'
+	'ypbind.service')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	./configure \
+		--prefix=/usr \
+		--enable-dbus-nm \
+
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	make DESTDIR="${pkgdir}" install
+
+	install -D -m644 etc/yp.conf "${pkgdir}"/etc/yp.conf
+	install -D -m755 ../ypbind "${pkgdir}"/etc/rc.d/ypbind
+	install -D -m644 ../ypbind.conf "${pkgdir}"/etc/conf.d/ypbind
+	install -D -m644 ../nisdomainname.conf "${pkgdir}"/etc/conf.d/nisdomainname
+	install -D -m644 ../ypbind.service "${pkgdir}"/usr/lib/systemd/system/ypbind.service
+	install -d -m755 "${pkgdir}"/var/yp/binding
+}
+md5sums=('692f68ed0476762be4228ce543a5b791'
+         'e83a85291ea2ee152a78f2c16b0b1185'
+         '229309a989abad27703ac2e6d07dc7ae'
+         '1f7a4c80414d580c9afb3a08267beed0'
+         '88a721095e334cd442f4649a151ba9be')

Deleted: extra-x86_64/nisdomainname.conf
===================================================================
--- extra-x86_64/nisdomainname.conf	2012-06-22 13:00:08 UTC (rev 162166)
+++ extra-x86_64/nisdomainname.conf	2012-06-22 13:00:20 UTC (rev 162167)
@@ -1,4 +0,0 @@
-#
-# NIS domain to be set in /etc/rc.d/ypbind
-#
-NISDOMAINNAME=""

Copied: ypbind-mt/repos/extra-x86_64/nisdomainname.conf (from rev 162156, ypbind-mt/repos/testing-x86_64/nisdomainname.conf)
===================================================================
--- extra-x86_64/nisdomainname.conf	                        (rev 0)
+++ extra-x86_64/nisdomainname.conf	2012-06-22 13:00:20 UTC (rev 162167)
@@ -0,0 +1,4 @@
+#
+# NIS domain to be set in /etc/rc.d/ypbind
+#
+NISDOMAINNAME=""

Deleted: extra-x86_64/ypbind
===================================================================
--- extra-x86_64/ypbind	2012-06-22 13:00:08 UTC (rev 162166)
+++ extra-x86_64/ypbind	2012-06-22 13:00:20 UTC (rev 162167)
@@ -1,35 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-. /etc/conf.d/ypbind
-. /etc/conf.d/nisdomainname
-
-name=ypbind
-PID=$(pidof -o %PPID /usr/sbin/ypbind)
-
-case "$1" in
-start)
-	stat_busy "Starting $name daemon"
-	[[ -n $NISDOMAINNAME ]] && /usr/bin/domainname "$NISDOMAINNAME" &>/dev/null
-	[[ -z "$PID" ]] && /usr/sbin/ypbind $YPBIND_ARGS &>/dev/null \
-	&& { add_daemon $name; stat_done; } \
-	|| { stat_fail; exit 1; }
-	;;
-stop)
-	stat_busy "Stopping $name daemon"
-	[[ -n "$PID" ]] && kill $PID &>/dev/null \
-	&& { rm_daemon $name; stat_done; } \
-	|| { stat_fail; exit 1; }
-	;;
-restart)
-	$0 stop
-	sleep 1
-	$0 start
-	;;
-*)
-	echo "usage: $0 {start|stop|restart}"
-	exit 1
-	;;
-esac

Copied: ypbind-mt/repos/extra-x86_64/ypbind (from rev 162156, ypbind-mt/repos/testing-x86_64/ypbind)
===================================================================
--- extra-x86_64/ypbind	                        (rev 0)
+++ extra-x86_64/ypbind	2012-06-22 13:00:20 UTC (rev 162167)
@@ -0,0 +1,35 @@
+#!/bin/bash
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+. /etc/conf.d/ypbind
+. /etc/conf.d/nisdomainname
+
+name=ypbind
+PID=$(pidof -o %PPID /usr/sbin/ypbind)
+
+case "$1" in
+start)
+	stat_busy "Starting $name daemon"
+	[[ -n $NISDOMAINNAME ]] && /usr/bin/domainname "$NISDOMAINNAME" &>/dev/null
+	[[ -z "$PID" ]] && /usr/sbin/ypbind $YPBIND_ARGS &>/dev/null \
+	&& { add_daemon $name; stat_done; } \
+	|| { stat_fail; exit 1; }
+	;;
+stop)
+	stat_busy "Stopping $name daemon"
+	[[ -n "$PID" ]] && kill $PID &>/dev/null \
+	&& { rm_daemon $name; stat_done; } \
+	|| { stat_fail; exit 1; }
+	;;
+restart)
+	$0 stop
+	sleep 1
+	$0 start
+	;;
+*)
+	echo "usage: $0 {start|stop|restart}"
+	exit 1
+	;;
+esac

Deleted: extra-x86_64/ypbind.conf
===================================================================
--- extra-x86_64/ypbind.conf	2012-06-22 13:00:08 UTC (rev 162166)
+++ extra-x86_64/ypbind.conf	2012-06-22 13:00:20 UTC (rev 162167)
@@ -1,4 +0,0 @@
-#
-# Parameters to be passed to ypbind
-#
-YPBIND_ARGS=""

Copied: ypbind-mt/repos/extra-x86_64/ypbind.conf (from rev 162156, ypbind-mt/repos/testing-x86_64/ypbind.conf)
===================================================================
--- extra-x86_64/ypbind.conf	                        (rev 0)
+++ extra-x86_64/ypbind.conf	2012-06-22 13:00:20 UTC (rev 162167)
@@ -0,0 +1,4 @@
+#
+# Parameters to be passed to ypbind
+#
+YPBIND_ARGS=""

Copied: ypbind-mt/repos/extra-x86_64/ypbind.service (from rev 162156, ypbind-mt/repos/testing-x86_64/ypbind.service)
===================================================================
--- extra-x86_64/ypbind.service	                        (rev 0)
+++ extra-x86_64/ypbind.service	2012-06-22 13:00:20 UTC (rev 162167)
@@ -0,0 +1,13 @@
+[Unit]
+Description=YP Bind
+Requires=rpcbind.service domainname.service
+After=rpcbind.service domainname.service network.target
+Before=systemd-user-sessions.service
+
+[Service]
+Type=forking
+PIDFile=/run/ypbind.pid
+ExecStart=/usr/sbin/ypbind
+
+[Install]
+WantedBy=multi-user.target




More information about the arch-commits mailing list