summaryrefslogtreecommitdiff
path: root/archlinuxaba/bareos/bareos-database-mysql.install
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-11-05 10:22:51 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-11-05 10:22:51 +0100
commit775eea1c5be7817294a76bac7e88c9e059a30ddb (patch)
tree0c33be3fe5cf5afbcdc33fbc4a5d42b8d7d372e5 /archlinuxaba/bareos/bareos-database-mysql.install
parentc304846dc8831294563ef6118b6ef27692159571 (diff)
downloadarch-775eea1c5be7817294a76bac7e88c9e059a30ddb.tar.gz
arch-775eea1c5be7817294a76bac7e88c9e059a30ddb.tar.bz2
updated bareos to 21.1.4 and OpenSSL 3
Diffstat (limited to 'archlinuxaba/bareos/bareos-database-mysql.install')
-rw-r--r--archlinuxaba/bareos/bareos-database-mysql.install12
1 files changed, 3 insertions, 9 deletions
diff --git a/archlinuxaba/bareos/bareos-database-mysql.install b/archlinuxaba/bareos/bareos-database-mysql.install
index dcfdf04..d462ace 100644
--- a/archlinuxaba/bareos/bareos-database-mysql.install
+++ b/archlinuxaba/bareos/bareos-database-mysql.install
@@ -3,22 +3,16 @@ coloroff='\e[0m'
# arg 0: the new package version
post_install() {
- echo -e "${yellow}NOTE: Please see documentation (section 2.4.2) to setup database:${coloroff}"
- #echo -e "${yellow} http://doc.bareos.org/master/html/bareos-manual-main-reference.html#x1-400002.4.2${coloroff}"
- echo -e "${yellow} http://download.bareos.org/bareos/release/17.2/documentation/html/bareos-manual-main-reference.html#QQ2-1-47${coloroff}"
-
+ echo -e "${yellow}NOTE: Please see documentation to setup database${coloroff}"
}
# arg 0: the new package version
# arg 2: the old package version
post_upgrade() {
- #echo -e "${yellow}NOTE: Please see documentation (section) 3.1.2 to update database${coloroff}"
- #echo -e "${yellow} http://doc.bareos.org/master/html/bareos-manual-main-reference.html#x1-450003.1.2${coloroff}"
- echo -e "${yellow}NOTE: Please see documentation (section) 4.2.2 to update database${coloroff}"
- echo -e "${yellow} http://download.bareos.org/bareos/release/17.2/documentation/html/bareos-manual-main-reference.html#x1-710004.2.2${coloroff}"
+ echo -e "${yellow}NOTE: Please see documentation to setup database${coloroff}"
}
# arg 0: the old package version
post_remove() {
- echo -e "${yellow}NOTE: To remove all traces of bareos please delete the bareos database.${coloroff}"
+ echo -e "${yellow}NOTE: To remove all traces of bareos please delete the bareos database.${coloroff}"
}