On tried to install additional fonts, I get following
error:

---------------------------
missing header for unified diff at line 3 of patch
patching file /etc/X11/XF86Config
Hunk #1 FAILED at 22.
1 out of 1 hunk FAILED -- saving rejects to file /etc/X11/XF86Config.rej
---------------------------

The FontPath in /etc/X11/XF86Config is "unix/:7100"

The XF86Config.rej file is:

***************
*** 22,27 ****
  # the X server to render fonts.

      FontPath   "unix/:-1"

  EndSection

--- 22,29 ----
  # the X server to render fonts.

      FontPath   "unix/:-1"
+     FontPath   "/usr/X11R6/lib/X11/fonts/ttffonts"
+

  EndSection


Any pointer?

-- 
H.S.Rai

:
####[ Linux One Stanza Tip (LOST) ]###########################

Sub : kill-proc (killing user process by an user)    LOST #285

#!/bin/sh
ps -aef | grep $USER
echo -en "Process-No to kill : "; read P_ID
kill $P_ID

####<[EMAIL PROTECTED]>####################################
:



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to