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

Timothy Redaelli tredaelli at nymeria.archlinux.org
Mon Mar 4 16:46:31 UTC 2013


    Date: Monday, March 4, 2013 @ 17:46:31
  Author: tredaelli
Revision: 85671

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

Added:
  tinc/repos/community-i686/PKGBUILD
    (from rev 85670, tinc/trunk/PKGBUILD)
  tinc/repos/community-i686/tinc.install
    (from rev 85670, tinc/trunk/tinc.install)
  tinc/repos/community-i686/tincd.conf
    (from rev 85670, tinc/trunk/tincd.conf)
  tinc/repos/community-i686/tincd.rc
    (from rev 85670, tinc/trunk/tincd.rc)
  tinc/repos/community-i686/tincd at .service
    (from rev 85670, tinc/trunk/tincd at .service)
  tinc/repos/community-x86_64/PKGBUILD
    (from rev 85670, tinc/trunk/PKGBUILD)
  tinc/repos/community-x86_64/tinc.install
    (from rev 85670, tinc/trunk/tinc.install)
  tinc/repos/community-x86_64/tincd.conf
    (from rev 85670, tinc/trunk/tincd.conf)
  tinc/repos/community-x86_64/tincd.rc
    (from rev 85670, tinc/trunk/tincd.rc)
  tinc/repos/community-x86_64/tincd at .service
    (from rev 85670, tinc/trunk/tincd at .service)
Deleted:
  tinc/repos/community-i686/PKGBUILD
  tinc/repos/community-i686/tinc.install
  tinc/repos/community-i686/tincd.conf
  tinc/repos/community-i686/tincd.rc
  tinc/repos/community-i686/tincd at .service
  tinc/repos/community-x86_64/PKGBUILD
  tinc/repos/community-x86_64/tinc.install
  tinc/repos/community-x86_64/tincd.conf
  tinc/repos/community-x86_64/tincd.rc
  tinc/repos/community-x86_64/tincd at .service

---------------------------------+
 community-i686/PKGBUILD         |   88 +++++++++++++++++++-------------------
 community-i686/tinc.install     |   40 ++++++++---------
 community-i686/tincd.conf       |   10 ++--
 community-i686/tincd.rc         |   84 ++++++++++++++++++------------------
 community-i686/tincd at .service   |   20 ++++----
 community-x86_64/PKGBUILD       |   88 +++++++++++++++++++-------------------
 community-x86_64/tinc.install   |   40 ++++++++---------
 community-x86_64/tincd.conf     |   10 ++--
 community-x86_64/tincd.rc       |   84 ++++++++++++++++++------------------
 community-x86_64/tincd at .service |   20 ++++----
 10 files changed, 242 insertions(+), 242 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-03-04 16:45:33 UTC (rev 85670)
+++ community-i686/PKGBUILD	2013-03-04 16:46:31 UTC (rev 85671)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: helios
-# Contributor: Lothar Gesslein
-# Contributor: Dominik George <nik at naturalnet.de>
-
-pkgname=tinc
-pkgver=1.0.19
-pkgrel=2
-pkgdesc="VPN (Virtual Private Network) daemon"
-arch=('i686' 'x86_64')
-url="http://www.tinc-vpn.org/"
-license=('GPL')
-depends=('lzo2' 'openssl')
-backup=(etc/conf.d/tincd.conf)
-install=tinc.install
-source=(http://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz{,.sig}
-        tincd.rc tincd.conf tincd at .service)
-md5sums=('5d97ee0f1ccf8fea5b492f6b54d5ac32'
-         'af4a88d89a17c216e38b93630389181a'
-         '64bb53748d9051255f243003f0d511f5'
-         '7c0276d4812cc5d3cc18142562a3aa82'
-         '035b0e549b08da55d19a8df5b8306e4d')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-  install -dm755 "$pkgdir"/usr/share/tinc/examples
-  tar xozvf doc/sample-config.tar.gz -C $pkgdir/usr/share/tinc/examples
-  find "$pkgdir"/usr/share/tinc/examples -type f -exec chmod 644 {} +
-  find "$pkgdir"/usr/share/tinc/examples -type d -exec chmod 755 {} +
-
-  install -Dm755 "$srcdir/tincd.rc" "$pkgdir/etc/rc.d/tincd"
-  install -Dm644 "$srcdir/tincd.conf" "$pkgdir/etc/conf.d/tincd.conf"
-  install -Dm644 "$srcdir/tincd at .service" "$pkgdir/usr/lib/systemd/system/tincd at .service"
-}

