summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-04-11 12:36:12 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-04-11 12:45:43 +0000
commitf2f17acc25862fed039e8e762ffbab82f38e2e1d (patch)
treea652c70aa133dc27604028676af76874ee887816 /share
parentUsing /usr/libexec/container instead of /usr/libexec/open-infrastructure/cont... (diff)
downloadcompute-tools-f2f17acc25862fed039e8e762ffbab82f38e2e1d.tar.xz
compute-tools-f2f17acc25862fed039e8e762ffbab82f38e2e1d.zip
Using /usr/share/compute-tools instead of /usr/share/open-infrastructure/container.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share')
-rw-r--r--share/bash-completion/container2
-rw-r--r--share/man/container-create-curl.1.txt2
-rw-r--r--share/man/container-create-debconf.1.txt2
-rw-r--r--share/man/container.1.txt2
-rwxr-xr-xshare/scripts/curl2
-rwxr-xr-xshare/scripts/debconf2
6 files changed, 6 insertions, 6 deletions
diff --git a/share/bash-completion/container b/share/bash-completion/container
index 869c920..810d1c2 100644
--- a/share/bash-completion/container
+++ b/share/bash-completion/container
@@ -69,7 +69,7 @@ _container()
;;
-s|--script)
- opts="$(cd /usr/share/open-infrastructure/container/scripts && find -maxdepth 1 -not -type d -and -not -name 'default' -and -not -name 'debconf' -and -not -name '*.d' -printf '%P\n' | sort)"
+ opts="$(cd /usr/share/compute-tools/scripts && find -maxdepth 1 -not -type d -and -not -name 'default' -and -not -name 'debconf' -and -not -name '*.d' -printf '%P\n' | sort)"
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
return 0
;;
diff --git a/share/man/container-create-curl.1.txt b/share/man/container-create-curl.1.txt
index e049b23..251b05d 100644
--- a/share/man/container-create-curl.1.txt
+++ b/share/man/container-create-curl.1.txt
@@ -86,7 +86,7 @@ The following files are used:
*/etc/compute-tools/config*::
Container configuration files.
-*/usr/share/open-infrastructure/container/scripts*::
+*/usr/share/compute-tools/scripts*::
Container creation scripts.
*/usr/share/doc/compute-tools*::
diff --git a/share/man/container-create-debconf.1.txt b/share/man/container-create-debconf.1.txt
index fb0a838..a209594 100644
--- a/share/man/container-create-debconf.1.txt
+++ b/share/man/container-create-debconf.1.txt
@@ -117,7 +117,7 @@ The following files are used:
*/etc/compute-tools/config*::
Container configuration files.
-*/usr/share/open-infrastructure/container/scripts*::
+*/usr/share/compute-tools/scripts*::
Container creation scripts.
*/usr/share/doc/compute-tools*::
diff --git a/share/man/container.1.txt b/share/man/container.1.txt
index 6646d6f..fd5f354 100644
--- a/share/man/container.1.txt
+++ b/share/man/container.1.txt
@@ -116,7 +116,7 @@ The following files are used:
*/usr/libexec/container*::
Container commands.
-*/usr/share/open-infrastructure/container*::
+*/usr/share/compute-tools/*::
Container shared data.
*/usr/share/doc/compute-tools*::
diff --git a/share/scripts/curl b/share/scripts/curl
index 7d7661a..a975214 100755
--- a/share/scripts/curl
+++ b/share/scripts/curl
@@ -267,7 +267,7 @@ then
Debconf
# Run debconf parts
- for DEBCONF_SCRIPT in /usr/share/${PROJECT}/${PROGRAM}/scripts/curl.d/*
+ for DEBCONF_SCRIPT in /usr/share/${SOFTWARE}/scripts/curl.d/*
do
if [ -x "${DEBCONF_SCRIPT}" ]
then
diff --git a/share/scripts/debconf b/share/scripts/debconf
index 0147212..40606ca 100755
--- a/share/scripts/debconf
+++ b/share/scripts/debconf
@@ -1121,7 +1121,7 @@ do
done
# Run debconf parts
-for DEBCONF_SCRIPT in "/usr/share/${PROJECT}/${PROGRAM}/scripts/debconf.d"/*
+for DEBCONF_SCRIPT in "/usr/share/${SOFTWARE}/scripts/debconf.d"/*
do
if [ -x "${DEBCONF_SCRIPT}" ]
then