Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]tlug: kinput2
- To: tlug@example.com
- Subject: tlug: kinput2
- From: "Eric S. Standlee" <fwiw3980@example.com>
- Date: Mon, 16 Nov 1998 19:08:22 +0900 (JST)
- Content-Type: MULTIPART/MIXED; BOUNDARY="8323328-745370522-911210902=:890"
- Reply-To: tlug@example.com
- Sender: owner-tlug@example.com
Does kinput need to be started from init.d or from my bash control scripts like I am doing it? TIA, Eric S. Standlee Kashihara City, Nara Prefecture, Japan e-w.standlee@example.com fwiw3980@example.com <default># .bash_profile #set -x echo "sourcing ~/.bash_profile" source /etc/profile kinput2 -canna & 2> /dev/null # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs PATH=$PATH:$HOME/bin ENV=$HOME/.bashrc USERNAME="root" export USERNAME ENV PATH mesg n TTY=`tty` if [ "${TTY}" = "/dev/tty1" ]; then echo "Starting Xview [^c to abort]" /usr/X11R6/bin/startx echo "Logging Out [^C to abort]" exit fi# .bashrc echo "sourcing ~/.bashrc" PATH=$PATH:$HOME/bin:/opt/wp70/wpbin:/opt/wp70/wplib # User specific aliases and functions alias resrc='source ~/.bashrc' alias resource='source ~/.bash_profile' alias la='ls -a ' alias ll='ls -l ' alias llm='ls -l | more' alias lam='ls -a | more' alias lsm='ls | more' alias cl='clear' # Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc fi
- Follow-Ups:
- tlug: kinput2
- From: "Stephen J. Turnbull" <turnbull@example.com>
- tlug: "Vacation", my sore big toe!
- From: "Stephen J. Turnbull" <turnbull@example.com>
Home | Main Index | Thread Index
- Prev by Date: Re: tlug: Linux on the Mac (PPC)
- Next by Date: tlug: kinput2
- Prev by thread: Re: tlug: Linux on the Mac (PPC)
- Next by thread: tlug: kinput2
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links