[arch-commits] Commit in oidentd/repos (16 files)
Eric Bélanger
eric at nymeria.archlinux.org
Mon May 13 00:06:48 UTC 2013
Date: Monday, May 13, 2013 @ 02:06:48
Author: eric
Revision: 90524
archrelease: copy trunk to community-i686, community-x86_64
Added:
oidentd/repos/community-i686/PKGBUILD
(from rev 90523, oidentd/trunk/PKGBUILD)
oidentd/repos/community-i686/service
(from rev 90523, oidentd/trunk/service)
oidentd/repos/community-i686/socket
(from rev 90523, oidentd/trunk/socket)
oidentd/repos/community-x86_64/PKGBUILD
(from rev 90523, oidentd/trunk/PKGBUILD)
oidentd/repos/community-x86_64/service
(from rev 90523, oidentd/trunk/service)
oidentd/repos/community-x86_64/socket
(from rev 90523, oidentd/trunk/socket)
Deleted:
oidentd/repos/community-i686/PKGBUILD
oidentd/repos/community-i686/conf.d
oidentd/repos/community-i686/rc.d
oidentd/repos/community-i686/service
oidentd/repos/community-i686/socket
oidentd/repos/community-x86_64/PKGBUILD
oidentd/repos/community-x86_64/conf.d
oidentd/repos/community-x86_64/rc.d
oidentd/repos/community-x86_64/service
oidentd/repos/community-x86_64/socket
---------------------------+
/PKGBUILD | 70 ++++++++++++++++++++++++++++++++++++++++++++
/service | 16 ++++++++++
/socket | 18 +++++++++++
community-i686/PKGBUILD | 38 -----------------------
community-i686/conf.d | 5 ---
community-i686/rc.d | 41 -------------------------
community-i686/service | 8 -----
community-i686/socket | 9 -----
community-x86_64/PKGBUILD | 38 -----------------------
community-x86_64/conf.d | 5 ---
community-x86_64/rc.d | 41 -------------------------
community-x86_64/service | 8 -----
community-x86_64/socket | 9 -----
13 files changed, 104 insertions(+), 202 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2013-05-13 00:05:58 UTC (rev 90523)
+++ community-i686/PKGBUILD 2013-05-13 00:06:48 UTC (rev 90524)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: simo <simo at archlinux.org>
-# Contributor: Mateusz Herych <heniekk at gmail.com>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=oidentd
-pkgver=2.0.8
-pkgrel=7
-pkgdesc='An RFC1413 compliant ident daemon'
-arch=('i686' 'x86_64')
-url="http://dev.ojnk.net/"
-license=('GPL')
-depends=('glibc' 'bash')
-source=(http://downloads.sourceforge.net/sourceforge/ojnk/$pkgname-$pkgver.tar.gz
- rc.d conf.d service socket)
-md5sums=('c3d9a56255819ef8904b867284386911'
- '93cbf742cdd0b053f67482273d715f25'
- '603307525771724b0f55a2c34fbc3f3e'
- 'b215bee5764cdecb0939f44d5d2dccbe'
- '4442fb9fc10754914568e6ffc3d5fc42')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
- make prefix=$pkgdir/usr mandir=$pkgdir/usr/share/man install
-
- install -D -m644 $srcdir/conf.d $pkgdir/etc/conf.d/oidentd
- install -D -m755 $srcdir/rc.d $pkgdir/etc/rc.d/oidentd
- install -D -m644 $srcdir/service $pkgdir/usr/lib/systemd/system/oidentd at .service
- install -D -m644 $srcdir/socket $pkgdir/usr/lib/systemd/system/oidentd.socket
-}
-
Copied: oidentd/repos/community-i686/PKGBUILD (from rev 90523, oidentd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-13 00:06:48 UTC (rev 90524)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: simo <simo at archlinux.org>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=oidentd
+pkgver=2.0.8
+pkgrel=8
+pkgdesc='An RFC1413 compliant ident daemon'
+arch=('i686' 'x86_64')
+url="http://dev.ojnk.net/"
+license=('GPL')
+depends=('glibc' 'bash')
+source=(http://downloads.sourceforge.net/sourceforge/ojnk/$pkgname-$pkgver.tar.gz{,.asc}
+ service socket)
+md5sums=('c3d9a56255819ef8904b867284386911'
+ 'SKIP'
+ 'f54c5ed2a532a559c837af18735a28f1'
+ '4442fb9fc10754914568e6ffc3d5fc42')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sbindir=/usr/bin --mandir=/usr/share/man
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+
+ install -D -m644 "$srcdir/service" "$pkgdir/usr/lib/systemd/system/oidentd at .service"
+ install -D -m644 "$srcdir/socket" "$pkgdir/usr/lib/systemd/system/oidentd.socket"
+}
+
Deleted: community-i686/conf.d
===================================================================
--- community-i686/conf.d 2013-05-13 00:05:58 UTC (rev 90523)
+++ community-i686/conf.d 2013-05-13 00:06:48 UTC (rev 90524)
@@ -1,5 +0,0 @@
-USER=nobody
-GROUP=nobody
-OPTS=""
-# You will need this, when you want oidentd listen both on IPv4 and IPv6
-# OPTS="-a ::"
Deleted: community-i686/rc.d
===================================================================
--- community-i686/rc.d 2013-05-13 00:05:58 UTC (rev 90523)
+++ community-i686/rc.d 2013-05-13 00:06:48 UTC (rev 90524)
@@ -1,41 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-. /etc/conf.d/oidentd
-
-# no daemon check needed for oidentd, and no pid nesecary.
-case "$1" in
- start)
- stat_busy "Starting oidentd Daemon..."
- # oidentd is smart enough to only run one copy of
- # itsself, no check nesecary, and no pidfile
- /usr/sbin/oidentd -u ${USER} -g ${GROUP} ${OPTS}
- if [ $? -gt 0 ]; then
- stat_fail
- else
- add_daemon oidentd
- stat_done
- fi
- ;;
- stop)
- stat_busy "Stopping oidentd Daemon..."
- # kill the process by it's full name, or the init script
- # will terminate as well, wreaking havok.
- killall /usr/sbin/oidentd
- if [ $? -gt 0 ]; then
- stat_fail
- else
- rm_daemon oidentd
- stat_done
- fi
- ;;
- restart)
- $0 stop
- sleep 1
- $0 start
- ;;
- *)
- echo "usage: $0 {start|stop|restart}"
-esac
-exit 0
Deleted: community-i686/service
===================================================================
--- community-i686/service 2013-05-13 00:05:58 UTC (rev 90523)
+++ community-i686/service 2013-05-13 00:06:48 UTC (rev 90524)
@@ -1,8 +0,0 @@
-[Unit]
-Description=Ident (RFC 1413) per-connection server
-
-[Service]
-ExecStart=/usr/sbin/oidentd -I -u nobody -g nobody
-ExecReload=/bin/kill -HUP $MAINPID
-StandardInput=socket
-StandardError=syslog
Copied: oidentd/repos/community-i686/service (from rev 90523, oidentd/trunk/service)
===================================================================
--- community-i686/service (rev 0)
+++ community-i686/service 2013-05-13 00:06:48 UTC (rev 90524)
@@ -0,0 +1,8 @@
+[Unit]
+Description=Ident (RFC 1413) per-connection server
+
+[Service]
+ExecStart=/usr/bin/oidentd -I -u nobody -g nobody
+ExecReload=/bin/kill -HUP $MAINPID
+StandardInput=socket
+StandardError=syslog
Deleted: community-i686/socket
===================================================================
--- community-i686/socket 2013-05-13 00:05:58 UTC (rev 90523)
+++ community-i686/socket 2013-05-13 00:06:48 UTC (rev 90524)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Ident (RFC 1413) socket
-
-[Socket]
-ListenStream=113
-Accept=yes
-
-[Install]
-WantedBy=sockets.target
Copied: oidentd/repos/community-i686/socket (from rev 90523, oidentd/trunk/socket)
===================================================================
--- community-i686/socket (rev 0)
+++ community-i686/socket 2013-05-13 00:06:48 UTC (rev 90524)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Ident (RFC 1413) socket
+
+[Socket]
+ListenStream=113
+Accept=yes
+
+[Install]
+WantedBy=sockets.target
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2013-05-13 00:05:58 UTC (rev 90523)
+++ community-x86_64/PKGBUILD 2013-05-13 00:06:48 UTC (rev 90524)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: simo <simo at archlinux.org>
-# Contributor: Mateusz Herych <heniekk at gmail.com>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=oidentd
-pkgver=2.0.8
-pkgrel=7
-pkgdesc='An RFC1413 compliant ident daemon'
-arch=('i686' 'x86_64')
-url="http://dev.ojnk.net/"
-license=('GPL')
-depends=('glibc' 'bash')
-source=(http://downloads.sourceforge.net/sourceforge/ojnk/$pkgname-$pkgver.tar.gz
- rc.d conf.d service socket)
-md5sums=('c3d9a56255819ef8904b867284386911'
- '93cbf742cdd0b053f67482273d715f25'
- '603307525771724b0f55a2c34fbc3f3e'
- 'b215bee5764cdecb0939f44d5d2dccbe'
- '4442fb9fc10754914568e6ffc3d5fc42')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
- make prefix=$pkgdir/usr mandir=$pkgdir/usr/share/man install
-
- install -D -m644 $srcdir/conf.d $pkgdir/etc/conf.d/oidentd
- install -D -m755 $srcdir/rc.d $pkgdir/etc/rc.d/oidentd
- install -D -m644 $srcdir/service $pkgdir/usr/lib/systemd/system/oidentd at .service
- install -D -m644 $srcdir/socket $pkgdir/usr/lib/systemd/system/oidentd.socket
-}
-
Copied: oidentd/repos/community-x86_64/PKGBUILD (from rev 90523, oidentd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-05-13 00:06:48 UTC (rev 90524)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: simo <simo at archlinux.org>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=oidentd
+pkgver=2.0.8
+pkgrel=8
+pkgdesc='An RFC1413 compliant ident daemon'
+arch=('i686' 'x86_64')
+url="http://dev.ojnk.net/"
+license=('GPL')
+depends=('glibc' 'bash')
+source=(http://downloads.sourceforge.net/sourceforge/ojnk/$pkgname-$pkgver.tar.gz{,.asc}
+ service socket)
+md5sums=('c3d9a56255819ef8904b867284386911'
+ 'SKIP'
+ 'f54c5ed2a532a559c837af18735a28f1'
+ '4442fb9fc10754914568e6ffc3d5fc42')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sbindir=/usr/bin --mandir=/usr/share/man
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+
+ install -D -m644 "$srcdir/service" "$pkgdir/usr/lib/systemd/system/oidentd at .service"
+ install -D -m644 "$srcdir/socket" "$pkgdir/usr/lib/systemd/system/oidentd.socket"
+}
+
Deleted: community-x86_64/conf.d
===================================================================
--- community-x86_64/conf.d 2013-05-13 00:05:58 UTC (rev 90523)
+++ community-x86_64/conf.d 2013-05-13 00:06:48 UTC (rev 90524)
@@ -1,5 +0,0 @@
-USER=nobody
-GROUP=nobody
-OPTS=""
-# You will need this, when you want oidentd listen both on IPv4 and IPv6
-# OPTS="-a ::"
Deleted: community-x86_64/rc.d
===================================================================
--- community-x86_64/rc.d 2013-05-13 00:05:58 UTC (rev 90523)
+++ community-x86_64/rc.d 2013-05-13 00:06:48 UTC (rev 90524)
@@ -1,41 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-. /etc/conf.d/oidentd
-
-# no daemon check needed for oidentd, and no pid nesecary.
-case "$1" in
- start)
- stat_busy "Starting oidentd Daemon..."
- # oidentd is smart enough to only run one copy of
- # itsself, no check nesecary, and no pidfile
- /usr/sbin/oidentd -u ${USER} -g ${GROUP} ${OPTS}
- if [ $? -gt 0 ]; then
- stat_fail
- else
- add_daemon oidentd
- stat_done
- fi
- ;;
- stop)
- stat_busy "Stopping oidentd Daemon..."
- # kill the process by it's full name, or the init script
- # will terminate as well, wreaking havok.
- killall /usr/sbin/oidentd
- if [ $? -gt 0 ]; then
- stat_fail
- else
- rm_daemon oidentd
- stat_done
- fi
- ;;
- restart)
- $0 stop
- sleep 1
- $0 start
- ;;
- *)
- echo "usage: $0 {start|stop|restart}"
-esac
-exit 0
Deleted: community-x86_64/service
===================================================================
--- community-x86_64/service 2013-05-13 00:05:58 UTC (rev 90523)
+++ community-x86_64/service 2013-05-13 00:06:48 UTC (rev 90524)
@@ -1,8 +0,0 @@
-[Unit]
-Description=Ident (RFC 1413) per-connection server
-
-[Service]
-ExecStart=/usr/sbin/oidentd -I -u nobody -g nobody
-ExecReload=/bin/kill -HUP $MAINPID
-StandardInput=socket
-StandardError=syslog
Copied: oidentd/repos/community-x86_64/service (from rev 90523, oidentd/trunk/service)
===================================================================
--- community-x86_64/service (rev 0)
+++ community-x86_64/service 2013-05-13 00:06:48 UTC (rev 90524)
@@ -0,0 +1,8 @@
+[Unit]
+Description=Ident (RFC 1413) per-connection server
+
+[Service]
+ExecStart=/usr/bin/oidentd -I -u nobody -g nobody
+ExecReload=/bin/kill -HUP $MAINPID
+StandardInput=socket
+StandardError=syslog
Deleted: community-x86_64/socket
===================================================================
--- community-x86_64/socket 2013-05-13 00:05:58 UTC (rev 90523)
+++ community-x86_64/socket 2013-05-13 00:06:48 UTC (rev 90524)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Ident (RFC 1413) socket
-
-[Socket]
-ListenStream=113
-Accept=yes
-
-[Install]
-WantedBy=sockets.target
Copied: oidentd/repos/community-x86_64/socket (from rev 90523, oidentd/trunk/socket)
===================================================================
--- community-x86_64/socket (rev 0)
+++ community-x86_64/socket 2013-05-13 00:06:48 UTC (rev 90524)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Ident (RFC 1413) socket
+
+[Socket]
+ListenStream=113
+Accept=yes
+
+[Install]
+WantedBy=sockets.target
More information about the arch-commits
mailing list