[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: xserver-xfree86 4.0.1-6 upgrade



Joachim Trinkwitz <jtr@uni-bonn.de> writes:
> Solution to the xserver-xfree86 install problem:
> 
> In the install script /var/lib/dpkg/info/xserver-xfree86.postinst line
> 60 must be corrected from
> 
>     ln -sf /etc/X11/X "$this_server"  (MISTAKE!)
> 
> to
> 
>     ln -sf "$this_server" /etc/X11/X
> 
> (a quite common mistake which I myself often go for).

And it is better form to write it as

  ln -f -s foo bar

- Hari
-- 
Raja R Harinath ------------------------------ harinath@cs.umn.edu
"When all else fails, read the instructions."      -- Cahn's Axiom
"Our policy is, when in doubt, do the right thing."   -- Roy L Ash



Reply to: