From patchwork Tue Jun 28 18:28:13 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wido den Hollander X-Patchwork-Id: 925822 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.4) with ESMTP id p5SIgqZF004724 for ; Tue, 28 Jun 2011 18:42:59 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758733Ab1F1Skc (ORCPT ); Tue, 28 Jun 2011 14:40:32 -0400 Received: from hosted.by.pcextreme ([109.72.90.196]:37351 "EHLO logger.ceph.widodh.nl" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1760809Ab1F1SiY (ORCPT ); Tue, 28 Jun 2011 14:38:24 -0400 Received: by logger.ceph.widodh.nl (Postfix, from userid 0) id 3C03583708; Tue, 28 Jun 2011 20:28:25 +0200 (CEST) From: Wido den Hollander To: ceph-devel@vger.kernel.org Cc: Wido den Hollander Subject: [PATCH 2/3] bash_completion: Add the bash_completion files to the Debian packages Date: Tue, 28 Jun 2011 20:28:13 +0200 Message-Id: <1309285694-12399-3-git-send-email-wido@widodh.nl> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <1309285694-12399-1-git-send-email-wido@widodh.nl> References: <1309285694-12399-1-git-send-email-wido@widodh.nl> Sender: ceph-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: ceph-devel@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Tue, 28 Jun 2011 18:42:59 +0000 (UTC) Signed-off-by: Wido den Hollander --- debian/ceph-client-tools.install | 2 ++ debian/ceph.install | 1 + debian/radosgw.install | 1 + 3 files changed, 4 insertions(+), 0 deletions(-) diff --git a/debian/ceph-client-tools.install b/debian/ceph-client-tools.install index 205eb7c..d9b3edd 100644 --- a/debian/ceph-client-tools.install +++ b/debian/ceph-client-tools.install @@ -6,3 +6,5 @@ usr/share/man/man8/csyn.8 usr/share/man/man8/rados.8 usr/share/man/man8/rbd.8 usr/share/man/man8/mount.ceph.8 +etc/bash_completion.d/rados +etc/bash_completion.d/rbd diff --git a/debian/ceph.install b/debian/ceph.install index b1160db..53de14f 100644 --- a/debian/ceph.install +++ b/debian/ceph.install @@ -30,3 +30,4 @@ usr/share/man/man8/cephfs.8 usr/share/man/man8/cauthtool.8 usr/share/man/man8/cclsinfo.8 usr/share/man/man8/cdebugpack.8 +etc/bash_completion.d/ceph diff --git a/debian/radosgw.install b/debian/radosgw.install index 0a69f45..d968edd 100644 --- a/debian/radosgw.install +++ b/debian/radosgw.install @@ -2,3 +2,4 @@ usr/bin/radosgw usr/bin/radosgw_admin usr/share/man/man8/radosgw.8 usr/share/man/man8/radosgw_admin.8 +etc/bash_completion.d/radosgw_admin