From 595ba66866b5cb3557094fd4d2899b1db0580af1 Mon Sep 17 00:00:00 2001 From: ian Date: Mon, 23 Jul 2001 22:18:23 +0000 Subject: [PATCH] Truncate nodename in case uname gave fqdn. cvsignore close3onwards. --- config | 1 + misc/.cvsignore | 1 + 2 files changed, 2 insertions(+) diff --git a/config b/config index 4639ad5..a3bc0b0 100644 --- a/config +++ b/config @@ -1,6 +1,7 @@ @@- chomp($nodename= `uname -n`); $? and die 'uname $?'; ($hostname)=(gethostbyname $nodename) or die "hostname $nodename ?"; +$nodename =~ s/\..*//; $xbindir= '/usr/bin/X11'; diff --git a/misc/.cvsignore b/misc/.cvsignore index 076608b..20b81cc 100644 --- a/misc/.cvsignore +++ b/misc/.cvsignore @@ -1 +1,2 @@ with-lock-ex +close3onwards -- 2.30.2