summarylogtreecommitdiffstats
path: root/wwwoffle.install
diff options
context:
space:
mode:
authorfelics@felics-tablet2016-09-21 19:45:28 +0200
committerfelics@felics-tablet2016-09-21 19:45:28 +0200
commit35f3636021ed1bcfa121a97be1c2ed14f1b147a5 (patch)
tree426a683deb032c21ca57bd6fd51d0ebf21b0bf9b /wwwoffle.install
parentce7309009c25f78d28d4f1f7190bf7b68496dda4 (diff)
downloadaur-35f3636021ed1bcfa121a97be1c2ed14f1b147a5.tar.gz
Rework of initscripts, initscripts' config file and install messages.
Diffstat (limited to 'wwwoffle.install')
-rw-r--r--wwwoffle.install16
1 files changed, 14 insertions, 2 deletions
diff --git a/wwwoffle.install b/wwwoffle.install
index 01d4966b0222..a70c8cd98f68 100644
--- a/wwwoffle.install
+++ b/wwwoffle.install
@@ -3,7 +3,20 @@ post_install() {
}
post_upgrade() {
- echo "ATTENTION WWWOFFLE:"
+ echo "WWWOFFLE post-installation/ post-upgrade information, please read:"
+ echo "-------------------"
+ echo ""
+ echo "If you upgraded from a version below 2.9j+svn2227-5,"
+ echo "MANUAL INTERVENTION is required:"
+ echo "Format of /etc/conf.d/wwwoffle changed between version"
+ echo "2.9j+svn2227-4 and v2.9j+svn2227-5."
+ echo "If you upgraded from a version below 2.9j+svn2227-5, please make"
+ echo "sure you edit /etc/conf.d/wwwoffle."
+ echo "The old variable 'WWWOFFLE_ARGS' is no longer understood. Instead,"
+ echo "the place of the config file to use goes into 'WWWOFFLE_CONFIG_FILE',"
+ echo "and further arguments to be passed to the deamon upon startup go into"
+ echo "WWWOFFLED_EXTRA_ARGS."
+ echo ""
echo "-------------------"
echo ""
echo "Configuration file template is installed at"
@@ -57,4 +70,3 @@ pre_remove() {
echo ">>> Removing group wwwoffle."
groupdel wwwoffle &> /dev/null
}
-