public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 1a98394132cb7e93af96a5f3262bf21da8511be3
@ 2014-08-27 10:17 git
  0 siblings, 0 replies; only message in thread
From: git @ 2014-08-27 10:17 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 5499 bytes --]

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  1a98394132cb7e93af96a5f3262bf21da8511be3 (commit)
      from  4f209325081fef9dfed0951a99bb553cb46243bd (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 1a98394132cb7e93af96a5f3262bf21da8511be3
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Wed Aug 27 12:16:53 2014 +0200

    openvswitch: Drop package
    
    We won't support this at the moment.

-----------------------------------------------------------------------

Summary of changes:
 openvswitch/openvswitch.logrotate       | 20 -------
 openvswitch/openvswitch.nm              | 92 ---------------------------------
 openvswitch/systemd/openvswitch.service | 13 -----
 3 files changed, 125 deletions(-)
 delete mode 100644 openvswitch/openvswitch.logrotate
 delete mode 100644 openvswitch/openvswitch.nm
 delete mode 100644 openvswitch/systemd/openvswitch.service

Difference in files:
diff --git a/openvswitch/openvswitch.logrotate b/openvswitch/openvswitch.logrotate
deleted file mode 100644
index 1a08fa9..0000000
--- a/openvswitch/openvswitch.logrotate
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright (C) 2009, 2010, 2011 Nicira Networks, Inc.
-#
-# Copying and distribution of this file, with or without modification,
-# are permitted in any medium without royalty provided the copyright
-# notice and this notice are preserved.  This file is offered as-is,
-# without warranty of any kind.
-
-/var/log/openvswitch/*.log {
-	sharedscripts
-	missingok
-	postrotate
-	# Tell Open vSwitch daemons to reopen their log files
-	if [ -e /var/run/openvswitch/ovs-vswitchd.pid ]; then
-	    /usr/bin/ovs-appctl -t ovs-vswitchd vlog/reopen
-	fi
-	if [ -e /var/run/openvswitch/ovsdb-server.pid ]; then
-	    /usr/bin/ovs-appctl -t ovsdb-server vlog/reopen
-	fi
-	endscript
-}
diff --git a/openvswitch/openvswitch.nm b/openvswitch/openvswitch.nm
deleted file mode 100644
index 7b0a0e4..0000000
--- a/openvswitch/openvswitch.nm
+++ /dev/null
@@ -1,92 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info(a)ipfire.org>                   #
-###############################################################################
-
-name       = openvswitch
-version    = 1.9.0
-release    = 1
-
-groups     = Networking/Tools
-url        = http://openvswitch.org/
-license    = ASL 2.0 and LGPLv2+ and SISSL
-summary    = Open vSwitch daemon/database/utilities.
-
-description
-	Open vSwitch provides standard network bridging functions and
-	support for the OpenFlow protocol for remote per-flow control
-	of traffic.
-end
-
-source_dl  = http://openvswitch.org/releases/
-
-build
-	requires
-		groff
-		openssl-devel
-		systemd-units
-	end
-
-	configure_options += \
-		--enable-ssl \
-		--with-pkidir=%{sharedstatedir}/openvswitch/pki \
-		OVSKMOD=openvswitch
-
-	install_cmds
-		# Install logrotate file.
-		mkdir -pv %{BUILDROOT}%{sysconfdir}/logrotate.d
-		install -m 644 %{DIR_SOURCE}/openvswitch.logrotate \
-			%{BUILDROOT}%{sysconfdir}/logrotate.d/openvswitch
-
-		mkdir -pv %{BUILDROOT}%{sharedstatedir}/openvswitch
-	
-		# Remove stuff we don't want to support.
-		rm -vf \
-			%{BUILDROOT}%{bindir}/ovs-controller \
-			%{BUILDROOT}%{sbindir}/ovs-{vlan-bug-workaround,brcompatd} \
-			%{BUILDROOT}%{mandir}/man8/ovs-{controller,vlan-bug-workaround,brcompatd}.8
-	end
-end
-
-packages
-	package %{name}
-		script postin
-			systemctl daemon-reload >/dev/null 2>&1 || :
-		end
-
-		script postup
-			systemctl daemon-reload >/dev/null 2>&1 || :
-			systemctl try-restart openvswitch.service >/dev/null 2>&1 || :
-		end
-
-		script postun
-			systemctl --no-reload disable openvswitch.service >/dev/null 2>&1 || :
-			systemctl stop openvswitch.service >/dev/null 2>&1 || :
-		end
-
-		configfiles
-			%{sysconfdir}/logrotate.d/openvswitch
-		end
-	end
-
-	package %{name}-test
-		summary = Open vSwitch testing utilities.
-		license = ASL 2.0
-		description
-			Utilities that are useful to diagnose performance and connectivity
-			issues in Open vSwitch setup.
-		end
-		arch = noarch
-
-		files
-			%{bindir}/ovs-test
-			%{bindir}/ovs-vlan-test
-			%{mandir}/man8/ovs-test.8*
-			%{mandir}/man8/ovs-vlan-test.8*
-		end
-	end
-
-	package %{name}-debuginfo
-		template DEBUGINFO
-	end
-end
diff --git a/openvswitch/systemd/openvswitch.service b/openvswitch/systemd/openvswitch.service
deleted file mode 100644
index fc7517d..0000000
--- a/openvswitch/systemd/openvswitch.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=Open vSwitch
-After=syslog.target
-
-[Service]
-Type=oneshot
-ExecStart=/usr/share/openvswitch/scripts/ovs-ctl --system-id=random start --delete-bridges
-ExecStop=/usr/share/openvswitch/scripts/ovs-ctl stop
-RemainAfterExit=yes
-
-[Install]
-WantedBy=multi-user.target
-


hooks/post-receive
--
IPFire 3.x development tree

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-08-27 10:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-27 10:17 [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 1a98394132cb7e93af96a5f3262bf21da8511be3 git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox