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

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Feb 26 10:19:32 UTC 2013


    Date: Tuesday, February 26, 2013 @ 11:19:32
  Author: spupykin
Revision: 84932

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

Added:
  opendkim/repos/community-i686/PKGBUILD
    (from rev 84931, opendkim/trunk/PKGBUILD)
  opendkim/repos/community-i686/opendkim.conf
    (from rev 84931, opendkim/trunk/opendkim.conf)
  opendkim/repos/community-i686/opendkim.install
    (from rev 84931, opendkim/trunk/opendkim.install)
  opendkim/repos/community-i686/opendkim.rc
    (from rev 84931, opendkim/trunk/opendkim.rc)
  opendkim/repos/community-i686/opendkim.service
    (from rev 84931, opendkim/trunk/opendkim.service)
  opendkim/repos/community-x86_64/PKGBUILD
    (from rev 84931, opendkim/trunk/PKGBUILD)
  opendkim/repos/community-x86_64/opendkim.conf
    (from rev 84931, opendkim/trunk/opendkim.conf)
  opendkim/repos/community-x86_64/opendkim.install
    (from rev 84931, opendkim/trunk/opendkim.install)
  opendkim/repos/community-x86_64/opendkim.rc
    (from rev 84931, opendkim/trunk/opendkim.rc)
  opendkim/repos/community-x86_64/opendkim.service
    (from rev 84931, opendkim/trunk/opendkim.service)
Deleted:
  opendkim/repos/community-i686/PKGBUILD
  opendkim/repos/community-i686/opendkim.conf
  opendkim/repos/community-i686/opendkim.install
  opendkim/repos/community-i686/opendkim.rc
  opendkim/repos/community-i686/opendkim.service
  opendkim/repos/community-x86_64/PKGBUILD
  opendkim/repos/community-x86_64/opendkim.conf
  opendkim/repos/community-x86_64/opendkim.install
  opendkim/repos/community-x86_64/opendkim.rc
  opendkim/repos/community-x86_64/opendkim.service

-----------------------------------+
 community-i686/PKGBUILD           |  118 ++++++++++++++++++------------------
 community-i686/opendkim.conf      |    2 
 community-i686/opendkim.install   |   22 +++---
 community-i686/opendkim.rc        |   78 +++++++++++------------
 community-i686/opendkim.service   |   22 +++---
 community-x86_64/PKGBUILD         |  118 ++++++++++++++++++------------------
 community-x86_64/opendkim.conf    |    2 
 community-x86_64/opendkim.install |   22 +++---
 community-x86_64/opendkim.rc      |   78 +++++++++++------------
 community-x86_64/opendkim.service |   22 +++---
 10 files changed, 242 insertions(+), 242 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-02-26 10:19:02 UTC (rev 84931)
+++ community-i686/PKGBUILD	2013-02-26 10:19:32 UTC (rev 84932)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Thomas Jost <schnouki at schnouki.net>
-
-pkgname=opendkim
-pkgver=2.7.4
-pkgrel=1
-pkgdesc="An open source implementation of the DKIM sender authentication system. Based on a fork of dkim-milter."
-arch=(i686 x86_64)
-url="http://www.opendkim.org/"
-license=('BSD' 'custom:Sendmail')
-depends=("db" "openssl")
-makedepends=("libmilter")
-options=(!libtool !emptydirs)
-backup=(etc/conf.d/opendkim)
-install=opendkim.install
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz
-	opendkim.conf
-	opendkim.rc
-	opendkim.service)
-md5sums=('310063cabe530eb0b5c16103334b3bb0'
-         '3e2bb1058ac0662f01e675aa6ac7ee8f'
-         '093f5c098a45cc68753f97e45a5b374c'
-         'bc1b73856bc1941faaa4842e00437cb5')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --with-db
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make check
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-
-  # Sample configuration
-  mkdir -p "$pkgdir/etc/opendkim"
-  mv "$pkgdir/usr/share/doc/opendkim/opendkim.conf.sample" "$pkgdir/etc/opendkim/opendkim.conf.sample"
-  chmod 0700 "$pkgdir/etc/opendkim"
-  chmod 0600 "$pkgdir/etc/opendkim/opendkim.conf.sample"
-
-  # Init script
-  install -Dm644 "$srcdir/opendkim.conf" "$pkgdir/etc/conf.d/opendkim"
-  install -Dm755 "$srcdir/opendkim.rc" "$pkgdir/etc/rc.d/opendkim"
-
-  # License
-  mkdir -p "$pkgdir/usr/share/licenses/opendkim"
-  for f in LICENSE LICENSE.Sendmail; do
-    ln -s ../../doc/opendkim/$f "$pkgdir/usr/share/licenses/opendkim/$f"
-  done
-
-  install -Dm0644 $srcdir/$pkgname.service $pkgdir/usr/lib/systemd/system/$pkgname.service
-}

