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 034363f52c85e0dc561fdae33f3b17971d75d947 (commit)
from 2164f1b9e8a239ae48a0c962ee35e25b7bfe99eb (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 034363f52c85e0dc561fdae33f3b17971d75d947
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Tue Oct 23 19:30:20 2012 +0200
mstpd: Update to svn version 35.
-----------------------------------------------------------------------
Summary of changes:
mstpd/mstpd.nm | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Difference in files:
diff --git a/mstpd/mstpd.nm b/mstpd/mstpd.nm
index db54c5c..e828663 100644
--- a/mstpd/mstpd.nm
+++ b/mstpd/mstpd.nm
@@ -5,8 +5,8 @@
name = mstpd
version = 0.01
-svn_ver = 30
-release = 0.5-svn%{svn_ver}.1
+svn_ver = 35
+release = 0.6-svn%{svn_ver}.1
thisapp = %{name}-%{version}-svn%{svn_ver}
groups = Networking/Tools
@@ -45,7 +45,7 @@ packages
script preun
/bin/systemctl --no-reload disable mstpd.service >/dev/null 2>&1 || :
- /bin/systemctl stop rstp.service >/dev/null 2>&1 || :
+ /bin/systemctl stop mstpd.service >/dev/null 2>&1 || :
end
script postup
hooks/post-receive
--
IPFire 3.x development tree