IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 53


Ignore:
Timestamp:
Feb 18, 2003, 9:14:49 AM (23 years ago)
Author:
eugene
Message:

removed abs path for xdpyinfo (added /usr/bin/X11 to ~archive/.cshrc)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/perl/src/dads.jpeg

    r17 r53  
    66$xhost = `gconfig XHOST`; chop $xhost;
    77$xdisp = `gconfig XDISP`; chop $xdisp;
    8 if (vsystem ("/usr/bin/X11/xdpyinfo -display $xdisp")) {
     8if (vsystem ("xdpyinfo -display $xdisp")) {
    99    print STDERR "X server is not running. start it now on $xhost\n";
    1010    exit 1;
Note: See TracChangeset for help on using the changeset viewer.