commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/geas geas.conf.in


From: Neil Tiffin
Subject: gnue/geas geas.conf.in
Date: Sat, 23 Feb 2002 20:57:09 -0500

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Neil Tiffin <address@hidden>    02/02/23 20:57:09

Modified files:
        geas           : geas.conf.in 

Log message:
        Update so I dont have to remember how to configure for cvs testing and 
package testing.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/geas.conf.in.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: gnue/geas/geas.conf.in
diff -c gnue/geas/geas.conf.in:1.1 gnue/geas/geas.conf.in:1.2
*** gnue/geas/geas.conf.in:1.1  Mon Jun 11 18:23:32 2001
--- gnue/geas/geas.conf.in      Sat Feb 23 20:57:09 2002
***************
*** 19,32 ****
  # where to look for GCD (Gnue Class Definition) files
  classdir            @prefix@/share/geas
  # classdir            ../examples/businessobjects
! # classdir            ../../gnue-config
  
  # Where to find method code files
  methoddir            @prefix@/share/geas/methods
  # methoddir           ../examples/businessobjects/methods
  
  # Where is the geas.idl file stored?
  rootIDLfile  @prefix@/share/idl/geas.idl
  # rootIDLfile  ../idl/geas.idl
  
  # where to display database change information
--- 19,36 ----
  # where to look for GCD (Gnue Class Definition) files
  classdir            @prefix@/share/geas
  # classdir            ../examples/businessobjects
! # when runing against cvs uncomment below
! # classdir            ../../packages
  
  # Where to find method code files
  methoddir            @prefix@/share/geas/methods
  # methoddir           ../examples/businessobjects/methods
+ # when running cvs against geas packages uncomment below
+ # methoddir           ../../packages
  
  # Where is the geas.idl file stored?
  rootIDLfile  @prefix@/share/idl/geas.idl
+ # when running from cvs uncomment below
  # rootIDLfile  ../idl/geas.idl
  
  # where to display database change information
***************
*** 36,41 ****
--- 40,48 ----
  # ie words that can't be used as table/column names
  mysqlreserved      @prefix@/share/geas/mysql.reserved.lst
  postgresqlreserved @prefix@/share/geas/postgresql.reserved.lst
+ # when running from cvs uncomment below
+ # mysqlreserved        mysql.reserved.lst
+ # postgresqlreserved   postgresql.reserved.lst
  
  # control debugging output
  debuglevel off # controls output to screen - debugfile above always gets full 
detail
***************
*** 45,53 ****
  
  # where to publish server details
  # default is in @localstatedir@/run
- # for current demos, leave in 'src' dir
  pidfile @prefix@/var/run/geas-server.pid
  iorfile @prefix@/var/run/geas-server.ior
  
  # If the CORBA name service is being used, this IOR identifies
  # the server to use (currently not fully implemented)
--- 52,62 ----
  
  # where to publish server details
  # default is in @localstatedir@/run
  pidfile @prefix@/var/run/geas-server.pid
  iorfile @prefix@/var/run/geas-server.ior
+ # for current demos, leave in 'src' dir (uncomment below)
+ # pidfile ./geas-server.pid
+ # iorfile ./geas-server.ior
  
  # If the CORBA name service is being used, this IOR identifies
  # the server to use (currently not fully implemented)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]