summarylogtreecommitdiffstats
path: root/gateone-git.install
diff options
context:
space:
mode:
authorWorMzy Tykashi2015-06-09 23:38:30 +0100
committerWorMzy Tykashi2015-06-09 23:38:30 +0100
commit128652c169f4afe17f61803dbd21645606fa7807 (patch)
tree3ccf20da59e2a707cb1c5803a6e84544b0b6a5f1 /gateone-git.install
downloadaur-128652c169f4afe17f61803dbd21645606fa7807.tar.gz
Copied from non-git
Diffstat (limited to 'gateone-git.install')
-rw-r--r--gateone-git.install24
1 files changed, 24 insertions, 0 deletions
diff --git a/gateone-git.install b/gateone-git.install
new file mode 100644
index 000000000000..c883204202f6
--- /dev/null
+++ b/gateone-git.install
@@ -0,0 +1,24 @@
+post_upgrade() {
+ if [[ "$2" < "1.1_r330.94454ca4-1" ]]; then
+ cat <<EOF
+IMPORTANT: As of 1.1_r330, Gate One has been relocated from /opt/gateone to
+your system's site-packages directory. The old location was left alone. You may
+now start Gate One by simply running 'gateone' (it should be in your \$PATH).
+
+Important default file locations (and their respective cli args):
+
+ --settings_dir=/etc/gateone/conf.d
+ --certificate=/etc/gateone/ssl/certificate.pem
+ --keyfile=/etc/gateone/ssl/keyfile.pem
+ --user_dir=/var/lib/gateone/users
+ --log_file_prefix=/var/log/gateone/gateone.log
+ --pid_file=/var/run/gateone.pid
+
+TIP: If you wish to preserve your old settings:
+sudo cp /opt/gateone/settings/*.conf /etc/gateone/conf.d/
+
+For more details, please see
+https://github.com/liftoff/GateOne/commit/94454ca48b47ef251e72d348e863833910569f14
+EOF
+ fi
+}