[evolvis-commits] r7794: Not used↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 15:49:25 CET 2011


Author: mirabilos
Date: 2011-02-24 15:49:25 +0100 (Thu, 24 Feb 2011)
New Revision: 7794

Removed:
   trunk/gforge_base/evolvisforge-5.1/gforge/debian/dsf-helper/handle-mainconffile.config
   trunk/gforge_base/evolvisforge-5.1/gforge/debian/dsf-helper/handle-mainconffile.prerm
Log:
Not used


Deleted: trunk/gforge_base/evolvisforge-5.1/gforge/debian/dsf-helper/handle-mainconffile.config
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/debian/dsf-helper/handle-mainconffile.config	2011-02-24 14:49:24 UTC (rev 7793)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/debian/dsf-helper/handle-mainconffile.config	2011-02-24 14:49:25 UTC (rev 7794)
@@ -1,27 +0,0 @@
-###
-# Functions to handle the main Sourceforge confguration file
-###
-mainconffile=/etc/sourceforge/sourceforge.conf
-# Create the main configuraion file (unless it already exists)
-create_mainconffile () {
-    if [ ! -e $mainconffile ] ; then
-        touch $mainconffile
-        chmod 600 $mainconffile
-    fi
-}
-
-# Update it for the variables received as parameters
-update_mainconffile () {
-    for i in $@ ; do
-        if ! grep -q "^$i=" $mainconffile ; then
-            db_get sourceforge/shared/$i
-            echo "$i=$RET" >> $mainconffile
-        fi
-    done
-
-}
-
-# Delete the main configuration file
-delete_mainconffile () {
-    rm -f $mainconffile
-}

Deleted: trunk/gforge_base/evolvisforge-5.1/gforge/debian/dsf-helper/handle-mainconffile.prerm
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/debian/dsf-helper/handle-mainconffile.prerm	2011-02-24 14:49:24 UTC (rev 7793)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/debian/dsf-helper/handle-mainconffile.prerm	2011-02-24 14:49:25 UTC (rev 7794)
@@ -1,27 +0,0 @@
-###
-# Functions to handle the main Sourceforge confguration file
-###
-mainconffile=/etc/sourceforge/sourceforge.conf
-# Create the main configuraion file (unless it already exists)
-create_mainconffile () {
-    if [ ! -e $mainconffile ] ; then
-        touch $mainconffile
-        chmod 600 $mainconffile
-    fi
-}
-
-# Update it for the variables received as parameters
-update_mainconffile () {
-    for i in $@ ; do
-        if ! grep -q "^$i=" $mainconffile ; then
-            db_get sourceforge/shared/$i
-            echo "$i=$RET" >> $mainconffile
-        fi
-    done
-
-}
-
-# Delete the main configuration file
-delete_mainconffile () {
-    rm -f $mainconffile
-}



More information about the evolvis-commits mailing list