Ticket #2526: diff
File diff, 5.0 KB (added by , 17 years ago) |
---|
-
TabularUnified multimedia/libdriv/nas.xml
82 82 <sect2 role="installation"> 83 83 <title>Installation of NAS</title> 84 84 85 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 86 href="../../xincludes/X11R6_symlink.xml"/> 87 85 88 <para>Install <application>NAS</application> by running the 86 89 following commands:</para> 87 90 … … 157 160 158 161 <screen role="root"><userinput>make install-nas</userinput></screen> 159 162 163 <!-- XFREE86 160 164 <para>The init script uses a default prefix of 161 165 <filename class="directory">/usr/X11R6</filename>. If you've installed 162 166 the <application>X Window System</application> into any other prefix, … … 166 170 167 171 <screen role="root"><userinput>sed -i 's@/usr/X11R6@<replaceable><PREFIX></replaceable>@' /etc/rc.d/init.d/nas</userinput></screen> 168 172 173 XFREE86 --> 174 169 175 <para>The init script uses a default parameter to allow access to all 170 176 hosts on the network. Review the <command>nasd</command> man page for 171 177 other available parameters if you need to modify the script.</para> -
TabularUnified x/installing/xorg7.xml
147 147 <screen><userinput>export XORG_CONFIG="--prefix=$XORG_PREFIX --sysconfdir=/etc \ 148 148 --mandir=$XORG_PREFIX/share/man --localstatedir=/var"</userinput></screen> 149 149 150 <note> 151 <para>Make sure that you also add these variables to your personal or 152 system-wide profile as they are used throughout this book. See 153 <xref linkend="postlfs-config-profile"/> for more information.</para> 154 </note> 155 150 156 <para>If you've decided to use an alternate prefix, be sure to add 151 157 <filename class="directory"> 152 <replaceable><PREFIX></replaceable>/bin</filename> to your158 $XORG_PREFIX/bin</filename> to your 153 159 <envar>PATH</envar> environment variable and <filename class="directory"> 154 <replaceable><PREFIX></replaceable>/lib/pkgconfig</filename>160 $XORG_PREFIX/lib/pkgconfig</filename> 155 161 to your <envar>PKG_CONFIG_PATH</envar> variable. For detailed instructions, 156 162 see <xref linkend="postlfs-config-profile"/>. You should also add 157 163 <filename class="directory"> 158 <replaceable><PREFIX></replaceable>/lib</filename> to the164 $XORG_PREFIX/lib</filename> to the 159 165 <filename>/etc/ld.so.conf</filename> file and <filename class="directory"> 160 <replaceable><PREFIX></replaceable>/share/man</filename> as166 $XORG_PREFIX/share/man</filename> as 161 167 a MANDATORY_MANPATH in <filename>/etc/man_db.conf</filename>.</para> 162 168 163 169 <para>Packages in Xorg store their configuration files in -
TabularUnified x/lib/lesstif.xml
103 103 <screen role="root"><userinput>make rootdir=/usr/share/doc/lesstif-&lesstif-version; install && 104 104 ldconfig</userinput></screen> 105 105 106 <para>You will need to change the <application>X</application> prefix in 107 the commands below if your X Window System is installed anywhere other than 108 <filename class='directory'>/usr/X11R6</filename>.</para> 106 <screen role="root"><userinput>mv -v $XORG_PREFIX/lib/X11/mwm /etc/X11 && 107 ln -v -s /etc/X11/mwm $XORG_PREFIX/lib/X11</userinput></screen> 109 108 110 <screen role="root"><userinput>mv -v <replaceable></usr/X11R6></replaceable>/lib/X11/mwm /etc/X11 &&111 ln -v -s /etc/X11/mwm <replaceable></usr/X11R6></replaceable>/lib/X11</userinput></screen>112 113 109 </sect2> 114 110 115 111 <sect2 role="commands"> … … 134 130 non-FHS compliant <filename class="directory">/usr/LessTif</filename> 135 131 directory.</para> 136 132 137 <para><command>mv -v <replaceable></usr/X11R6></replaceable>/lib/X11/mwm 138 /etc/X11</command>: 133 <para><command>mv -v $XORG_PREFIX/lib/X11/mwm /etc/X11</command>: 139 134 The FHS requires that configuration files exist only in the 140 135 <filename class="directory">/etc/X11</filename> directory. The 141 136 configuration directory (<filename class="directory">mwm</filename>) -
TabularUnified x/lib/libxklavier.xml
89 89 <sect2 role="commands"> 90 90 <title>Command Explanations</title> 91 91 92 <para><option>--with-xkb-base= <replaceable><$X_PREFIX></replaceable>/share/X11/xkb</option>:92 <para><option>--with-xkb-base=$XORG_PREFIX/share/X11/xkb</option>: 93 93 Use this parameter (substitute properly for the 94 <replaceable><$X_PREFIX></replaceable>) if the 95 <replaceable><$X_PREFIX></replaceable> is anything other than 94 $XORG_PREFIX) if the $XORG_PREFIX is anything other than 96 95 <filename class='directory'>/usr</filename>.</para> 97 96 98 97 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"