diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-09 16:06:12 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-09 16:06:12 +0000 |
commit | c2fa69955ac724d03c7c50f155e1a2dabc125c3c (patch) | |
tree | 0f13926716058c7d6243a393db5b225b7379d25e /testing/openvswitch/ovs-vswitchd.initd | |
parent | 0012ba7c5165d1d8bb45beaa0df24176a8c250c5 (diff) | |
download | aports-c2fa69955ac724d03c7c50f155e1a2dabc125c3c.tar.bz2 aports-c2fa69955ac724d03c7c50f155e1a2dabc125c3c.tar.xz |
main/openvswitch: move from testing
Diffstat (limited to 'testing/openvswitch/ovs-vswitchd.initd')
-rw-r--r-- | testing/openvswitch/ovs-vswitchd.initd | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/testing/openvswitch/ovs-vswitchd.initd b/testing/openvswitch/ovs-vswitchd.initd deleted file mode 100644 index 1cc9b35a5f..0000000000 --- a/testing/openvswitch/ovs-vswitchd.initd +++ /dev/null @@ -1,25 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openvswitch/files/ovs-vswitchd-r1,v 1.1 2013/04/08 19:37:58 dev-zero Exp $ - -description="Open vSwitch virtual switch" - -pidfile="/var/run/openvswitch/ovs-vswitchd.pid" -command="/usr/sbin/ovs-vswitchd" -command_args=" - --pidfile=$pidfile - --detach - --monitor - ${OPTIONS} ${DATABASE}" - -depend() { - need localmount ovsdb-server - after bootmisc hwdrivers modules - before net - use logger -} - -start_pre() { - checkpath --directory "${pidfile%/*}" --mode 0750 -} |