This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 180993faebce075d07e22a798fd1a90355835469 (commit) from 7d6aa181005b31a60019df569b02ed43b5ec67c7 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 180993faebce075d07e22a798fd1a90355835469 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Apr 16 10:56:26 2012 +0200
radvd: Update to 1.8.5.
This release contains minor bugfixes.
Fixes #10091.
-----------------------------------------------------------------------
Summary of changes: radvd/radvd.nm | 11 +++++------ radvd/systemd/radvd.service | 4 ++-- 2 files changed, 7 insertions(+), 8 deletions(-)
Difference in files: diff --git a/radvd/radvd.nm b/radvd/radvd.nm index 7c170ed..6148528 100644 --- a/radvd/radvd.nm +++ b/radvd/radvd.nm @@ -4,8 +4,8 @@ ###############################################################################
name = radvd -version = 1.8.3 -release = 4 +version = 1.8.5 +release = 1
groups = System/Daemons url = http://www.litech.org/radvd/ @@ -32,7 +32,6 @@ build end
configure_options += \ - --mandir=/usr/share/man \ --with-pidfile=/run/radvd/radvd.pid
prepare_cmds @@ -59,9 +58,9 @@ end
packages package %{name} - requires = /lib/network/network-radvd-config - - prerequires += shadow-utils + requires + network + end
script prein %{create_user} diff --git a/radvd/systemd/radvd.service b/radvd/systemd/radvd.service index 48a6cec..02d6874 100644 --- a/radvd/systemd/radvd.service +++ b/radvd/systemd/radvd.service @@ -4,10 +4,10 @@ Requires=network.target After=network.target
[Service] -ExecStartPre=/lib/network/network-radvd-config start +ExecStartPre=/usr/lib/network/network-radvd-config start ExecStart=/usr/sbin/radvd -C /etc/radvd.conf -u radvd ExecReload=/bin/kill -HUP $MAINPID -ExecStopPost=/lib/network/network-radvd-config stop +ExecStopPost=/usr/lib/network/network-radvd-config stop Type=forking PIDFile=/run/radvd/radvd.pid Restart=on-failure
hooks/post-receive -- IPFire 3.x development tree