Revert "server: Serve well-known bus names"

This reverts commit 799e7bc959540d57dfaae67b5cd495ca4163fb0f.

This commit caused a regression, see openbmc/openbmc#2751

Change-Id: Idcfa80ff6209a1fcf77f6ea29ffea6d312b16587
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
1 file changed
tree: d9f38ff5ba0a579d4979555e7a77c19eef814ba6
  1. fail-monitor/
  2. libmapper/
  3. obmc/
  4. .gitignore
  5. bootstrap.sh
  6. configure.ac
  7. LICENSE
  8. Makefile.am
  9. phosphor-mapper
  10. README.md
  11. setup.py.in
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.