Bug#444638: A patch

2007-12-01 Thread Rorzik
I got some free time, so I fixed the bug I submitted. The default settings when backgrounded were attempting to input nonexistent input into the selection buffer and thus cleared it. Please apply this simple patch to the next version. Thanks. diff -uN xsel-0.9.6/xsel.c xsel-0.9.6.fixed/xsel.c -

Bug#444638: xsel clears buffer instead of outputting when backgrounded.

2007-09-29 Thread Rorzik
Package: xsel Version: 0.9.6-1.1 I begin with the text "SELECTED\n" in the primary selection buffer, then do the following sequence: ~/tmp$ xsel SELECTED ~/tmp$ xsel & [1] 16578 ~/tmp$ SELECTED [I hit enter] [1]+ Donexsel ~/tmp$ sh -c 'xsel' & [1] 16611 ~/tmp$ SELECTED [I

Bug#367049: mount breaks cfs

2006-05-14 Thread Rorzik
I have a fix for this bug. After applying the 30nfs4.dpatch, there is a function in mount/nfsmount.c called probe_port, which contains the statements: if (!port || port == p_port) { saddr->sin_port = htons(port); if (clnt_ping(saddr, prog, *p_vers, *p_prot)) goto o