Copied: tinc/repos/community-i686/PKGBUILD (from rev 85670, tinc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-03-04 16:46:31 UTC (rev 85671)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: helios
+# Contributor: Lothar Gesslein
+# Contributor: Dominik George <nik at naturalnet.de>
+
+pkgname=tinc
+pkgver=1.0.20
+pkgrel=1
+pkgdesc="VPN (Virtual Private Network) daemon"
+arch=('i686' 'x86_64')
+url="http://www.tinc-vpn.org/"
+license=('GPL')
+depends=('lzo2' 'openssl')
+backup=(etc/conf.d/tincd.conf)
+install=tinc.install
+source=(http://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz{,.sig}
+        tincd.rc tincd.conf tincd at .service)
+md5sums=('001277e0ccd7ca29f7fa4039774ad611'
+         '8ad9e8784712bdc1496223c6dbd99ab9'
+         '64bb53748d9051255f243003f0d511f5'
+         '7c0276d4812cc5d3cc18142562a3aa82'
+         '035b0e549b08da55d19a8df5b8306e4d')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+  install -dm755 "$pkgdir"/usr/share/tinc/examples
+  tar xozvf doc/sample-config.tar.gz -C $pkgdir/usr/share/tinc/examples
+  find "$pkgdir"/usr/share/tinc/examples -type f -exec chmod 644 {} +
+  find "$pkgdir"/usr/share/tinc/examples -type d -exec chmod 755 {} +
+
+  install -Dm755 "$srcdir/tincd.rc" "$pkgdir/etc/rc.d/tincd"
+  install -Dm644 "$srcdir/tincd.conf" "$pkgdir/etc/conf.d/tincd.conf"
+  install -Dm644 "$srcdir/tincd at .service" "$pkgdir/usr/lib/systemd/system/tincd at .service"
+}

Deleted: community-i686/tinc.install
===================================================================
--- community-i686/tinc.install	2013-03-04 16:45:33 UTC (rev 85670)
+++ community-i686/tinc.install	2013-03-04 16:46:31 UTC (rev 85671)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(tinc.info.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}

Copied: tinc/repos/community-i686/tinc.install (from rev 85670, tinc/trunk/tinc.install)
===================================================================
--- community-i686/tinc.install	                        (rev 0)
+++ community-i686/tinc.install	2013-03-04 16:46:31 UTC (rev 85671)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(tinc.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}

Deleted: community-i686/tincd.conf
===================================================================
--- community-i686/tincd.conf	2013-03-04 16:45:33 UTC (rev 85670)
+++ community-i686/tincd.conf	2013-03-04 16:46:31 UTC (rev 85671)
@@ -1,5 +0,0 @@
-# Extra options to be passed to tincd.
-# TINCD_EXTRAOPTS="-d"
-
-# Arrays containing all names of the networks to be started from rc.d.
-NETNAMES=()

Copied: tinc/repos/community-i686/tincd.conf (from rev 85670, tinc/trunk/tincd.conf)
===================================================================
--- community-i686/tincd.conf	                        (rev 0)
+++ community-i686/tincd.conf	2013-03-04 16:46:31 UTC (rev 85671)
@@ -0,0 +1,5 @@
+# Extra options to be passed to tincd.
+# TINCD_EXTRAOPTS="-d"
+
+# Arrays containing all names of the networks to be started from rc.d.
+NETNAMES=()

