zsh-workers
 help / color / mirror / code / Atom feed
* Running zsh 3.1.4 on SGI IRIX
@ 1998-06-02  5:34 Joachim Backes
  0 siblings, 0 replies; only message in thread
From: Joachim Backes @ 1998-06-02  5:34 UTC (permalink / raw)
  To: zsh-workers

[-- 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1998-06-02  5:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-06-02  5:34 Running zsh 3.1.4 on SGI IRIX Joachim Backes

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).