[arch-commits] Commit in ulogd/repos (18 files)

Sébastien Luttringer seblu at nymeria.archlinux.org
Sun Feb 3 13:19:13 UTC 2013


    Date: Sunday, February 3, 2013 @ 14:19:13
  Author: seblu
Revision: 83573

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

Added:
  ulogd/repos/community-i686/PKGBUILD
    (from rev 83572, ulogd/trunk/PKGBUILD)
  ulogd/repos/community-i686/ulogd.conf
    (from rev 83572, ulogd/trunk/ulogd.conf)
  ulogd/repos/community-i686/ulogd.logrotate
    (from rev 83572, ulogd/trunk/ulogd.logrotate)
  ulogd/repos/community-i686/ulogd.service
    (from rev 83572, ulogd/trunk/ulogd.service)
  ulogd/repos/community-x86_64/PKGBUILD
    (from rev 83572, ulogd/trunk/PKGBUILD)
  ulogd/repos/community-x86_64/ulogd.conf
    (from rev 83572, ulogd/trunk/ulogd.conf)
  ulogd/repos/community-x86_64/ulogd.logrotate
    (from rev 83572, ulogd/trunk/ulogd.logrotate)
  ulogd/repos/community-x86_64/ulogd.service
    (from rev 83572, ulogd/trunk/ulogd.service)
Deleted:
  ulogd/repos/community-i686/PKGBUILD
  ulogd/repos/community-i686/ulogd.conf
  ulogd/repos/community-i686/ulogd.logrotate
  ulogd/repos/community-i686/ulogd.rc
  ulogd/repos/community-i686/ulogd.service
  ulogd/repos/community-x86_64/PKGBUILD
  ulogd/repos/community-x86_64/ulogd.conf
  ulogd/repos/community-x86_64/ulogd.logrotate
  ulogd/repos/community-x86_64/ulogd.rc
  ulogd/repos/community-x86_64/ulogd.service

----------------------------------+
 community-i686/PKGBUILD          |  111 ++++++++++++++++++-------------------
 community-i686/ulogd.conf        |   40 ++++++-------
 community-i686/ulogd.logrotate   |   20 +++---
 community-i686/ulogd.rc          |   54 ------------------
 community-i686/ulogd.service     |   18 +++---
 community-x86_64/PKGBUILD        |  111 ++++++++++++++++++-------------------
 community-x86_64/ulogd.conf      |   40 ++++++-------
 community-x86_64/ulogd.logrotate |   20 +++---
 community-x86_64/ulogd.rc        |   54 ------------------
 community-x86_64/ulogd.service   |   18 +++---
 10 files changed, 186 insertions(+), 300 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-02-03 13:19:01 UTC (rev 83572)