Deleted: community-i686/tincd.rc
===================================================================
--- community-i686/tincd.rc	2013-03-04 16:45:33 UTC (rev 85670)
+++ community-i686/tincd.rc	2013-03-04 16:46:31 UTC (rev 85671)
@@ -1,42 +0,0 @@
-#!/bin/bash
-
-daemon_name=tincd
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-. /etc/conf.d/$daemon_name.conf
-
-case "$1" in
-  start)
-    for net in "${NETNAMES[@]}"; do
-      stat_busy "Starting ${daemon_name}"
-      /usr/sbin/tincd -n "${net}" $TINCD_EXTRAOPTS &>/dev/null
-      if [ $? -gt 0 ]; then
-        stat_fail
-      else
-        add_daemon ${daemon_name}
-        stat_done
-      fi
-    done
-    ;;
-  stop)
-    stat_busy "Stopping ${daemon_name}"
-    for net in "${NETNAMES[@]}"; do
-      /usr/sbin/tincd -k -n "${net}" &>/dev/null
-      if [ $? -gt 0 ]; then
-        stat_fail
-      else
-        rm_daemon ${daemon_name}
-        stat_done
-      fi
-    done
-    ;;
-  restart)
-    "$0" stop
-    sleep 5
-    "$0" start
-    ;;
-  *)
-    echo "usage: $0 {start|stop|restart}"
-esac
-exit 0

Copied: tinc/repos/community-i686/tincd.rc (from rev 85670, tinc/trunk/tincd.rc)
===================================================================
--- community-i686/tincd.rc	                        (rev 0)
+++ community-i686/tincd.rc	2013-03-04 16:46:31 UTC (rev 85671)
@@ -0,0 +1,42 @@
+#!/bin/bash
+
+daemon_name=tincd
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+. /etc/conf.d/$daemon_name.conf
+
+case "$1" in
+  start)
+    for net in "${NETNAMES[@]}"; do
+      stat_busy "Starting ${daemon_name}"
+      /usr/sbin/tincd -n "${net}" $TINCD_EXTRAOPTS &>/dev/null
+      if [ $? -gt 0 ]; then
+        stat_fail
+      else
+        add_daemon ${daemon_name}
+        stat_done
+      fi
+    done
+    ;;
+  stop)
+    stat_busy "Stopping ${daemon_name}"
+    for net in "${NETNAMES[@]}"; do
+      /usr/sbin/tincd -k -n "${net}" &>/dev/null
+      if [ $? -gt 0 ]; then
+        stat_fail
+      else
+        rm_daemon ${daemon_name}
+        stat_done
+      fi
+    done
+    ;;
+  restart)
+    "$0" stop
+    sleep 5
+    "$0" start
+    ;;
+  *)
+    echo "usage: $0 {start|stop|restart}"
+esac
+exit 0

Deleted: community-i686/tincd at .service
===================================================================
--- community-i686/tincd at .service	2013-03-04 16:45:33 UTC (rev 85670)
+++ community-i686/tincd at .service	2013-03-04 16:46:31 UTC (rev 85671)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Tinc daemon for net %i
-After=network.target
-
-[Service]
-Type=forking
-ExecStart=/usr/sbin/tincd -n %i
-
-[Install]
-WantedBy=multi-user.target

Copied: tinc/repos/community-i686/tincd at .service (from rev 85670, tinc/trunk/tincd at .service)
===================================================================
--- community-i686/tincd at .service	                        (rev 0)
+++ community-i686/tincd at .service	2013-03-04 16:46:31 UTC (rev 85671)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Tinc daemon for net %i
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/sbin/tincd -n %i
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-03-04 16:45:33 UTC (rev 85670)
+++ community-x86_64/PKGBUILD	2013-03-04 16:46:31 UTC (rev 85671)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: helios
-# Contributor: Lothar Gesslein
-# Contributor: Dominik George <nik at naturalnet.de>
-
-pkgname=tinc
-pkgver=1.0.19
-pkgrel=2
-pkgdesc="VPN (Virtual Private Network) daemon"
-arch=('i686' 'x86_64')
-url="http://www.tinc-vpn.org/"
-license=('GPL')
-depends=('lzo2' 'openssl')
-backup=(etc/conf.d/tincd.conf)
-install=tinc.install
-source=(http://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz{,.sig}
-        tincd.rc tincd.conf tincd at .service)
-md5sums=('5d97ee0f1ccf8fea5b492f6b54d5ac32'
-         'af4a88d89a17c216e38b93630389181a'
-         '64bb53748d9051255f243003f0d511f5'
-         '7c0276d4812cc5d3cc18142562a3aa82'
-         '035b0e549b08da55d19a8df5b8306e4d')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-  install -dm755 "$pkgdir"/usr/share/tinc/examples
-  tar xozvf doc/sample-config.tar.gz -C $pkgdir/usr/share/tinc/examples
-  find "$pkgdir"/usr/share/tinc/examples -type f -exec chmod 644 {} +
-  find "$pkgdir"/usr/share/tinc/examples -type d -exec chmod 755 {} +
-
-  install -Dm755 "$srcdir/tincd.rc" "$pkgdir/etc/rc.d/tincd"
-  install -Dm644 "$srcdir/tincd.conf" "$pkgdir/etc/conf.d/tincd.conf"
-  install -Dm644 "$srcdir/tincd at .service" "$pkgdir/usr/lib/systemd/system/tincd at .service"
-}

