scripts/dumpconf: Bring installation rules in line with other scripts

Until recently dumpconf might have been installed in two different
locations, /etc/init.d/ and /lib/s390-tools/. As dumpconf is now part of
the helper scripts in the scripts directory, extend the installation
rule and add the %S390_TOOLS_VERSION% wildcard to the script along the
way for correct version output.

The installation rule in the systemd/Makefile is removed, bringing it in
line with cpictl.

Acked-by: Stefan Haberland <sth@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Jan Höppner
2022-05-12 21:30:15 +02:00
parent a177ae2439
commit b01ef782f0
3 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ EOF
printversion()
{
cat <<EOF
dumpconf: zSeries dump configuration script version 1.1
dumpconf: zSeries dump configuration script version %S390_TOOLS_VERSION%
Copyright IBM Corp. 2006, 2022
EOF
}