Copied: opendkim/repos/community-i686/PKGBUILD (from rev 84931, opendkim/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-02-26 10:19:32 UTC (rev 84932)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Thomas Jost <schnouki at schnouki.net>
+
+pkgname=opendkim
+pkgver=2.8.0
+pkgrel=1
+pkgdesc="An open source implementation of the DKIM sender authentication system. Based on a fork of dkim-milter."
+arch=(i686 x86_64)
+url="http://www.opendkim.org/"
+license=('BSD' 'custom:Sendmail')
+depends=("db" "openssl")
+makedepends=("libmilter")
+options=(!libtool !emptydirs)
+backup=(etc/conf.d/opendkim)
+install=opendkim.install
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz
+	opendkim.conf
+	opendkim.rc
+	opendkim.service)
+md5sums=('53bd811c6577235bd008f632e7f63dae'
+         '3e2bb1058ac0662f01e675aa6ac7ee8f'
+         '093f5c098a45cc68753f97e45a5b374c'
+         'bc1b73856bc1941faaa4842e00437cb5')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --with-db
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+
+  # Sample configuration
+  mkdir -p "$pkgdir/etc/opendkim"
+  mv "$pkgdir/usr/share/doc/opendkim/opendkim.conf.sample" "$pkgdir/etc/opendkim/opendkim.conf.sample"
+  chmod 0700 "$pkgdir/etc/opendkim"
+  chmod 0600 "$pkgdir/etc/opendkim/opendkim.conf.sample"
+
+  # Init script
+  install -Dm644 "$srcdir/opendkim.conf" "$pkgdir/etc/conf.d/opendkim"
+  install -Dm755 "$srcdir/opendkim.rc" "$pkgdir/etc/rc.d/opendkim"
+
+  # License
+  mkdir -p "$pkgdir/usr/share/licenses/opendkim"
+  for f in LICENSE LICENSE.Sendmail; do
+    ln -s ../../doc/opendkim/$f "$pkgdir/usr/share/licenses/opendkim/$f"
+  done
+
+  install -Dm0644 $srcdir/$pkgname.service $pkgdir/usr/lib/systemd/system/$pkgname.service
+}

Deleted: community-i686/opendkim.conf
===================================================================
--- community-i686/opendkim.conf	2013-02-26 10:19:02 UTC (rev 84931)
+++ community-i686/opendkim.conf	2013-02-26 10:19:32 UTC (rev 84932)
@@ -1 +0,0 @@
-OPENDKIM_FILTER="-x /etc/opendkim/opendkim.conf"

Copied: opendkim/repos/community-i686/opendkim.conf (from rev 84931, opendkim/trunk/opendkim.conf)
===================================================================
--- community-i686/opendkim.conf	                        (rev 0)
+++ community-i686/opendkim.conf	2013-02-26 10:19:32 UTC (rev 84932)
@@ -0,0 +1 @@
+OPENDKIM_FILTER="-x /etc/opendkim/opendkim.conf"

