From: Ben Pfaff Date: Wed, 5 Nov 2008 18:04:31 +0000 (-0800) Subject: Move "update" remote command from base secchan into Debian packaging. X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=99539434750b3b9c9b5d02089eee7777887dad88;p=sliver-openvswitch.git Move "update" remote command from base secchan into Debian packaging. The update command only works with Debian anyway, so there's no point in installing it elsewhere. --- diff --git a/secchan/commands/update b/debian/commands/update similarity index 100% rename from secchan/commands/update rename to debian/commands/update diff --git a/secchan/commands/automake.mk b/secchan/commands/automake.mk index 1b291f821..cbe44d8c6 100644 --- a/secchan/commands/automake.mk +++ b/secchan/commands/automake.mk @@ -1,4 +1,3 @@ commandsdir = ${pkgdatadir}/commands dist_commands_SCRIPTS = \ - secchan/commands/reboot \ - secchan/commands/update + secchan/commands/reboot