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

« back to all changes in this revision

Viewing changes to install/unix/systems/opensolaris/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=opensolaris
 
2
 
3
# gdb           is the GNU debugger
 
4
 
5
#debugger=gdb
 
6
#debugger=debugger
 
7
debugger=dbx
 
8
#
 
9
# lp            is the System_V interface to the print service.
 
10
# lpr           is the SunOS/BSD Compatibility interface to the print service.
 
11
#ps_print="lpr -h -P"
 
12
#ascii_print="lpr -h -P"
 
13
ps_print="lp -T postscript -d"
 
14
ascii_print="lp -T simple -d"