/usr/share/doc/lprng-doc/LPRng-Reference-Multipart/x431.htm is in lprng-doc 3.8.A~rc2-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta name="generator" content=
"HTML Tidy for Linux/x86 (vers 6 November 2007), see www.w3.org">
<title>PATH Environment Variable and Utilities</title>
<meta name="GENERATOR" content=
"Modular DocBook HTML Stylesheet Version 1.79">
<link rel="HOME" title=" LPRng Reference Manual" href=
"index.htm">
<link rel="UP" title="Installation" href="installation.htm">
<link rel="PREVIOUS" title="Installation" href=
"installation.htm">
<link rel="NEXT" title=
"Network Mounted File System and Spool Directories" href=
"nfsmount.htm">
</head>
<body class="SECT1" bgcolor="#FFFFFF" text="#000000" link="#0000FF"
vlink="#840084" alink="#0000FF">
<div class="NAVHEADER">
<table summary="Header navigation table" width="100%" border=
"0" cellpadding="0" cellspacing="0">
<tr>
<th colspan="3" align="center">LPRng Reference Manual: 24
Sep 2004 (For LPRng-3.8.28)</th>
</tr>
<tr>
<td width="10%" align="left" valign="bottom"><a href=
"installation.htm" accesskey="P">Prev</a></td>
<td width="80%" align="center" valign="bottom">Chapter 2.
Installation</td>
<td width="10%" align="right" valign="bottom"><a href=
"nfsmount.htm" accesskey="N">Next</a></td>
</tr>
</table>
<hr align="left" width="100%">
</div>
<div class="SECT1">
<h1 class="SECT1"><a name="AEN431" id="AEN431">2.2.
<code class="ENVAR">PATH</code> Environment Variable and
Utilities</a></h1>
<p>Make sure that directory where you you have installed the
GNU tools is one of the first entries in the shell search
<code class="ENVAR">PATH</code> environment variable. For
example, if you have installed the utilities in the (default)
directory <tt class="FILENAME">/usr/local/bin</tt>, this should
be one of the first entries in the <code class=
"ENVAR">PATH</code>. For example:</p>
<div class="INFORMALEXAMPLE">
<a name="AEN438" id="AEN438"></a>
<pre class="SCREEN">
PATH=/usr/local/bin:/bin:/sbin:/usr/bin
</pre>
</div>
<p>If you are compiling the distribution on a Solaris system
you will need to use the utilities in the <tt class=
"FILENAME">/usr/ccs/bin</tt> directory. This directory must be
in the <code class="ENVAR">PATH</code> <span class=
"emphasis"><i class="EMPHASIS">after</i></span> the directory
where the GNU utilities have been installed. For example:</p>
<div class="INFORMALEXAMPLE">
<a name="AEN444" id="AEN444"></a>
<pre class="SCREEN">
PATH=/usr/local/bin:/bin:/sbin:/usr/bin:/usr/ccs/bin
</pre>
</div>
<p>Check to see that the GNU <b class="APPLICATION">make</b>
utility and not the default OS <b class="APPLICATION">make</b>
is being used by default. Use <tt class="COMMAND">make -v</tt>
to determine what version you are using:</p>
<div class="INFORMALEXAMPLE">
<a name="AEN450" id="AEN450"></a>
<p class="LITERALLAYOUT"><samp class="PROMPT">h4: {1}
%</samp> <kbd class="USERINPUT">make -v</kbd><br>
GNU Make version 3.78, by Richard Stallman and Roland McGrath.<br>
Copyright (C) 1988-1999</p>
</div>
</div>
<div class="NAVFOOTER">
<hr align="left" width="100%">
<table summary="Footer navigation table" width="100%" border=
"0" cellpadding="0" cellspacing="0">
<tr>
<td width="33%" align="left" valign="top"><a href=
"installation.htm" accesskey="P">Prev</a></td>
<td width="34%" align="center" valign="top"><a href=
"index.htm" accesskey="H">Home</a></td>
<td width="33%" align="right" valign="top"><a href=
"nfsmount.htm" accesskey="N">Next</a></td>
</tr>
<tr>
<td width="33%" align="left" valign="top">Installation</td>
<td width="34%" align="center" valign="top"><a href=
"installation.htm" accesskey="U">Up</a></td>
<td width="33%" align="right" valign="top">Network Mounted
File System and Spool Directories</td>
</tr>
</table>
</div>
<p align="center"></p>
</body>
</html>
|