~ubuntu-branches/debian/jessie/eso-midas/jessie

« back to all changes in this revision

Viewing changes to install/unix/systems/SunOS_5.5.1/setup

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-okiwi1assxkkiz39
Tags: upstream-13.09pl1.2+dfsg
ImportĀ upstreamĀ versionĀ 13.09pl1.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
host_os=Sun/Solaris
 
2
 
3
# gdb           is the GNU debugger
 
4
# debugger      is the OpenWindows interface for  the  dbx. It requires that 
 
5
#               the SparcWorks package is installed. 
 
6
#               CG. 6.3.97, Back to dbx as it is most likely to be installed
 
7
 
8
#debugger=gdb
 
9
#debugger=debugger
 
10
debugger=dbx
 
11
#
 
12
# lp            is the System_V interface to the print service.
 
13
# lpr           is the SunOS/BSD Compatibility interface to the print service.
 
14
#ps_print="lpr -h -P"
 
15
#ascii_print="lpr -h -P"
 
16
ps_print="lp -T postscript -d"
 
17
ascii_print="lp -T simple -d"