summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsteel2013-06-05 19:18:22 +0000
committersvntogit2013-06-05 19:18:22 +0000
commit68f841cefc7df7d8f5d7feb3851bf4c150ad8ce5 (patch)
tree9d2f7ed4ac0969e3c9a047006505950fe3a7740d
parent865cf5513e2d6c9ab33c844cdd4499cb0e5de8e1 (diff)
downloadaur-68f841cefc7df7d8f5d7feb3851bf4c150ad8ce5.tar.gz
upgpkg: ddclient 3.8.1-8
git-svn-id: file:///srv/repos/svn-community/svn@92465 9fca08f4-af9d-4005-b8df-a31f2cc04f65
-rw-r--r--.SRCINFO2
-rw-r--r--ChangeLog46
-rw-r--r--PKGBUILD2
-rw-r--r--ddclient.service2
4 files changed, 3 insertions, 49 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d502d5e7cae..706d4ed29115 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = ddclient
source = iproute2.patch
source = usrbin.patch
md5sums = 7fa417bc65f8f0e6ce78418a4f631988
- md5sums = fde631ff027c03179e9cdd483def324d
+ md5sums = 3a31ec40ac583779fd049b1930f4af9f
md5sums = e0c8a07e9b7a69e73cecd8626f16e8f0
md5sums = 65e294485a18b8d3f752a124913579f1
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index 8b355f5b8e88..000000000000
--- a/ChangeLog
+++ /dev/null
@@ -1,46 +0,0 @@
-2012-06-08 Chris Brannon <chris@the-brannons.com>
- * ddclient 3.8.1-4
- Added the systemd unit from the soon-to-be-defunct systemd-arch-units
- package.
-
-2012-03-12 Chris Brannon <chris@the-brannons.com>
- * ddclient 3.8.1-3
- Applied a patch to use iproute2, rather than net-tools.
-
-2012-02-17 Chris Brannon <chris@the-brannons.com>
- * ddclient 3.8.1-2
- Signed package.
-
-2011-07-19 Chris Brannon <chris@the-brannons.com>
- * ddclient 3.8.1-1
- New upstream version.
-
-2011-07-05 Chris Brannon <chris@the-brannons.com>
- * ddclient 3.8.0-3
- Fixed handling of the PID in the rc script.
- When run as a daemon with the default config file, ddclient writes
- its pid to /var/run/ddclient.pid. So no need to call pidof
- when stopping the daemon. Fixes FS#24677.
-
-2008-08-07 Abhishek Dasgupta <abhidg@gmail.com>
-
- * ddclient 3.7.3-2
- * added /etc/conf.d/ddclient for modifying
- daemon poll frequency. This overrides the
- setting specified in /etc/ddclient/ddclient.conf
- when ddclient is called as an rc script.
-
-2007-08-08 Alessio 'mOLOk' Bolognino <themolok@gmail.com>
-
- * ddclient-3.7.3-1
- * version bump
- * GPL -> GPL2
- * shortened pkgdesc
-
-2007-07-02 tardo <tardo@nagi-fanboi.net>
-
- * Built for x86_64
-
-2007-06-29 Georg Grabler (STiAT) <ggrabler@gmail.com>
-
- * Version Bump to 3.7.2
diff --git a/PKGBUILD b/PKGBUILD
index 969ba681660e..5a075ae82b41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.t
iproute2.patch
usrbin.patch)
md5sums=('7fa417bc65f8f0e6ce78418a4f631988'
- 'fde631ff027c03179e9cdd483def324d'
+ '3a31ec40ac583779fd049b1930f4af9f'
'e0c8a07e9b7a69e73cecd8626f16e8f0'
'65e294485a18b8d3f752a124913579f1')
diff --git a/ddclient.service b/ddclient.service
index 2892da723836..0163f228bfc0 100644
--- a/ddclient.service
+++ b/ddclient.service
@@ -5,7 +5,7 @@ After=network.target
[Service]
Type=forking
PIDFile=/run/ddclient.pid
-ExecStart=/usr/sbin/ddclient
+ExecStart=/usr/bin/ddclient
[Install]
WantedBy=multi-user.target