Deleted: community-i686/opendkim.install
===================================================================
--- community-i686/opendkim.install	2013-02-26 10:19:02 UTC (rev 84931)
+++ community-i686/opendkim.install	2013-02-26 10:19:32 UTC (rev 84932)
@@ -1,11 +0,0 @@
-post_install() {
-    useradd -r -g mail -d / opendkim
-    chown -R opendkim:mail etc/opendkim
-    cat <<EOF
->>>  Check and modify /etc/opendkim/opendkim.conf before starting
-EOF
-}
-
-post_remove() {
-    userdel opendkim
-}

Copied: opendkim/repos/community-i686/opendkim.install (from rev 84931, opendkim/trunk/opendkim.install)
===================================================================
--- community-i686/opendkim.install	                        (rev 0)
+++ community-i686/opendkim.install	2013-02-26 10:19:32 UTC (rev 84932)
@@ -0,0 +1,11 @@
+post_install() {
+    useradd -r -g mail -d / opendkim
+    chown -R opendkim:mail etc/opendkim
+    cat <<EOF
+>>>  Check and modify /etc/opendkim/opendkim.conf before starting
+EOF
+}
+
+post_remove() {
+    userdel opendkim
+}

Deleted: community-i686/opendkim.rc
===================================================================
--- community-i686/opendkim.rc	2013-02-26 10:19:02 UTC (rev 84931)
+++ community-i686/opendkim.rc	2013-02-26 10:19:32 UTC (rev 84932)
@@ -1,39 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-. /etc/conf.d/opendkim
-
-PID=`pidof -o %PPID /usr/sbin/opendkim`
-case "$1" in
-    start)
-        stat_busy "Starting OpenDKIM filter"
-        if [ -z "$PID" ]; then
-            /usr/sbin/opendkim $OPENDKIM_FILTER > /dev/null &
-        fi
-        if [ ! -z "$PID" -o $? -gt 0 ]; then
-            stat_fail
-        else
-            add_daemon dkim
-            stat_done
-        fi
-        ;;
-    stop)
-        stat_busy "Stopping OpenDKIM filter"
-        [ ! -z "$PID" ] && kill $PID &> /dev/null
-        if [ $? -gt 0 ]; then
-            stat_fail
-        else
-            rm_daemon dkim
-            stat_done
-        fi
-        ;;
-    restart)
-        $0 stop
-        sleep 1
-        $0 start
-        ;;
-    *)
-        echo "usage: $0 {start|stop|restart}"
-esac
-exit 0

Copied: opendkim/repos/community-i686/opendkim.rc (from rev 84931, opendkim/trunk/opendkim.rc)
===================================================================
--- community-i686/opendkim.rc	                        (rev 0)
+++ community-i686/opendkim.rc	2013-02-26 10:19:32 UTC (rev 84932)
@@ -0,0 +1,39 @@
+#!/bin/bash
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+. /etc/conf.d/opendkim
+
+PID=`pidof -o %PPID /usr/sbin/opendkim`
+case "$1" in
+    start)
+        stat_busy "Starting OpenDKIM filter"
+        if [ -z "$PID" ]; then
+            /usr/sbin/opendkim $OPENDKIM_FILTER > /dev/null &
+        fi
+        if [ ! -z "$PID" -o $? -gt 0 ]; then
+            stat_fail
+        else
+            add_daemon dkim
+            stat_done
+        fi
+        ;;
+    stop)
+        stat_busy "Stopping OpenDKIM filter"
+        [ ! -z "$PID" ] && kill $PID &> /dev/null
+        if [ $? -gt 0 ]; then
+            stat_fail
+        else
+            rm_daemon dkim
+            stat_done
+        fi
+        ;;
+    restart)
+        $0 stop
+        sleep 1
+        $0 start
+        ;;
+    *)
+        echo "usage: $0 {start|stop|restart}"
+esac
+exit 0

