diff options
author | Michael Biebl <biebl@debian.org> | 2013-03-22 01:10:02 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-03-22 09:04:23 +0100 |
commit | 6a6202e80414e368b9b28a7a7f56279949e37b5d (patch) | |
tree | 83d9cb5e5bca3dc19c3a1cad212b8b5de9cc4450 | |
parent | 7da35cf0e26451f0186af387e6466cce99c2cd6b (diff) | |
download | rsyslog-6a6202e80414e368b9b28a7a7f56279949e37b5d.tar.gz rsyslog-6a6202e80414e368b9b28a7a7f56279949e37b5d.tar.bz2 rsyslog-6a6202e80414e368b9b28a7a7f56279949e37b5d.zip |
build-sys: Fix "update-systemd" target
The urls have changed.
-rw-r--r-- | runtime/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am index 09cb6b41..f0898e43 100644 --- a/runtime/Makefile.am +++ b/runtime/Makefile.am @@ -189,5 +189,5 @@ lmnsd_gtls_la_LIBADD = $(GNUTLS_LIBS) endif update-systemd: - curl http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.c > sd-daemon.c - curl http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.h > sd-daemon.h + curl http://cgit.freedesktop.org/systemd/systemd/plain/src/libsystemd-daemon/sd-daemon.c > sd-daemon.c + curl http://cgit.freedesktop.org/systemd/systemd/plain/src/systemd/sd-daemon.h > sd-daemon.h |