aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2009-12-21 17:02:17 -0800
committerBen Pfaff <blp@nicira.com>2010-01-04 10:09:27 -0800
commit2280e7223cc5d014fe60ad3be45b8e4d9d401997 (patch)
tree1ebc58c48fec201f1b2e52fb3c6354296e7b10f6 /debian
parent0b1fae1b73c4c6cfc84edafc6845a17257191e42 (diff)
ofproto: Drop remote command execution feature.
At one point Nicira had deployment plans for which adding a remote command execution feature to the OpenFlow stack made a lot of sense. We no longer have those plans, as far as I know, and leaving the feature in seems like a huge potential security hole. So this commit blows away the entire feature.
Diffstat (limited to 'debian')
-rw-r--r--debian/automake.mk3
-rwxr-xr-xdebian/commands/update4
-rw-r--r--debian/openvswitch-switch.install2
-rw-r--r--debian/openvswitch-switchui.install1
-rwxr-xr-xdebian/reconfigure (renamed from debian/commands/reconfigure)0
5 files changed, 2 insertions, 8 deletions
diff --git a/debian/automake.mk b/debian/automake.mk
index 80b66ccb..1b649453 100644
--- a/debian/automake.mk
+++ b/debian/automake.mk
@@ -1,7 +1,5 @@
EXTRA_DIST += \
debian/changelog \
- debian/commands/reconfigure \
- debian/commands/update \
debian/compat \
debian/control \
debian/control.modules.in \
@@ -60,5 +58,6 @@ EXTRA_DIST += \
debian/ovs-switch-setup.8 \
debian/po/POTFILES.in \
debian/po/templates.pot \
+ debian/reconfigure \
debian/rules \
debian/rules.modules
diff --git a/debian/commands/update b/debian/commands/update
deleted file mode 100755
index 545e3c23..00000000
--- a/debian/commands/update
+++ /dev/null
@@ -1,4 +0,0 @@
-#! /bin/sh
-set -e
-apt-get update -qy
-apt-get upgrade -qy
diff --git a/debian/openvswitch-switch.install b/debian/openvswitch-switch.install
index 8e9b6c11..7b988da1 100644
--- a/debian/openvswitch-switch.install
+++ b/debian/openvswitch-switch.install
@@ -4,5 +4,3 @@ _debian/utilities/ovs-dpctl usr/sbin
_debian/utilities/ovs-kill usr/sbin
_debian/utilities/ovs-vsctl usr/sbin
_debian/vswitchd/ovs-vswitchd usr/sbin
-debian/commands/* usr/share/openvswitch/commands
-debian/openvswitch/usr/share/openvswitch/commands/* usr/share/openvswitch/commands
diff --git a/debian/openvswitch-switchui.install b/debian/openvswitch-switchui.install
index f2872c83..0cfb2904 100644
--- a/debian/openvswitch-switchui.install
+++ b/debian/openvswitch-switchui.install
@@ -1,2 +1,3 @@
_debian/extras/ezio/ezio-term usr/sbin
_debian/extras/ezio/ovs-switchui usr/bin
+debian/reconfigure usr/share/openvswitch-switchui
diff --git a/debian/commands/reconfigure b/debian/reconfigure
index dc493a18..dc493a18 100755
--- a/debian/commands/reconfigure
+++ b/debian/reconfigure