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

Re: X 10pre11v2 binaries



On Mon 22 Feb 1999, Anders Hammarquist wrote:

> I've compiled X 10pre11v2. Please, test this. Binaries are at
> 
> ftp://ftp.cd.chalmers.se/pub/os/Linux/local/iko/

I got the following error when unpacking xserver-svga:

   Setting up xserver-svga (3.3.2.3a-10pre11v2) ...
   /var/lib/dpkg/info/xserver-svga.postinst: [: too many arguments

I tracked it down to this:

--- /usr/sbin/xserver-configure.orig	Mon Feb 22 01:39:15 1999
+++ /usr/sbin/xserver-configure	Tue Feb 23 21:11:16 1999
@@ -162,7 +162,7 @@
 
 # if we have an X server, make sure it's configured
 
-if [ -n "$canconfigure" -n "$xserverpresent" -a -n "$xconfig" ]; then
+if [ -n "$canconfigure" -a -n "$xserverpresent" -a -n "$xconfig" ]; then
   $condecho
   default=y
   echo -n "Do you want to create the XFree86 configuration file? (y/n) [$default] "


I hope I guessed the `-a' correctly...


Paul Slootman
-- 
home: paul@wurtel.demon.nl | work: paul@murphy.nl | debian: paul@debian.org
http://www.wurtel.demon.nl | Murphy Software,   Enschede,   the Netherlands


Reply to: