Changeset 6505
- Timestamp:
- Aug 29, 2016 6:05:41 PM (7 years ago)
- Location:
- nanoscale/branches/1.0
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
nanoscale/branches/1.0
- Property svn:mergeinfo changed
/nanoscale/trunk merged: 6503-6504
- Property svn:mergeinfo changed
-
nanoscale/branches/1.0/aclocal.m4
- Property svn:mergeinfo changed (with no actual effect on merging)
-
nanoscale/branches/1.0/cf
- Property svn:mergeinfo changed (with no actual effect on merging)
-
nanoscale/branches/1.0/configure.ac
- Property svn:mergeinfo changed (with no actual effect on merging)
-
nanoscale/branches/1.0/renderservers.tcl.in
r6403 r6505 134 134 MSMSSERVER ${libdir}/vmd/msms 135 135 STRIDE_BIN ${libdir}/vmd/stride 136 LD_LIBRARY_PATH ${libdir}136 LD_LIBRARY_PATH "" 137 137 __GL_SYNC_TO_VBLANK 0 138 138 } -
nanoscale/branches/1.0/server.c
r4241 r6505 308 308 f = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP); 309 309 if (f < 0) { 310 Tcl_AppendResult(interp, "can't create liste rner socket for \"",310 Tcl_AppendResult(interp, "can't create listener socket for \"", 311 311 serverPtr->name, "\": ", Tcl_PosixError(interp), (char *)NULL); 312 312 goto error; … … 606 606 } 607 607 } 608 /* Make sure to close syslog in case it is using one of 609 * the file descriptors we are about to close 610 */ 611 closelog(); 608 612 /* Dup the socket to descriptors, e.g. 3 and 4 */ 609 613 if (dup2(sock, serverPtr->inputFd) < 0) { /* input */ -
nanoscale/branches/1.0/start_nanoscale.sh.in
- Property svn:mergeinfo changed (with no actual effect on merging)
Note: See TracChangeset
for help on using the changeset viewer.