[X2Go-Commits] [x2goserver] 04/04: UNINSTALL: add reference to remove mysqladmin password file if uninstalling the tarball manually.
git-admin at x2go.org
git-admin at x2go.org
Sat Feb 24 00:19:37 CET 2018
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch feature/mysql-backend
in repository x2goserver.
commit 50ee68b9775adde39d719cc58b9e541c2978ba73
Author: Mihai Moldovan <ionic at ionic.de>
Date: Sat Feb 24 00:19:22 2018 +0100
UNINSTALL: add reference to remove mysqladmin password file if uninstalling the tarball manually.
---
UNINSTALL | 9 +++++++--
debian/changelog | 2 ++
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/UNINSTALL b/UNINSTALL
index aac101c..549fefb 100644
--- a/UNINSTALL
+++ b/UNINSTALL
@@ -11,14 +11,19 @@ TARBALL UNINSTALL OF x2goserver
$ rm -vf /etc/x2go/x2gosql/passwords/pgadmin
-3.) Remove x2gouser and groups from the system
+3.) Remove MySQL passwords
+-------------------------------
+ $ rm -vf /etc/x2go/x2gosql/passwords/mysqladmin
+
+
+4.) Remove x2gouser and groups from the system
----------------------------------------------
$ deluser x2gouser
$ delgroup x2gouser
-4.) Run Makefile's uninstall
+5.) Run Makefile's uninstall
----------------------------
$ cd /path/to/extracted/x2goserver/tarball
diff --git a/debian/changelog b/debian/changelog
index 47ce51b..17bb60c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -85,6 +85,8 @@ x2goserver (4.1.0.1-0x2go1) UNRELEASED; urgency=medium
Moghrabis changes, but slightly amended. Caveat: INCOMPATIBLE DATABASE
SCHEMA!
- x2goserver/sbin/x2godbadmin: update copyright header.
+ - UNINSTALL: add reference to remove mysqladmin password file if
+ uninstalling the tarball manually.
* debian/{control,compat}:
+ Bump DH compat level to 9.
* debian/:
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
More information about the x2go-commits
mailing list