Deleted: community-i686/opendkim.service
===================================================================
--- community-i686/opendkim.service	2013-02-26 10:19:02 UTC (rev 84931)
+++ community-i686/opendkim.service	2013-02-26 10:19:32 UTC (rev 84932)
@@ -1,11 +0,0 @@
-[Unit]
-Description=OpenDKIM daemon
-After=network.target remote-fs.target nss-lookup.target
-
-[Service]
-Type=forking
-EnvironmentFile=/etc/conf.d/opendkim
-ExecStart=/usr/sbin/opendkim $OPENDKIM_FILTER
-
-[Install]
-WantedBy=multi-user.target

Copied: opendkim/repos/community-i686/opendkim.service (from rev 84931, opendkim/trunk/opendkim.service)
===================================================================
--- community-i686/opendkim.service	                        (rev 0)
+++ community-i686/opendkim.service	2013-02-26 10:19:32 UTC (rev 84932)
@@ -0,0 +1,11 @@
+[Unit]
+Description=OpenDKIM daemon
+After=network.target remote-fs.target nss-lookup.target
+
+[Service]
+Type=forking
+EnvironmentFile=/etc/conf.d/opendkim
+ExecStart=/usr/sbin/opendkim $OPENDKIM_FILTER
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-02-26 10:19:02 UTC (rev 84931)
+++ community-x86_64/PKGBUILD	2013-02-26 10:19:32 UTC (rev 84932)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Thomas Jost <schnouki at schnouki.net>
-
-pkgname=opendkim
-pkgver=2.7.4
-pkgrel=1
-pkgdesc="An open source implementation of the DKIM sender authentication system. Based on a fork of dkim-milter."
-arch=(i686 x86_64)
-url="http://www.opendkim.org/"
-license=('BSD' 'custom:Sendmail')
-depends=("db" "openssl")
-makedepends=("libmilter")
-options=(!libtool !emptydirs)
-backup=(etc/conf.d/opendkim)
-install=opendkim.install
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz
-	opendkim.conf
-	opendkim.rc
-	opendkim.service)
-md5sums=('310063cabe530eb0b5c16103334b3bb0'
-         '3e2bb1058ac0662f01e675aa6ac7ee8f'
-         '093f5c098a45cc68753f97e45a5b374c'
-         'bc1b73856bc1941faaa4842e00437cb5')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --with-db
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make check
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-
-  # Sample configuration
-  mkdir -p "$pkgdir/etc/opendkim"
-  mv "$pkgdir/usr/share/doc/opendkim/opendkim.conf.sample" "$pkgdir/etc/opendkim/opendkim.conf.sample"
-  chmod 0700 "$pkgdir/etc/opendkim"
-  chmod 0600 "$pkgdir/etc/opendkim/opendkim.conf.sample"
-
-  # Init script
-  install -Dm644 "$srcdir/opendkim.conf" "$pkgdir/etc/conf.d/opendkim"
-  install -Dm755 "$srcdir/opendkim.rc" "$pkgdir/etc/rc.d/opendkim"
-
-  # License
-  mkdir -p "$pkgdir/usr/share/licenses/opendkim"
-  for f in LICENSE LICENSE.Sendmail; do
-    ln -s ../../doc/opendkim/$f "$pkgdir/usr/share/licenses/opendkim/$f"
-  done
-
-  install -Dm0644 $srcdir/$pkgname.service $pkgdir/usr/lib/systemd/system/$pkgname.service
-}

