From: Keith Amidon Date: Tue, 7 Apr 2009 23:48:10 +0000 (-0700) Subject: Have vswitchd and brcompatd installed into sbindir X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9417d74f21dceb91d618cf839a5940306c260058;p=openvswitch Have vswitchd and brcompatd installed into sbindir This seems more appropriate given they won't be used by regular users normally. --- diff --git a/Makefile.am b/Makefile.am index d276604d..97721295 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,6 +34,7 @@ EXTRA_DIST = TESTS = TESTS_ENVIRONMENT = bin_PROGRAMS = +sbin_PROGRAMS = bin_SCRIPTS = dist_commands_DATA = dist_man_MANS = diff --git a/vswitchd/automake.mk b/vswitchd/automake.mk index da670cf2..ecc44276 100644 --- a/vswitchd/automake.mk +++ b/vswitchd/automake.mk @@ -1,4 +1,4 @@ -bin_PROGRAMS += vswitchd/vswitchd vswitchd/brcompatd +sbin_PROGRAMS += vswitchd/vswitchd vswitchd/brcompatd man_MANS += vswitchd/vswitchd.conf.5 \ vswitchd/vswitchd.8 \ vswitchd/brcompatd.8