+++ community-i686/PKGBUILD	2013-02-03 13:19:13 UTC (rev 83573)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Sebastien Luttringer <seblu+arch at seblu.net>
-# Contributor: Dale Blount <dale at archlinux.org>
-# Contributor: Sergej Pupykin <ps at lx-ltd.ru>
-
-pkgname=ulogd
-pkgver=2.0.1
-pkgrel=3
-pkgdesc='Userspace Packet Logging for netfilter'
-arch=('i686' 'x86_64')
-url='http://www.netfilter.org/projects/ulogd/index.html'
-license=('GPL2')
-depends=('libmnl' 'libnfnetlink')
-backup=('etc/ulogd.conf')
-makedepends=('libmysqlclient'
-             'libnetfilter_acct'
-             'libnetfilter_conntrack'
-             'libnetfilter_log'
-             'libpcap'
-             'libdbi'
-             'postgresql-libs'
-             'sqlite')
-optdepends=("${makedepends[@]}")
-options=('!libtool')
-source=("ftp://ftp.netfilter.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2"
-	      "$pkgname.rc"
-	      "$pkgname.logrotate"
-	      "$pkgname.conf"
-	      "$pkgname.service")
-md5sums=('2f4b1a58955fcad4ebf22f0d00885fc9'
-         'c42230c1cabf5dd9b80bf9a0fd87ca7e'
-         'dd32eeee0949adff4188544419acd17e'
-         'c21531312f95e790ed19aa267a17d35a'
-         '42fc2c0568ff89ec00c2f0797280f296')
-
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --with-mysql --with-pgsql --with-dbi
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -dm755 "$pkgdir/usr/share/doc/ulogd"
-  install -Dm644 ulogd.conf "$pkgdir/usr/share/doc/ulogd/ulogd.conf"
-  install -m644 doc/*.{table,sql} "$pkgdir/usr/share/doc/ulogd"
-  cd "$srcdir"
-  install -Dm755 $pkgname.rc "$pkgdir/etc/rc.d/$pkgname"
-  install -Dm644 $pkgname.service "$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -Dm644 $pkgname.logrotate "$pkgdir/etc/logrotate.d/$pkgname"
-  install -Dm644 $pkgname.conf "$pkgdir/etc/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ulogd/repos/community-i686/PKGBUILD (from rev 83572, ulogd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-02-03 13:19:13 UTC (rev 83573)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
+# Contributor: Dale Blount <dale at archlinux.org>
+# Contributor: Sergej Pupykin <ps at lx-ltd.ru>
+
+pkgname=ulogd
+pkgver=2.0.1
+pkgrel=4
+pkgdesc='Userspace Packet Logging for netfilter'
+arch=('i686' 'x86_64')
+url='http://www.netfilter.org/projects/ulogd/index.html'
+license=('GPL2')
+depends=('libmnl' 'libnfnetlink')
+backup=('etc/ulogd.conf')
+makedepends=('libmysqlclient'
+             'libnetfilter_acct'
+             'libnetfilter_conntrack'
+             'libnetfilter_log'
+             'libpcap'
+             'libdbi'
+             'postgresql-libs'
+             'sqlite')
+optdepends=("${makedepends[@]}")
+options=('!libtool')
+source=("ftp://ftp.netfilter.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2"
+	      "$pkgname.logrotate"
+	      "$pkgname.conf"
+	      "$pkgname.service")
+md5sums=('2f4b1a58955fcad4ebf22f0d00885fc9'
+         'dd32eeee0949adff4188544419acd17e'
+         'c21531312f95e790ed19aa267a17d35a'
+         '42fc2c0568ff89ec00c2f0797280f296')
+
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --with-mysql --with-pgsql --with-dbi
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -dm755 "$pkgdir/usr/share/doc/ulogd"
+  install -Dm644 ulogd.conf "$pkgdir/usr/share/doc/ulogd/ulogd.conf"
+  install -m644 doc/*.{table,sql} "$pkgdir/usr/share/doc/ulogd"
+  cd "$srcdir"
+  install -Dm644 $pkgname.service "$pkgdir/usr/lib/systemd/system/$pkgname.service"
+  install -Dm644 $pkgname.logrotate "$pkgdir/etc/logrotate.d/$pkgname"
+  install -Dm644 $pkgname.conf "$pkgdir/etc/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/ulogd.conf
===================================================================
--- community-i686/ulogd.conf	2013-02-03 13:19:01 UTC (rev 83572)
+++ community-i686/ulogd.conf	2013-02-03 13:19:13 UTC (rev 83573)
@@ -1,20 +0,0 @@
-[global]
-nlgroup=1
-logfile="/var/log/ulogd.log"
-loglevel=5
-rmem=131071
-bufsize=150000
-
-plugin="/usr/lib/ulogd/ulogd_inppkt_ULOG.so"
-plugin="/usr/lib/ulogd/ulogd_raw2packet_BASE.so"
-plugin="/usr/lib/ulogd/ulogd_filter_IP2STR.so"
-plugin="/usr/lib/ulogd/ulogd_filter_PRINTPKT.so"
-plugin="/usr/lib/ulogd/ulogd_output_LOGEMU.so"
-
-stack=ulog1:ULOG,base1:BASE,ip2str1:IP2STR,print1:PRINTPKT,emu1:LOGEMU
-
-[ulog1]
-nlgroup=1
-
-[emu1]
-file=/var/log/ulogd.syslogemu

Copied: ulogd/repos/community-i686/ulogd.conf (from rev 83572, ulogd/trunk/ulogd.conf)
===================================================================
--- community-i686/ulogd.conf	                        (rev 0)
+++ community-i686/ulogd.conf	2013-02-03 13:19:13 UTC (rev 83573)
@@ -0,0 +1,20 @@
+[global]
+nlgroup=1
+logfile="/var/log/ulogd.log"
+loglevel=5
+rmem=131071
+bufsize=150000
+
+plugin="/usr/lib/ulogd/ulogd_inppkt_ULOG.so"
+plugin="/usr/lib/ulogd/ulogd_raw2packet_BASE.so"
+plugin="/usr/lib/ulogd/ulogd_filter_IP2STR.so"
+plugin="/usr/lib/ulogd/ulogd_filter_PRINTPKT.so"
+plugin="/usr/lib/ulogd/ulogd_output_LOGEMU.so"
+
+stack=ulog1:ULOG,base1:BASE,ip2str1:IP2STR,print1:PRINTPKT,emu1:LOGEMU
+
+[ulog1]
+nlgroup=1
+
+[emu1]
+file=/var/log/ulogd.syslogemu

Deleted: community-i686/ulogd.logrotate
===================================================================
--- community-i686/ulogd.logrotate	2013-02-03 13:19:01 UTC (rev 83572)
+++ community-i686/ulogd.logrotate	2013-02-03 13:19:13 UTC (rev 83573)
@@ -1,10 +0,0 @@
-/var/log/ulogd.log /var/log/ulogd.syslogemu {
-  missingok
-  notifempty
-  sharedscripts
-  create 0640 root root
-
-  postrotate
-    [ -e /var/run/ulogd.pid ] && /etc/rc.d/ulogd restart > /dev/null
-  endscript
-}

Copied: ulogd/repos/community-i686/ulogd.logrotate (from rev 83572, ulogd/trunk/ulogd.logrotate)
===================================================================
--- community-i686/ulogd.logrotate	                        (rev 0)
+++ community-i686/ulogd.logrotate	2013-02-03 13:19:13 UTC (rev 83573)
@@ -0,0 +1,10 @@
+/var/log/ulogd.log /var/log/ulogd.syslogemu {
+  missingok
+  notifempty
+  sharedscripts
+  create 0640 root root
+
+  postrotate
+    [ -e /var/run/ulogd.pid ] && /etc/rc.d/ulogd restart > /dev/null
+  endscript
+}

Deleted: community-i686/ulogd.rc
===================================================================
--- community-i686/ulogd.rc	2013-02-03 13:19:01 UTC (rev 83572)
+++ community-i686/ulogd.rc	2013-02-03 13:19:13 UTC (rev 83573)
@@ -1,54 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-get_pid() {
-	pidof /usr/sbin/ulogd
-}
-
-case "$1" in
-  start)
-    stat_busy "Starting ulogd daemon"
-
-    [ -f /var/run/ulog.pid ] && rm -f /var/run/ulog.pid
-    PID=`get_pid`
-    if [ -z "$PID" ]; then
-       /usr/sbin/ulogd -d &>/dev/null
-      if [ $? -gt 0 ]; then
-        stat_fail
-        exit 1
-      else
-        echo `get_pid` > /var/run/ulogd.pid
-        add_daemon ulogd
-        stat_done
-      fi
-    else
-      stat_fail
-      exit 1
-    fi
-    ;;
-
-  stop)
-    stat_busy "Stopping ulog daemon"
-    PID=`get_pid`
-    [ ! -z "$PID" ] && kill $PID &> /dev/null
-    if [ $? -gt 0 ]; then
-      stat_fail
-      exit 1
-    else
-      rm -f /var/run/ulogd.pid &> /dev/null
-      rm_daemon ulogd
-      stat_done
-    fi
-    ;;
-
-  restart)
-    $0 stop
-    sleep 3
-    $0 start
-    ;;
-  *)
-    echo "usage: $0 {start|stop|restart}"
-esac
-exit 0

Deleted: community-i686/ulogd.service
===================================================================
--- community-i686/ulogd.service	2013-02-03 13:19:01 UTC (rev 83572)
+++ community-i686/ulogd.service	2013-02-03 13:19:13 UTC (rev 83573)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Netfilter Ulogd daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/sbin/ulogd
-
-[Install]
-WantedBy=multi-user.target

Copied: ulogd/repos/community-i686/ulogd.service (from rev 83572, ulogd/trunk/ulogd.service)
===================================================================
--- community-i686/ulogd.service	                        (rev 0)
+++ community-i686/ulogd.service	2013-02-03 13:19:13 UTC (rev 83573)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Netfilter Ulogd daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/sbin/ulogd
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-02-03 13:19:01 UTC (rev 83572)
+++ community-x86_64/PKGBUILD	2013-02-03 13:19:13 UTC (rev 83573)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Sebastien Luttringer <seblu+arch at seblu.net>
-# Contributor: Dale Blount <dale at archlinux.org>
-# Contributor: Sergej Pupykin <ps at lx-ltd.ru>
-
-pkgname=ulogd
-pkgver=2.0.1
-pkgrel=3
-pkgdesc='Userspace Packet Logging for netfilter'
-arch=('i686' 'x86_64')
-url='http://www.netfilter.org/projects/ulogd/index.html'
-license=('GPL2')
-depends=('libmnl' 'libnfnetlink')
-backup=('etc/ulogd.conf')
-makedepends=('libmysqlclient'
-             'libnetfilter_acct'
-             'libnetfilter_conntrack'
-             'libnetfilter_log'
-             'libpcap'
-             'libdbi'
-             'postgresql-libs'
-             'sqlite')
-optdepends=("${makedepends[@]}")
-options=('!libtool')
-source=("ftp://ftp.netfilter.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2"
-	      "$pkgname.rc"
-	      "$pkgname.logrotate"
-	      "$pkgname.conf"
-	      "$pkgname.service")
-md5sums=('2f4b1a58955fcad4ebf22f0d00885fc9'
-         'c42230c1cabf5dd9b80bf9a0fd87ca7e'
-         'dd32eeee0949adff4188544419acd17e'
-         'c21531312f95e790ed19aa267a17d35a'
-         '42fc2c0568ff89ec00c2f0797280f296')
-
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --with-mysql --with-pgsql --with-dbi
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -dm755 "$pkgdir/usr/share/doc/ulogd"
-  install -Dm644 ulogd.conf "$pkgdir/usr/share/doc/ulogd/ulogd.conf"
-  install -m644 doc/*.{table,sql} "$pkgdir/usr/share/doc/ulogd"
-  cd "$srcdir"
-  install -Dm755 $pkgname.rc "$pkgdir/etc/rc.d/$pkgname"
-  install -Dm644 $pkgname.service "$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -Dm644 $pkgname.logrotate "$pkgdir/etc/logrotate.d/$pkgname"
-  install -Dm644 $pkgname.conf "$pkgdir/etc/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ulogd/repos/community-x86_64/PKGBUILD (from rev 83572, ulogd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-02-03 13:19:13 UTC (rev 83573)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
+# Contributor: Dale Blount <dale at archlinux.org>
+# Contributor: Sergej Pupykin <ps at lx-ltd.ru>
+
+pkgname=ulogd
+pkgver=2.0.1
+pkgrel=4
+pkgdesc='Userspace Packet Logging for netfilter'
+arch=('i686' 'x86_64')
+url='http://www.netfilter.org/projects/ulogd/index.html'
+license=('GPL2')
+depends=('libmnl' 'libnfnetlink')
+backup=('etc/ulogd.conf')
+makedepends=('libmysqlclient'
+             'libnetfilter_acct'
+             'libnetfilter_conntrack'
+             'libnetfilter_log'
+             'libpcap'
+             'libdbi'
+             'postgresql-libs'
+             'sqlite')
+optdepends=("${makedepends[@]}")
+options=('!libtool')
+source=("ftp://ftp.netfilter.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2"
+	      "$pkgname.logrotate"
+	      "$pkgname.conf"
+	      "$pkgname.service")
+md5sums=('2f4b1a58955fcad4ebf22f0d00885fc9'
+         'dd32eeee0949adff4188544419acd17e'
+         'c21531312f95e790ed19aa267a17d35a'
+         '42fc2c0568ff89ec00c2f0797280f296')
+
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --with-mysql --with-pgsql --with-dbi
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -dm755 "$pkgdir/usr/share/doc/ulogd"
+  install -Dm644 ulogd.conf "$pkgdir/usr/share/doc/ulogd/ulogd.conf"
+  install -m644 doc/*.{table,sql} "$pkgdir/usr/share/doc/ulogd"
+  cd "$srcdir"
+  install -Dm644 $pkgname.service "$pkgdir/usr/lib/systemd/system/$pkgname.service"
+  install -Dm644 $pkgname.logrotate "$pkgdir/etc/logrotate.d/$pkgname"
+  install -Dm644 $pkgname.conf "$pkgdir/etc/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/ulogd.conf
===================================================================
--- community-x86_64/ulogd.conf	2013-02-03 13:19:01 UTC (rev 83572)
+++ community-x86_64/ulogd.conf	2013-02-03 13:19:13 UTC (rev 83573)
@@ -1,20 +0,0 @@
-[global]
-nlgroup=1
-logfile="/var/log/ulogd.log"
-loglevel=5
-rmem=131071
-bufsize=150000
-
-plugin="/usr/lib/ulogd/ulogd_inppkt_ULOG.so"
-plugin="/usr/lib/ulogd/ulogd_raw2packet_BASE.so"
-plugin="/usr/lib/ulogd/ulogd_filter_IP2STR.so"
-plugin="/usr/lib/ulogd/ulogd_filter_PRINTPKT.so"
-plugin="/usr/lib/ulogd/ulogd_output_LOGEMU.so"
-
-stack=ulog1:ULOG,base1:BASE,ip2str1:IP2STR,print1:PRINTPKT,emu1:LOGEMU
-
-[ulog1]
-nlgroup=1
-
-[emu1]
-file=/var/log/ulogd.syslogemu

Copied: ulogd/repos/community-x86_64/ulogd.conf (from rev 83572, ulogd/trunk/ulogd.conf)
===================================================================
--- community-x86_64/ulogd.conf	                        (rev 0)
+++ community-x86_64/ulogd.conf	2013-02-03 13:19:13 UTC (rev 83573)
@@ -0,0 +1,20 @@
+[global]
+nlgroup=1
+logfile="/var/log/ulogd.log"
+loglevel=5
+rmem=131071
+bufsize=150000
+
+plugin="/usr/lib/ulogd/ulogd_inppkt_ULOG.so"
+plugin="/usr/lib/ulogd/ulogd_raw2packet_BASE.so"
+plugin="/usr/lib/ulogd/ulogd_filter_IP2STR.so"
+plugin="/usr/lib/ulogd/ulogd_filter_PRINTPKT.so"
+plugin="/usr/lib/ulogd/ulogd_output_LOGEMU.so"
+
+stack=ulog1:ULOG,base1:BASE,ip2str1:IP2STR,print1:PRINTPKT,emu1:LOGEMU
+
+[ulog1]
+nlgroup=1
+
+[emu1]
+file=/var/log/ulogd.syslogemu

Deleted: community-x86_64/ulogd.logrotate
===================================================================
--- community-x86_64/ulogd.logrotate	2013-02-03 13:19:01 UTC (rev 83572)
+++ community-x86_64/ulogd.logrotate	2013-02-03 13:19:13 UTC (rev 83573)
@@ -1,10 +0,0 @@
-/var/log/ulogd.log /var/log/ulogd.syslogemu {
-  missingok
-  notifempty
-  sharedscripts
-  create 0640 root root
-
-  postrotate
-    [ -e /var/run/ulogd.pid ] && /etc/rc.d/ulogd restart > /dev/null
-  endscript
-}

Copied: ulogd/repos/community-x86_64/ulogd.logrotate (from rev 83572, ulogd/trunk/ulogd.logrotate)
===================================================================
--- community-x86_64/ulogd.logrotate	                        (rev 0)
+++ community-x86_64/ulogd.logrotate	2013-02-03 13:19:13 UTC (rev 83573)
@@ -0,0 +1,10 @@
+/var/log/ulogd.log /var/log/ulogd.syslogemu {
+  missingok
+  notifempty
+  sharedscripts
+  create 0640 root root
+
+  postrotate
+    [ -e /var/run/ulogd.pid ] && /etc/rc.d/ulogd restart > /dev/null
+  endscript
+}

Deleted: community-x86_64/ulogd.rc
===================================================================
--- community-x86_64/ulogd.rc	2013-02-03 13:19:01 UTC (rev 83572)
+++ community-x86_64/ulogd.rc	2013-02-03 13:19:13 UTC (rev 83573)
@@ -1,54 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-get_pid() {
-	pidof /usr/sbin/ulogd
-}
-
-case "$1" in
-  start)
-    stat_busy "Starting ulogd daemon"
-
-    [ -f /var/run/ulog.pid ] && rm -f /var/run/ulog.pid
-    PID=`get_pid`
-    if [ -z "$PID" ]; then
-       /usr/sbin/ulogd -d &>/dev/null
-      if [ $? -gt 0 ]; then
-        stat_fail
-        exit 1
-      else
-        echo `get_pid` > /var/run/ulogd.pid
-        add_daemon ulogd
-        stat_done
-      fi
-    else
-      stat_fail
-      exit 1
-    fi
-    ;;
-
-  stop)
-    stat_busy "Stopping ulog daemon"
-    PID=`get_pid`
-    [ ! -z "$PID" ] && kill $PID &> /dev/null
-    if [ $? -gt 0 ]; then
-      stat_fail
-      exit 1
-    else
-      rm -f /var/run/ulogd.pid &> /dev/null
-      rm_daemon ulogd
-      stat_done
-    fi
-    ;;
-
-  restart)
-    $0 stop
-    sleep 3
-    $0 start
-    ;;
-  *)
-    echo "usage: $0 {start|stop|restart}"
-esac
-exit 0

Deleted: community-x86_64/ulogd.service
===================================================================
--- community-x86_64/ulogd.service	2013-02-03 13:19:01 UTC (rev 83572)
+++ community-x86_64/ulogd.service	2013-02-03 13:19:13 UTC (rev 83573)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Netfilter Ulogd daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/sbin/ulogd
-
-[Install]
-WantedBy=multi-user.target

Copied: ulogd/repos/community-x86_64/ulogd.service (from rev 83572, ulogd/trunk/ulogd.service)
===================================================================
--- community-x86_64/ulogd.service	                        (rev 0)
+++ community-x86_64/ulogd.service	2013-02-03 13:19:13 UTC (rev 83573)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Netfilter Ulogd daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/sbin/ulogd
+
+[Install]
+WantedBy=multi-user.target




More information about the arch-commits mailing list