Author: tille
Date: 2010-05-26 12:18:23 +0000 (Wed, 26 May 2010)
New Revision: 4844

Removed:
   trunk/packages/gnumed-server/trunk/debian/conf/@gm-logins
Modified:
   trunk/packages/gnumed-server/trunk/debian/README.Debian
   trunk/packages/gnumed-server/trunk/debian/changelog
   trunk/packages/gnumed-server/trunk/debian/postinst
   trunk/packages/gnumed-server/trunk/debian/prerm
Log:
Revert the changes of last version concerning @gm-logins, because it is 
superfluos


Modified: trunk/packages/gnumed-server/trunk/debian/README.Debian
===================================================================
--- trunk/packages/gnumed-server/trunk/debian/README.Debian     2010-05-26 
12:15:43 UTC (rev 4843)
+++ trunk/packages/gnumed-server/trunk/debian/README.Debian     2010-05-26 
12:18:23 UTC (rev 4844)
@@ -74,18 +74,11 @@
 
 You need to add proper permissions for GNUmed users to
 /etc/postgresql/<version>/<cluster>/pg_hba.conf .
-It is suggested to use the line
+It is recommended to use the line
 
 local   samegroup       +gm-logins     md5
 
-by maintaining the file /etc/gnumed/@gm-logins
-which is linked to all directories
-  /etc/postgresql/*/main/
-automatically by the Debian package.  In case you might
-use a differently named cluster, please set the proper
-symlink manually.
 
-
 Configuring daily backups
 =========================
 

Modified: trunk/packages/gnumed-server/trunk/debian/changelog
===================================================================
--- trunk/packages/gnumed-server/trunk/debian/changelog 2010-05-26 12:15:43 UTC 
(rev 4843)
+++ trunk/packages/gnumed-server/trunk/debian/changelog 2010-05-26 12:18:23 UTC 
(rev 4844)
@@ -1,3 +1,10 @@
+gnumed-server (13.4-2) UNRELEASED; urgency=low
+
+  * Revert the changes of last version concerning
+    @gm-logins, because it is superfluos
+
+ -- Andreas Tille <[email protected]>  Wed, 26 May 2010 14:13:22 +0200
+
 gnumed-server (13.4-1) unstable; urgency=low
 
   * New upstream version

Deleted: trunk/packages/gnumed-server/trunk/debian/conf/@gm-logins
===================================================================
--- trunk/packages/gnumed-server/trunk/debian/conf/@gm-logins   2010-05-26 
12:15:43 UTC (rev 4843)
+++ trunk/packages/gnumed-server/trunk/debian/conf/@gm-logins   2010-05-26 
12:18:23 UTC (rev 4844)
@@ -1 +0,0 @@
-any-doc

Modified: trunk/packages/gnumed-server/trunk/debian/postinst
===================================================================
--- trunk/packages/gnumed-server/trunk/debian/postinst  2010-05-26 12:15:43 UTC 
(rev 4843)
+++ trunk/packages/gnumed-server/trunk/debian/postinst  2010-05-26 12:18:23 UTC 
(rev 4844)
@@ -24,22 +24,12 @@
        . /etc/gnumed/gnumed-backup.conf
        if [ ! -z $BACKUP_DIR ] ; then
            mkdir -p "$BACKUP_DIR"
-           # chgrp gnumed "$BACKUP_DIR"
            chmod 770 "$BACKUP_DIR"
        fi
        # Remove dangling symlink from previous package versions
        if [ -L /var/lib/gnumed/Gnumed ] ; then
            rm -f /var/lib/gnumed/Gnumed
        fi
-       
-       # create symlink to /etc/gnumed/@gm-logins in any postgresql main 
instance which can be found
-       for pgdir in `ls /etc/postgresql` ; do
-           cd /etc/postgresql/$pgdir
-           if [ -d main ] ; then
-               cd main
-               ln -s /etc/gnumed/@gm-logins
-           fi
-       done
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)

Modified: trunk/packages/gnumed-server/trunk/debian/prerm
===================================================================
--- trunk/packages/gnumed-server/trunk/debian/prerm     2010-05-26 12:15:43 UTC 
(rev 4843)
+++ trunk/packages/gnumed-server/trunk/debian/prerm     2010-05-26 12:18:23 UTC 
(rev 4844)
@@ -21,8 +21,6 @@
     purge)
         rm -rf /var/log/gnumed/server/
         rm -f /var/lib/gnumed/server/bootstrap/*.log
-        # Delete possibly existing links to /etc/gnumed/@gm-logins
-        find /etc/postgresql -type L -name @gm-logins -exec rm -f \{\} \;
     ;;
     remove|upgrade|deconfigure)
        if [ -d /var/lib/gnumed/server/bootstrap ] ; then


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit

Reply via email to