diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-12-12 15:58:00 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-12-12 15:58:00 +0000 |
commit | 28d439d57877be7fc541c406e976f063844915a2 (patch) | |
tree | f3892548244022ffcdbfef188030e05971593362 | |
parent | 96cd56925bbda4ccb837f3eb240250a8fc7e21c9 (diff) |
Don't install network.conf for now
-rw-r--r-- | network/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/Makefile.am b/network/Makefile.am index 3f79b311..2f8a7c3d 100644 --- a/network/Makefile.am +++ b/network/Makefile.am @@ -3,7 +3,7 @@ if NETWORKSERVICE if CONFIGFILES confdir = $(sysconfdir)/bluetooth -conf_DATA = network.service network.conf +conf_DATA = network.service endif servicedir = $(libdir)/bluetooth |