diff options
author | Sage Weil <sage@redhat.com> | 2015-09-14 19:52:11 +0200 |
---|---|---|
committer | Sage Weil <sage@redhat.com> | 2015-09-14 20:00:26 +0200 |
commit | 8e13d89f0f136f5be8ab869190062abfcca0e23d (patch) | |
tree | 63bc4c241aae24974709f64cc576e22a4e2b52c8 /configure.ac | |
parent | systemd: no need to preprocess ceph-osd@service (diff) | |
download | ceph-8e13d89f0f136f5be8ab869190062abfcca0e23d.tar.xz ceph-8e13d89f0f136f5be8ab869190062abfcca0e23d.zip |
systemd: eliminate ceph-rgw tmpfiles.d file
This is for storing the rgw socket files for fastcgi, which we do not
want to enable by default.
Signed-off-by: Sage Weil <sage@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 58c0b6bc592..3e20affe674 100644 --- a/configure.ac +++ b/configure.ac @@ -1342,6 +1342,5 @@ AC_CONFIG_FILES([Makefile man/Makefile doc/Makefile selinux/Makefile - systemd/ceph-rgw.tmpfiles.d ceph.spec]) AC_OUTPUT |