Changeset 6572 for nanoscale


Ignore:
Timestamp:
Nov 6, 2016 8:21:45 PM (8 years ago)
Author:
ldelgass
Message:

Restore line in nanoscale script to start twm, enable syslog LOG_CONS option.

Location:
nanoscale/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • nanoscale/trunk/server.c

    r6571 r6572  
    6161InitLog()
    6262{
    63     //openlog("nanoscale", LOG_CONS | LOG_PID,  LOG_USER);
    64     openlog("nanoscale", LOG_PID,  LOG_USER);
     63    openlog("nanoscale", LOG_CONS | LOG_PID, LOG_USER);
    6564}
    6665
  • nanoscale/trunk/start_nanoscale.sh.in

    r6571 r6572  
    2929
    3030# Start a window manager so geovis doesn't crash
    31 #pgrep -u rappture -x twm > /dev/null || twm -display :0 &
     31pgrep -u rappture -x twm > /dev/null || twm -display :0 &
    3232
    3333exec ${bindir}/nanoscale -x ${numVideo}
Note: See TracChangeset for help on using the changeset viewer.