Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9da37c4620d523d7b577b93ef7ad938d76e00450

commit 9da37c4620d523d7b577b93ef7ad938d76e00450
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Mon Nov 14 11:03:37 2011 +0100

tcsh-6.17.00-2-i686

- /etc/HOSTNAME -> /etc/hostname

diff --git a/source/apps/tcsh/FrugalBuild b/source/apps/tcsh/FrugalBuild
index 8a4d732..efe216d 100644
--- a/source/apps/tcsh/FrugalBuild
+++ b/source/apps/tcsh/FrugalBuild
@@ -1,9 +1,9 @@
# Compiling Time: ~0.17 SBU
-# Maintainer: Miklos Vajna <vmik...@frugalware.org>
+# Maintainer: Krisztian VASAS <i...@frugalware.org>

pkgname=tcsh
pkgver=6.17.00
-pkgrel=1
+pkgrel=2
pkgdesc="Enhanced version of the Berkeley C shell"
url="http://www.tcsh.org/Welcome";
depends=('ncurses>=5.6-4')
@@ -14,7 +14,7 @@ up2date="lynx -dump ftp://ftp.astron.com/pub/tcsh/|Flasttar"
source=(ftp://ftp.astron.com/pub/tcsh/tcsh-$pkgver.tar.gz csh.login)
install=$pkgname.install
sha1sums=('9bf67d5ce1b406178e9ba535ecd34553fe0d4d36' \
-          '13e38077726a497a762cc3a84e3d09f3ab8f7a49')
+          '12e65f08c100171fcaa70e78737cf95a8f6fa49f')

build()
{
diff --git a/source/apps/tcsh/csh.login b/source/apps/tcsh/csh.login
index 7e81d4d..41658f3 100644
--- a/source/apps/tcsh/csh.login
+++ b/source/apps/tcsh/csh.login
@@ -8,7 +8,7 @@ if ($?prompt) then
set history = 100
setenv MANPATH /usr/local/man:/usr/man:/usr/X11R6/man
setenv MINICOM "-c on"
-       setenv HOSTNAME "`cat /etc/HOSTNAME`"
+       setenv HOSTNAME "`cat /etc/hostname`"
setenv LESS "-M"
setenv LESSOPEN "|lesspipe.sh %s"
set path = ( $path /usr/X11R6/bin /usr/games )
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to