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

Bug#2003: xon uses `hostname' rather than `hostname -f'



Package: xbase
Version: 3.1.2

The xon in this package tries to use `hostname' to obtain your
machine's FQDN, rather than `hostname -f'.

The following diff shows the difference (usr/local/bin/xon is my fixed
version):

tacitus:~$ diff /usr/X11/bin/xon /usr/local/bin/xon
4a5,6
> # Fixed 06/12/95 owen@tacitus
>
31c33
<       fullname=`hostname`
---
>       fullname=`hostname -f`
tacitus:~$

Owen
--
Caius College, Cambridge CB2 1TA, UK                   <osd1000@cam.ac.uk>
http://myrddin.chu.cam.ac.uk/users/osd1000/       <O.S.Dunn@cai.cam.ac.uk>
                `I wish it didn't have to end like that.'
              `It always ends. That's what gives it value.'         --HCOL


Reply to: