summaryrefslogtreecommitdiffstats
path: root/debian/open-infrastructure-ceph-tools.postinst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-03-02 18:47:36 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-03-02 18:48:11 +0000
commit851949e5233e4d767737a524af0d2e42ecdf569c (patch)
tree44d75446713c3f424add368cdac2ebc22a20876b /debian/open-infrastructure-ceph-tools.postinst
parentRemoving source local-options, not needed anymore. (diff)
downloadopen-infrastructure-storage-tools-851949e5233e4d767737a524af0d2e42ecdf569c.tar.xz
open-infrastructure-storage-tools-851949e5233e4d767737a524af0d2e42ecdf569c.zip
Updating packaging for upstream rename.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/open-infrastructure-ceph-tools.postinst')
-rwxr-xr-xdebian/open-infrastructure-ceph-tools.postinst4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/open-infrastructure-ceph-tools.postinst b/debian/open-infrastructure-ceph-tools.postinst
index 6e895b6..609e1b2 100755
--- a/debian/open-infrastructure-ceph-tools.postinst
+++ b/debian/open-infrastructure-ceph-tools.postinst
@@ -2,7 +2,7 @@
set -e
-CONFFILE="/etc/default/ceph-tools"
+CONFFILE="/etc/open-infrastructure/ceph-tools.conf"
case "${1}" in
configure)
@@ -44,7 +44,7 @@ case "${1}" in
then
cat > "${CONFFILE}" << EOF
-# /etc/default/ceph-tools
+# /etc/open-infrastructure/ceph-tools.conf
CEPH_INFO="${CEPH_INFO}"
CEPH_LOG="${CEPH_LOG}"