[GRASS-SVN] r31087 - in grass/trunk/scripts: d.paint.labels p.out.vrml r.cats

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Apr 23 06:48:14 EDT 2008


Author: hamish
Date: 2008-04-23 06:48:14 -0400 (Wed, 23 Apr 2008)
New Revision: 31087

Modified:
   grass/trunk/scripts/d.paint.labels/d.paint.labels
   grass/trunk/scripts/p.out.vrml/p.out.vrml
   grass/trunk/scripts/r.cats/r.cats
Log:
warn that the modules have been replaced


Modified: grass/trunk/scripts/d.paint.labels/d.paint.labels
===================================================================
--- grass/trunk/scripts/d.paint.labels/d.paint.labels	2008-04-23 10:42:41 UTC (rev 31086)
+++ grass/trunk/scripts/d.paint.labels/d.paint.labels	2008-04-23 10:48:14 UTC (rev 31087)
@@ -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/trunk/scripts/p.out.vrml/p.out.vrml
===================================================================
--- grass/trunk/scripts/p.out.vrml/p.out.vrml	2008-04-23 10:42:41 UTC (rev 31086)
+++ grass/trunk/scripts/p.out.vrml/p.out.vrml	2008-04-23 10:48:14 UTC (rev 31087)
@@ -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 "$@"

Modified: grass/trunk/scripts/r.cats/r.cats
===================================================================
--- grass/trunk/scripts/r.cats/r.cats	2008-04-23 10:42:41 UTC (rev 31086)
+++ grass/trunk/scripts/r.cats/r.cats	2008-04-23 10:48:14 UTC (rev 31087)
@@ -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.category"
 exec r.category "$@"



More information about the grass-commit mailing list