Re: [gentoo-user] What does xgetdefault use flag do

2013-05-31 Thread Peter Humphrey
On Monday 27 May 2013 17:58:35 Alan McKinnon wrote: I also have no idea what small version means - it's not English, it doesn't parse, and it makes no sense. It is understandable if there is a small version of aterm. Perhaps aterm itself rather than multi-aterm? -- Peter

[gentoo-user] Re: VPN vs LAN address hostname resolution

2013-05-31 Thread Samuraiii
If someone is intrested here is second (undebugged) incarnation of my hostnames updater script: #!/bin/sh #verze 2.0.0_2013-05-31 lock=/var/run/hostnames-updater.pid shmm=/dev/shm/hosts clean () { rm $lock rm $shmm } trap clean SIGHUP SIGINT SIGTERM /bin/echo $$ $lock while /bin/true

[gentoo-user] Re: VPN vs LAN address hostname resolution

2013-05-31 Thread Samuraiii
I am terribly sorry but i posted wrong version (one from clipboard not actually right one so again). You can edit what you want (eg hashing or anything else). I don't know how to stop it from init.d script gracefully (for now I have there kill -9 pid). I thing the problem is in the loop (while

Re: [gentoo-user] What does xgetdefault use flag do

2013-05-31 Thread Mr G
On Fri, May 31, 2013 at 5:58 AM, Peter Humphrey pe...@humphrey.ukfsn.org wrote: On Monday 27 May 2013 17:58:35 Alan McKinnon wrote: I also have no idea what small version means - it's not English, it doesn't parse, and it makes no sense. It is understandable if there is a small version