Copied: opendkim/repos/community-x86_64/PKGBUILD (from rev 84931, opendkim/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-02-26 10:19:32 UTC (rev 84932)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Thomas Jost <schnouki at schnouki.net>
+
+pkgname=opendkim
+pkgver=2.8.0
+pkgrel=1
+pkgdesc="An open source implementation of the DKIM sender authentication system. Based on a fork of dkim-milter."
+arch=(i686 x86_64)
+url="http://www.opendkim.org/"
+license=('BSD' 'custom:Sendmail')
+depends=("db" "openssl")
+makedepends=("libmilter")
+options=(!libtool !emptydirs)
+backup=(etc/conf.d/opendkim)
+install=opendkim.install
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz
+	opendkim.conf
+	opendkim.rc
+	opendkim.service)
+md5sums=('53bd811c6577235bd008f632e7f63dae'
+         '3e2bb1058ac0662f01e675aa6ac7ee8f'
+         '093f5c098a45cc68753f97e45a5b374c'
+         'bc1b73856bc1941faaa4842e00437cb5')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --with-db
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+
+  # Sample configuration
+  mkdir -p "$pkgdir/etc/opendkim"
+  mv "$pkgdir/usr/share/doc/opendkim/opendkim.conf.sample" "$pkgdir/etc/opendkim/opendkim.conf.sample"
+  chmod 0700 "$pkgdir/etc/opendkim"
+  chmod 0600 "$pkgdir/etc/opendkim/opendkim.conf.sample"
+
+  # Init script
+  install -Dm644 "$srcdir/opendkim.conf" "$pkgdir/etc/conf.d/opendkim"
+  install -Dm755 "$srcdir/opendkim.rc" "$pkgdir/etc/rc.d/opendkim"
+
+  # License
+  mkdir -p "$pkgdir/usr/share/licenses/opendkim"
+  for f in LICENSE LICENSE.Sendmail; do
+    ln -s ../../doc/opendkim/$f "$pkgdir/usr/share/licenses/opendkim/$f"
+  done
+
+  install -Dm0644 $srcdir/$pkgname.service $pkgdir/usr/lib/systemd/system/$pkgname.service
+}

Deleted: community-x86_64/opendkim.conf
===================================================================
--- community-x86_64/opendkim.conf	2013-02-26 10:19:02 UTC (rev 84931)
+++ community-x86_64/opendkim.conf	2013-02-26 10:19:32 UTC (rev 84932)
@@ -1 +0,0 @@
-OPENDKIM_FILTER="-x /etc/opendkim/opendkim.conf"

Copied: opendkim/repos/community-x86_64/opendkim.conf (from rev 84931, opendkim/trunk/opendkim.conf)
===================================================================
--- community-x86_64/opendkim.conf	                        (rev 0)
+++ community-x86_64/opendkim.conf	2013-02-26 10:19:32 UTC (rev 84932)
@@ -0,0 +1 @@
+OPENDKIM_FILTER="-x /etc/opendkim/opendkim.conf"

Deleted: community-x86_64/opendkim.install
===================================================================
--- community-x86_64/opendkim.install	2013-02-26 10:19:02 UTC (rev 84931)
+++ community-x86_64/opendkim.install	2013-02-26 10:19:32 UTC (rev 84932)
@@ -1,11 +0,0 @@
-post_install() {
-    useradd -r -g mail -d / opendkim
-    chown -R opendkim:mail etc/opendkim
-    cat <<EOF
->>>  Check and modify /etc/opendkim/opendkim.conf before starting
-EOF
-}
-
-post_remove() {
-    userdel opendkim
-}

Copied: opendkim/repos/community-x86_64/opendkim.install (from rev 84931, opendkim/trunk/opendkim.install)
===================================================================
--- community-x86_64/opendkim.install	                        (rev 0)
+++ community-x86_64/opendkim.install	2013-02-26 10:19:32 UTC (rev 84932)
@@ -0,0 +1,11 @@
+post_install() {
+    useradd -r -g mail -d / opendkim
+    chown -R opendkim:mail etc/opendkim
+    cat <<EOF
+>>>  Check and modify /etc/opendkim/opendkim.conf before starting
+EOF
+}
+
+post_remove() {
+    userdel opendkim
+}

