From: Michael Tremer Date: Fri, 25 May 2012 20:38:41 +0000 (+0200) Subject: mstpd: Update to SVN version 30. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=650fe305da0305331302e446ca6ba596fe42d4b9;p=ipfire-3.x.git mstpd: Update to SVN version 30. This release does not enable mstpd by default anymore. This saves us from running an extra daemon when STP is not used on any zone. --- diff --git a/mstpd/mstpd.nm b/mstpd/mstpd.nm index 6f4ec0b2b..db54c5cf7 100644 --- a/mstpd/mstpd.nm +++ b/mstpd/mstpd.nm @@ -5,8 +5,8 @@ name = mstpd version = 0.01 -svn_ver = 28 -release = 0.4-svn%{svn_ver}.1 +svn_ver = 30 +release = 0.5-svn%{svn_ver}.1 thisapp = %{name}-%{version}-svn%{svn_ver} groups = Networking/Tools @@ -41,7 +41,6 @@ packages script postin /bin/systemctl daemon-reload >/dev/null 2>&1 || : - /bin/systemctl --no-reload enable mstpd.service >/dev/null 2>&1 || : end script preun