[BusyBox] Some problems with busybox-1.0.0-pre1

Eric Spakman E.Spakman at inter.nl.net
Mon Jul 28 15:30:08 UTC 2003


> > BusyBox v1.00-pre2 (2003.07.28-14:56+0000) Built-in shell (ash)
> > Enter 'help' for a list of built-in commands.
> > 
> > export: 11: (none):: bad variable name
> > export: 12: (none):: bad variable name
> 
> 
>   But why you do not put an your 11 and 12 profile line?!!
> Top secret? I don`t help you...
> 
> 
Vodz,

No ofcourse not :-)
No this is what is showing in my screen, I didn't even realize that 
the error  was somewhere generated from my profile. Below are the 
complete /etc/profile and /root/.profile:

Regards,
Eric

# ~/.profile: executed for shells.

export 
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
#Set the prompt
case $TERM in
        *xterm*)
                export PS1=`echo -n -e "\033]0;$HOSTNAME: -$USER-
\007\n$HOSTNAME: -$USER-\n# "`
                ;;
        *)
                export PS1=`echo -n -e "\n$HOSTNAME: -$USER-\n# "`
        ;;
esac

umask 022

#Uncomment to run at login
/usr/sbin/lrcfg



# /etc/profile: system-wide .profile file for sh.

export PATH="/usr/local/bin:/usr/bin:/bin"
export LD_LIBRARY_PATH="/usr/local/lib:/usr/lib:/lib"

export HOSTNAME="$(hostname)"

umask 022

#Set the prompt
export PS1=`echo -n -e "\n$HOSTNAME: -$USER-\n$ "`

#This fixes the backspace when telnetting in.
if [ "$TERM" != "linux" ]; then
        stty erase ^H
        # Fix screen size issues
        stty rows 24
fi

alias dir="ls"
alias vdir="ls -l"
alias d="ls"
alias v="ls -l"
alias da="ls -a"
alias va="ls -la"

alias m="more"
alias +="more"
alias less="more"

alias lo="exit"

alias w="uptime; who"

echo
echo "Type in help if you are really lost"
# echo






More information about the busybox mailing list