Deleted: community-x86_64/opendkim.rc
===================================================================
--- community-x86_64/opendkim.rc	2013-02-26 10:19:02 UTC (rev 84931)
+++ community-x86_64/opendkim.rc	2013-02-26 10:19:32 UTC (rev 84932)
@@ -1,39 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-. /etc/conf.d/opendkim
-
-PID=`pidof -o %PPID /usr/sbin/opendkim`
-case "$1" in
-    start)
-        stat_busy "Starting OpenDKIM filter"
-        if [ -z "$PID" ]; then
-            /usr/sbin/opendkim $OPENDKIM_FILTER > /dev/null &
-        fi
-        if [ ! -z "$PID" -o $? -gt 0 ]; then
-            stat_fail
-        else
-            add_daemon dkim
-            stat_done
-        fi
-        ;;
-    stop)
-        stat_busy "Stopping OpenDKIM filter"
-        [ ! -z "$PID" ] && kill $PID &> /dev/null
-        if [ $? -gt 0 ]; then
-            stat_fail
-        else
-            rm_daemon dkim
-            stat_done
-        fi
-        ;;
-    restart)
-        $0 stop
-        sleep 1
-        $0 start
-        ;;
-    *)
-        echo "usage: $0 {start|stop|restart}"
-esac
-exit 0

Copied: opendkim/repos/community-x86_64/opendkim.rc (from rev 84931, opendkim/trunk/opendkim.rc)
===================================================================
--- community-x86_64/opendkim.rc	                        (rev 0)
+++ community-x86_64/opendkim.rc	2013-02-26 10:19:32 UTC (rev 84932)
@@ -0,0 +1,39 @@
+#!/bin/bash
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+. /etc/conf.d/opendkim
+
+PID=`pidof -o %PPID /usr/sbin/opendkim`
+case "$1" in
+    start)
+        stat_busy "Starting OpenDKIM filter"
+        if [ -z "$PID" ]; then
+            /usr/sbin/opendkim $OPENDKIM_FILTER > /dev/null &
+        fi
+        if [ ! -z "$PID" -o $? -gt 0 ]; then
+            stat_fail
+        else
+            add_daemon dkim
+            stat_done
+        fi
+        ;;
+    stop)
+        stat_busy "Stopping OpenDKIM filter"
+        [ ! -z "$PID" ] && kill $PID &> /dev/null
+        if [ $? -gt 0 ]; then
+            stat_fail
+        else
+            rm_daemon dkim
+            stat_done
+        fi
+        ;;
+    restart)
+        $0 stop
+        sleep 1
+        $0 start
+        ;;
+    *)
+        echo "usage: $0 {start|stop|restart}"
+esac
+exit 0

Deleted: community-x86_64/opendkim.service
===================================================================
--- community-x86_64/opendkim.service	2013-02-26 10:19:02 UTC (rev 84931)
+++ community-x86_64/opendkim.service	2013-02-26 10:19:32 UTC (rev 84932)
@@ -1,11 +0,0 @@
-[Unit]
-Description=OpenDKIM daemon
-After=network.target remote-fs.target nss-lookup.target
-
-[Service]
-Type=forking
-EnvironmentFile=/etc/conf.d/opendkim
-ExecStart=/usr/sbin/opendkim $OPENDKIM_FILTER
-
-[Install]
-WantedBy=multi-user.target

Copied: opendkim/repos/community-x86_64/opendkim.service (from rev 84931, opendkim/trunk/opendkim.service)
===================================================================
--- community-x86_64/opendkim.service	                        (rev 0)
+++ community-x86_64/opendkim.service	2013-02-26 10:19:32 UTC (rev 84932)
@@ -0,0 +1,11 @@
+[Unit]
+Description=OpenDKIM daemon
+After=network.target remote-fs.target nss-lookup.target
+
+[Service]
+Type=forking
+EnvironmentFile=/etc/conf.d/opendkim
+ExecStart=/usr/sbin/opendkim $OPENDKIM_FILTER
+
+[Install]
+WantedBy=multi-user.target




More information about the arch-commits mailing list