r1960

Stefan Sperling stsp at stsp.name
Sat Oct 6 02:54:51 CEST 2007


On Fri, Oct 05, 2007 at 08:58:28PM +0200, dslinux_gpf at dslinux.in-berlin.de wrote:
> Author: gpf
> Date: 2007-10-05 20:58:22 +0200 (Fri, 05 Oct 2007)
> New Revision: 1960
> 
> Log:
> fix gpm detection and execution
> 
> Modified: trunk/vendors/Nintendo/common/rc.common
> ===================================================================
> --- trunk/vendors/Nintendo/common/rc.common	2007-10-05 15:51:11 UTC (rev 1959)
> +++ trunk/vendors/Nintendo/common/rc.common	2007-10-05 18:58:22 UTC (rev 1960)
> @@ -69,7 +69,10 @@
>  then
>  	/usr/bin/agetty -n -l /bin/autologin 38400 tty2 linux &
>  	/usr/bin/agetty -n -l /bin/autologin 38400 tty3 linux &
> -	[ -x /usr/bin/gpm ] && /usr/bin/gpm -m /dev/mouse0 -t ps2 &
> +	if [ -x /usr/bin/gpm ]
> +	then
> +	/usr/bin/gpm -m /dev/mouse0 -t ps2 &
> +	fi
>  fi
>  
>  # show firmware version if configured

It doesn't work the way I did it? :(
Sorry.

-- 
stefan
http://stsp.name                                         PGP Key: 0xF59D25F0
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://mailman.dslinux.in-berlin.de/pipermail/dslinux-devel-dslinux.in-berlin.de/attachments/20071006/9498ca10/attachment.pgp 


More information about the dslinux-devel mailing list