Copied: tinc/repos/community-x86_64/PKGBUILD (from rev 85670, tinc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-03-04 16:46:31 UTC (rev 85671)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: helios
+# Contributor: Lothar Gesslein
+# Contributor: Dominik George <nik at naturalnet.de>
+
+pkgname=tinc
+pkgver=1.0.20
+pkgrel=1
+pkgdesc="VPN (Virtual Private Network) daemon"
+arch=('i686' 'x86_64')
+url="http://www.tinc-vpn.org/"
+license=('GPL')
+depends=('lzo2' 'openssl')
+backup=(etc/conf.d/tincd.conf)
+install=tinc.install
+source=(http://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz{,.sig}
+        tincd.rc tincd.conf tincd at .service)
+md5sums=('001277e0ccd7ca29f7fa4039774ad611'
+         '8ad9e8784712bdc1496223c6dbd99ab9'
+         '64bb53748d9051255f243003f0d511f5'
+         '7c0276d4812cc5d3cc18142562a3aa82'
+         '035b0e549b08da55d19a8df5b8306e4d')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+  install -dm755 "$pkgdir"/usr/share/tinc/examples
+  tar xozvf doc/sample-config.tar.gz -C $pkgdir/usr/share/tinc/examples
+  find "$pkgdir"/usr/share/tinc/examples -type f -exec chmod 644 {} +
+  find "$pkgdir"/usr/share/tinc/examples -type d -exec chmod 755 {} +
+
+  install -Dm755 "$srcdir/tincd.rc" "$pkgdir/etc/rc.d/tincd"
+  install -Dm644 "$srcdir/tincd.conf" "$pkgdir/etc/conf.d/tincd.conf"
+  install -Dm644 "$srcdir/tincd at .service" "$pkgdir/usr/lib/systemd/system/tincd at .service"
+}

Deleted: community-x86_64/tinc.install
===================================================================
--- community-x86_64/tinc.install	2013-03-04 16:45:33 UTC (rev 85670)
+++ community-x86_64/tinc.install	2013-03-04 16:46:31 UTC (rev 85671)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(tinc.info.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}

Copied: tinc/repos/community-x86_64/tinc.install (from rev 85670, tinc/trunk/tinc.install)
===================================================================
--- community-x86_64/tinc.install	                        (rev 0)
+++ community-x86_64/tinc.install	2013-03-04 16:46:31 UTC (rev 85671)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(tinc.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}

Deleted: community-x86_64/tincd.conf
===================================================================
--- community-x86_64/tincd.conf	2013-03-04 16:45:33 UTC (rev 85670)
+++ community-x86_64/tincd.conf	2013-03-04 16:46:31 UTC (rev 85671)
@@ -1,5 +0,0 @@
-# Extra options to be passed to tincd.
-# TINCD_EXTRAOPTS="-d"
-
-# Arrays containing all names of the networks to be started from rc.d.
-NETNAMES=()

Copied: tinc/repos/community-x86_64/tincd.conf (from rev 85670, tinc/trunk/tincd.conf)
===================================================================
--- community-x86_64/tincd.conf	                        (rev 0)
+++ community-x86_64/tincd.conf	2013-03-04 16:46:31 UTC (rev 85671)
@@ -0,0 +1,5 @@
+# Extra options to be passed to tincd.
+# TINCD_EXTRAOPTS="-d"
+
+# Arrays containing all names of the networks to be started from rc.d.
+NETNAMES=()

Deleted: community-x86_64/tincd.rc
===================================================================
--- community-x86_64/tincd.rc	2013-03-04 16:45:33 UTC (rev 85670)
+++ community-x86_64/tincd.rc	2013-03-04 16:46:31 UTC (rev 85671)
@@ -1,42 +0,0 @@
-#!/bin/bash
-
-daemon_name=tincd
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-. /etc/conf.d/$daemon_name.conf
-
-case "$1" in
-  start)
-    for net in "${NETNAMES[@]}"; do
-      stat_busy "Starting ${daemon_name}"
-      /usr/sbin/tincd -n "${net}" $TINCD_EXTRAOPTS &>/dev/null
-      if [ $? -gt 0 ]; then
-        stat_fail
-      else
-        add_daemon ${daemon_name}
-        stat_done
-      fi
-    done
-    ;;
-  stop)
-    stat_busy "Stopping ${daemon_name}"
-    for net in "${NETNAMES[@]}"; do
-      /usr/sbin/tincd -k -n "${net}" &>/dev/null
-      if [ $? -gt 0 ]; then
-        stat_fail
-      else
-        rm_daemon ${daemon_name}
-        stat_done
-      fi
-    done
-    ;;
-  restart)
-    "$0" stop
-    sleep 5
-    "$0" start
-    ;;
-  *)
-    echo "usage: $0 {start|stop|restart}"
-esac
-exit 0

Copied: tinc/repos/community-x86_64/tincd.rc (from rev 85670, tinc/trunk/tincd.rc)
===================================================================
--- community-x86_64/tincd.rc	                        (rev 0)
+++ community-x86_64/tincd.rc	2013-03-04 16:46:31 UTC (rev 85671)
@@ -0,0 +1,42 @@
+#!/bin/bash
+
+daemon_name=tincd
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+. /etc/conf.d/$daemon_name.conf
+
+case "$1" in
+  start)
+    for net in "${NETNAMES[@]}"; do
+      stat_busy "Starting ${daemon_name}"
+      /usr/sbin/tincd -n "${net}" $TINCD_EXTRAOPTS &>/dev/null
+      if [ $? -gt 0 ]; then
+        stat_fail
+      else
+        add_daemon ${daemon_name}
+        stat_done
+      fi
+    done
+    ;;
+  stop)
+    stat_busy "Stopping ${daemon_name}"
+    for net in "${NETNAMES[@]}"; do
+      /usr/sbin/tincd -k -n "${net}" &>/dev/null
+      if [ $? -gt 0 ]; then
+        stat_fail
+      else
+        rm_daemon ${daemon_name}
+        stat_done
+      fi
+    done
+    ;;
+  restart)
+    "$0" stop
+    sleep 5
+    "$0" start
+    ;;
+  *)
+    echo "usage: $0 {start|stop|restart}"
+esac
+exit 0

Deleted: community-x86_64/tincd at .service
===================================================================
--- community-x86_64/tincd at .service	2013-03-04 16:45:33 UTC (rev 85670)
+++ community-x86_64/tincd at .service	2013-03-04 16:46:31 UTC (rev 85671)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Tinc daemon for net %i
-After=network.target
-
-[Service]
-Type=forking
-ExecStart=/usr/sbin/tincd -n %i
-
-[Install]
-WantedBy=multi-user.target

Copied: tinc/repos/community-x86_64/tincd at .service (from rev 85670, tinc/trunk/tincd at .service)
===================================================================
--- community-x86_64/tincd at .service	                        (rev 0)
+++ community-x86_64/tincd at .service	2013-03-04 16:46:31 UTC (rev 85671)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Tinc daemon for net %i
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/sbin/tincd -n %i
+
+[Install]
+WantedBy=multi-user.target




More information about the arch-commits mailing list