zsh-workers
 help / color / mirror / code / Atom feed
From: Joachim Backes <backes@rhrk.uni-kl.de>
To: zsh-workers@math.gatech.edu
Subject: Running zsh 3.1.4 on SGI IRIX
Date: Tue, 02 Jun 1998 07:34:34 +0200 (MET DST)	[thread overview]
Message-ID: <XFMail.980602073434.backes@rhrk.uni-kl.de> (raw)

[-- Attachment #1: Type: text/plain, Size: 651 bytes --]

Hi, all,

I have problems when running zsh 3.1.4 under IRIX 6.4:

1. Typing blanks in the zsh command line produces the control
   sequence ^' and not "blank".

2. My /etc/zlogin produces lots of syntax errors when executed.
   I have attached this file.

Known bugs?

Regards


Joachim Backes

--

Joachim Backes <backes@rhrk.uni-kl.de>       | Univ. of Kaiserslautern
Computer Center, Supercomputing Division     | Phone: +49-631-205-2438 
D-67653 Kaiserslautern, PO Box 3049, Germany | Fax:   +49-631-205-3056 
---------------------------------------------+------------------------
WWW: http://sgi400.rhrk.uni-kl.de/home/mitarbeiter/backes.html  


[-- Attachment #2: etc.zlogin --]
[-- Type: application/octet-stream, Size: 2702 bytes --]

#
# /etc/profile - Default settings for all sh users
#
# This script is executed before $HOME/.profile when an sh user logs in
# or invokes /bin/su with the `-' option.
#

# Ignore keyboard interrupts.
trap ""  2 3

# Set the umask so that newly created files and directories will be readable
# by others, but writable only by the user.
umask 022
ENVIRONMENT=${ENVIRONMENT:="DIALOG"}

# Set the standard path
MANPATH=/usr/share/catman:/usr/share/man:/usr/catman:/usr/local/man:/usr/rhrk/man:
export MANPATH
PATH=.:/usr/rhrk:/usr/sbin:/usr/bsd:/usr/bin:/sbin:/usr/java/bin:/usr/local/bin:$PATH
export PATH
GS_FONTPATH=/usr/lib/DPS/outline/base:/usr/lib/X11/fonts/Type1
export GS_FONTPATH

case "$0" in
*su )
	# Special processing for ``su -'' could go here.
	;;
-* )
   if [ $ENVIRONMENT = "DIALOG" ]
   then
	# This is a first time login.
	#
	# Allow the user to break the Message-Of-The-Day only.
	trap "trap '' 2"  2
        {
	cat -s /etc/motd |more
	trap "" 2

	if [ -x /usr/bin/news -a -d /var/news -a "`find /var/news/ -type f -print`x" != "x" ]; then
           echo
           echo "  =============================================="
	   echo "  Zu den folgenden Themen gibt es Informationen:"
           echo "  ==============================================\n"
           (cd /var/news; ls -t `find . -mtime +5 -exec echo {} \; | sed -e 's/^\.$//'` | sed -e 's/\.\//       /' -e 's/\.news$//')
           echo "\n  -----------------------"
           (cd /var/news; find . -mtime -6 -exec echo {} \; | sed -e 's/^\.$//' -e 's/\.\//  NEU: /' -e 's/\.news$//')
           echo "\n"
           ITEM=`news -n | awk '{a=$NF} END{ print a}'`
           echo "  Beispiel: 'news $ITEM'\n"
        fi

        quota -v

	# Check for mail.
	if /bin/mail -e
	then
		echo "*****************"
		echo "* you have mail *"
		echo "*****************\n"

	fi
        #unset ENVIRONMENT
 
     } 
   fi
   ;;
esac


MSGVERB=text:action
NOMSGLABEL=1
NOMSGSEVERITY=1
export MSGVERB NOMSGLABEL NOMSGSEVERITY
export ENVIRONMENT

unset LANG

# Anzahl der Prozessoren bei Parallelisierung: 1
MP_SET_NUMTHREADS=1
export MP_SET_NUMTHREADS

# Einrichten der Umgebung fuer CODINE
. /codine/default/common/settings.sh

LM_LICENSE_FILE=4279@sc900:/var/flexlm/license.dat

PRINTER=ps
export PRINTER


export LM_LICENSE_FILE
 
trap  2 3
export EDITOR=/usr/bin/vi

/usr/local/bin/check_sendfile

# Von Pool zugefuegt:

export FILENV=\$ASSIGN_VAR
alias assign_rep_short='eval $(assign -y off -W off -S on g:all)'
alias assign_norep_short='eval $(assign -y on -W off -S on g:all)'
alias assign_rep_long='eval $(assign -y off -W on -S on g:all)'
alias assign_norep_long='eval $(assign -y on -W on -S on g:all)'
assign_norep_short

                 reply	other threads:[~1998-06-02  5:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=XFMail.980602073434.backes@rhrk.uni-kl.de \
    --to=backes@rhrk.uni-kl.de \
    --cc=zsh-workers@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).