commit-gnue
[Top][All Lists]
Advanced

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

gnue-appserver setup.cvs


From: Reinhard Mueller
Subject: gnue-appserver setup.cvs
Date: Fri, 26 Sep 2003 03:50:06 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue-appserver
Branch:         
Changes by:     Reinhard Mueller <address@hidden>       03/09/26 03:50:06

Modified files:
        .              : setup.cvs 

Log message:
        Removed prehistoric fix.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-appserver/setup.cvs.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: gnue-appserver/setup.cvs
diff -c gnue-appserver/setup.cvs:1.1 gnue-appserver/setup.cvs:1.2
*** gnue-appserver/setup.cvs:1.1        Thu Sep 25 21:03:53 2003
--- gnue-appserver/setup.cvs    Fri Sep 26 03:50:06 2003
***************
*** 34,54 ****
  
  # Add our GNUe RPC resource files to the config directory...
  createLink('grpc/appserver.grpc','%s/shared/grpc/appserver.grpc' % CONFDIR, 
overwrite=1)
- 
- 
- 
- 
- # TODO: I think this fix is sufficiently old.
- # TODO: Can it be removed??
- 
- ######### fixing bugs created by changed installer ###########
- # remove "%s/shared/grpc" % CONFDIR link
- if os.path.islink("%s/shared/grpc" % CONFDIR):
-   rootCommands.append("rm %s/shared/grpc" % CONFDIR)
- 
- # remove "%s/shared/grpc" % CVSDIR link
- if os.path.islink("%s/appserver/grpc/GEAS.grpc" % CVSDIR):
-   rootCommands.append("rm %s/appserver/grpc/GEAS.grpc" % CVSDIR)
- ##############################################################
- 
- 
--- 34,36 ----




reply via email to

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