[X2Go-Commits] x2goserver.git - build-baikal (branch) updated: 3.0.99.10-34-g839ab4f

X2Go dev team git-admin at x2go.org
Fri Jan 3 18:04:41 CET 2014


The branch, build-baikal has been updated
       via  839ab4f783081aecf5667588c791f7ef5986568c (commit)
      from  add1c479ab49cda6325f89ba1cbc45d57f8a1685 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 debian/po/de.po                              |   14 +++++----
 debian/po/templates.pot                      |    4 +--
 debian/templates                             |    2 +-
 x2goserver/doc/README.upgrade-pgsql-database |   40 ++++++++++++--------------
 4 files changed, 31 insertions(+), 29 deletions(-)

The diff of changes is:
diff --git a/debian/po/de.po b/debian/po/de.po
index dc47d07..11de240 100644
--- a/debian/po/de.po
+++ b/debian/po/de.po
@@ -15,8 +15,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: x2goserver at packages.debian.org\n"
-"POT-Creation-Date: 2012-02-06 21:20+0100\n"
-"PO-Revision-Date: 2012-02-06 21:25+0100\n"
+"POT-Creation-Date: 2012-02-22 13:45+0100\n"
+"PO-Revision-Date: 2012-02-22 13:52+0100\n"
 "Last-Translator: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
 "Language: \n"
@@ -34,11 +34,15 @@ msgstr "X2Go Server / PostgreSQL Upgrade"
 #. Description
 #: ../templates:1001
 msgid "You have configured X2Go Server with PostgreSQL as session DB backend and you are upgrading x2goserver from a version minor to 3.1.0.0."
-msgstr "Ihr X2Go Server nutzt eine PostgreSQL Datenbank, um X2Go Sitzungsdaten zu verwalten und Sie aktualisieren gerade das Paket x2goserver von einer Version kleiner als 3.1.0.0."
+msgstr "Ihr X2Go Server nutzt eine PostgreSQL Datenbank, um X2Go Sitzungsdaten zu verwalten, und Sie aktualisieren gerade das Paket x2goserver von einer Version kleiner als 3.1.0.0."
 
 #. Type: text
 #. Description
 #: ../templates:1001
-msgid "Please follow these PostgreSQL DB upgrade instructions before you continue using your X2Go Server: /usr/share/doc/x2goserver/README.upgrade-pgsql-database"
-msgstr "Bitte befolgen Sie daher die PostgreSQL-Aktualisierungshinweise bevor sie mit der Weiternutzung Ihres X2Go Servers fortfahren: /usr/share/x2goserver/README.upgrade-pgsl-database"
+#| msgid ""
+#| "Please follow these PostgreSQL DB upgrade instructions before you "
+#| "continue using your X2Go Server: /usr/share/doc/x2goserver/README.upgrade-"
+#| "pgsql-database"
+msgid "Please follow these PostgreSQL DB upgrade instructions before you continue using your X2Go Server: /usr/share/doc/x2goserver/README.upgrade-pgsql-database.gz"
+msgstr "Bitte befolgen Sie daher die PostgreSQL-Aktualisierungshinweise bevor sie mit der Weiternutzung Ihres X2Go Servers fortfahren: /usr/share/doc/x2goserver/README.upgrade-pgsl-database.gz"
 
diff --git a/debian/po/templates.pot b/debian/po/templates.pot
index 1667bd9..657ffb4 100644
--- a/debian/po/templates.pot
+++ b/debian/po/templates.pot
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: x2goserver at packages.debian.org\n"
-"POT-Creation-Date: 2012-02-06 21:20+0100\n"
+"POT-Creation-Date: 2012-02-22 13:45+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -37,5 +37,5 @@ msgstr ""
 msgid ""
 "Please follow these PostgreSQL DB upgrade instructions before you continue "
 "using your X2Go Server: /usr/share/doc/x2goserver/README.upgrade-pgsql-"
-"database"
+"database.gz"
 msgstr ""
diff --git a/debian/templates b/debian/templates
index 384574a..db48433 100644
--- a/debian/templates
+++ b/debian/templates
@@ -6,4 +6,4 @@ _Description: X2Go Server / PostgreSQL Upgrade
  .
  Please follow these PostgreSQL DB upgrade instructions before you continue
  using your X2Go Server:
- /usr/share/doc/x2goserver/README.upgrade-pgsql-database
+ /usr/share/doc/x2goserver/README.upgrade-pgsql-database.gz
diff --git a/x2goserver/doc/README.upgrade-pgsql-database b/x2goserver/doc/README.upgrade-pgsql-database
index bb78733..5e7de9d 100644
--- a/x2goserver/doc/README.upgrade-pgsql-database
+++ b/x2goserver/doc/README.upgrade-pgsql-database
@@ -17,28 +17,26 @@ Upgrading to x2goserver 3.1.0.0
 
 From: x2goserver (<= 3.0.99.10)
 To: x2goserver (>= 3.1.0.0)
-
-A new column has been added to the database: ,,used_ports''.
-
-X2Go users in the PostgreSQL database need access to this new column.
-
-Alternative 1: recreate all X2Go db users
-
+Description: The user (access) permissions on table ,,used_ports'' have been changed. 
+ X2Go users in the PostgreSQL database need access to this new column.
+ .
+ Alternative 1: recreate all X2Go db users
+ .
   x2godbadmin --rmuser <username>
   x2godbadmin --adduser <username>
-
-Alternative 2:
-
-  Run this SQL command for each x2gouser_<user> in the X2Go PostgreSQL database
-
-   $ su - postgres
-   $ psql 
-   psql (<YOUR-PSQL-VERSION)
-   Type "help" for help.
-   .
-   postgres=# \connect x2go_sessions
-   x2go_sessions=# GRANT SELECT ON used_ports TO "x2gouser_<username1>";
-   x2go_sessions=# GRANT SELECT ON used_ports TO "x2gouser_<username2>";
-   ...
+ .
+ Alternative 2:
+ .
+   Run this SQL command for each x2gouser_<user> in the X2Go PostgreSQL database
+ .
+     $ su - postgres
+     $ psql 
+     psql (<YOUR-PSQL-VERSION)
+     Type "help" for help.
+ .
+     postgres=# \connect x2go_sessions
+     x2go_sessions=# GRANT SELECT ON used_ports TO "x2gouser_<username1>";
+     x2go_sessions=# GRANT SELECT ON used_ports TO "x2gouser_<username2>";
+     ...
 
 


hooks/post-receive
-- 
x2goserver.git (X2Go Server)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "x2goserver.git" (X2Go Server).




More information about the x2go-commits mailing list