[GRASS-SVN] r31089 - in grass/branches/releasebranch_6_3/scripts: d.paint.labels p.out.vrml

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Apr 23 06:53:41 EDT 2008


Author: hamish
Date: 2008-04-23 06:53:41 -0400 (Wed, 23 Apr 2008)
New Revision: 31089

Modified:
   grass/branches/releasebranch_6_3/scripts/d.paint.labels/d.paint.labels
   grass/branches/releasebranch_6_3/scripts/p.out.vrml/p.out.vrml
Log:
warn that the modules have been replaced (backport)

Modified: grass/branches/releasebranch_6_3/scripts/d.paint.labels/d.paint.labels
===================================================================
--- grass/branches/releasebranch_6_3/scripts/d.paint.labels/d.paint.labels	2008-04-23 10:52:57 UTC (rev 31088)
+++ grass/branches/releasebranch_6_3/scripts/d.paint.labels/d.paint.labels	2008-04-23 10:53:41 UTC (rev 31089)
@@ -7,4 +7,5 @@
 #               License (>=v2). Read the file COPYING that comes with GRASS
 #               for details.
 
+g.message -w "This module has been replaced by d.labels" 
 exec d.labels "$@"

Modified: grass/branches/releasebranch_6_3/scripts/p.out.vrml/p.out.vrml
===================================================================
--- grass/branches/releasebranch_6_3/scripts/p.out.vrml/p.out.vrml	2008-04-23 10:52:57 UTC (rev 31088)
+++ grass/branches/releasebranch_6_3/scripts/p.out.vrml/p.out.vrml	2008-04-23 10:53:41 UTC (rev 31089)
@@ -7,4 +7,5 @@
 #               License (>=v2). Read the file COPYING that comes with GRASS
 #               for details.
 
+g.message -w "This module has been replaced by r.out.vrml" 
 exec r.out.vrml "$@"



More information about the grass-commit mailing list