[MPlayer-DOCS] CVS: main/DOCS/xml/en faq.xml,1.19,1.20
Diego Biurrun CVS
diego at mplayerhq.hu
Mon Nov 3 01:26:46 CET 2003
Update of /cvsroot/mplayer/main/DOCS/xml/en
In directory mail:/var/tmp.root/cvs-serv29640/en
Modified Files:
faq.xml
Log Message:
These directories are usually only writable by root, so insinuate being
root by the '#' prompt, as suggested by Lukasz frogu Proszek <l_j_p at wp.pl>.
Index: faq.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/faq.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- faq.xml 26 Oct 2003 16:39:02 -0000 1.19
+++ faq.xml 3 Nov 2003 00:26:43 -0000 1.20
@@ -298,8 +298,8 @@
<filename class="directory">/usr/include/X11</filename> symlinks exist (this
can be a problem on Mandrake systems). They can be created with these commands:
<screen>
- $ ln -sf /usr/X11R6 /usr/X11
- $ ln -sf /usr/X11R6/include/X11 /usr/include/X11
+ # ln -sf /usr/X11R6 /usr/X11
+ # ln -sf /usr/X11R6/include/X11 /usr/include/X11
</screen>
Your distribution may differ from the
<ulink url="http://www.pathname.com/fhs/">Filesystem Hierarchy Standard</ulink>.
More information about the MPlayer-DOCS
mailing list