projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b81b532
)
Have vswitchd and brcompatd installed into sbindir
author
Keith Amidon
<keith@nicira.com>
Tue, 7 Apr 2009 23:48:10 +0000
(16:48 -0700)
committer
Keith Amidon
<keith@nicira.com>
Tue, 7 Apr 2009 23:48:10 +0000
(16:48 -0700)
This seems more appropriate given they won't be used by regular users
normally.
Makefile.am
patch
|
blob
|
history
vswitchd/automake.mk
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index d276604d78fc1a1f559cff52bc419f7fbb0d8b5c..97721295381c43cd632679886fd7a9c00c6388c7 100644
(file)
--- 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 da670cf2d450b47cfb4910bcb318846f4cd8d5eb..ecc44276e94db0f2a839dc6d2d86c8fb83fd5b81 100644
(file)
--- a/
vswitchd/automake.mk
+++ b/
vswitchd/automake.mk
@@
-1,4
+1,4
@@
-bin_PROGRAMS += vswitchd/vswitchd vswitchd/brcompatd
+
s
bin_PROGRAMS += vswitchd/vswitchd vswitchd/brcompatd
man_MANS += vswitchd/vswitchd.conf.5 \
vswitchd/vswitchd.8 \
vswitchd/brcompatd.8