Index: trunk/minix/etc/ast/.ashrc
===================================================================
--- trunk/minix/etc/ast/.ashrc	(revision 9)
+++ 	(revision )
@@ -1,27 +1,0 @@
-# Ash initialization.
-
-test -z "$EDITOR" && {  # Don't repeat in subshells.
-
-umask 022
-
-# Favourite editor and pager, search path for binaries, etc.
-export EDITOR=vi
-export PAGER=more
-export PATH=$HOME/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin
-
-} # End of no-repeat.
-
-# Let cd display the current directory on the status line.
-if [ "$-" : '.*i.*' -a -t 0 -a -f /usr/bin/tget ] && tget -flag hs
-then
-	hostname=$(expr $(uname -n) : '\([^.]*\)')
-	eval "cd()
-	{
-		chdir \"\$@\" &&
-		echo -n '$(tget -str ts \
-				"$USER@$hostname:'\"\`pwd\`\"'" \
-				-str fs)'
-	}"
-	unset hostname
-	cd .
-fi
Index: trunk/minix/etc/ast/.ellepro.e
===================================================================
--- trunk/minix/etc/ast/.ellepro.e	(revision 9)
+++ 	(revision )
@@ -1,219 +1,0 @@
-; This is the default user profile to emulate "mined" (MINIX editor),
-; as per Andy Tanenbaum.
-
-(keyallunbind)
-
-; Insert self
-(keybind A "Insert Self")
-(keybind B "Insert Self")
-(keybind C "Insert Self")
-(keybind D "Insert Self")
-(keybind E "Insert Self")
-(keybind F "Insert Self")
-(keybind G "Insert Self")
-(keybind H "Insert Self")
-(keybind I "Insert Self")
-(keybind J "Insert Self")
-(keybind K "Insert Self")
-(keybind L "Insert Self")
-(keybind M "Insert Self")
-(keybind N "Insert Self")
-(keybind O "Insert Self")
-(keybind P "Insert Self")
-(keybind Q "Insert Self")
-(keybind R "Insert Self")
-(keybind S "Insert Self")
-(keybind T "Insert Self")
-(keybind U "Insert Self")
-(keybind V "Insert Self")
-(keybind W "Insert Self")
-(keybind X "Insert Self")
-(keybind Y "Insert Self")
-(keybind Z "Insert Self")
-(keybind a "Insert Self")
-(keybind b "Insert Self")
-(keybind c "Insert Self")
-(keybind d "Insert Self")
-(keybind e "Insert Self")
-(keybind f "Insert Self")
-(keybind g "Insert Self")
-(keybind h "Insert Self")
-(keybind i "Insert Self")
-(keybind j "Insert Self")
-(keybind k "Insert Self")
-(keybind l "Insert Self")
-(keybind m "Insert Self")
-(keybind n "Insert Self")
-(keybind o "Insert Self")
-(keybind p "Insert Self")
-(keybind q "Insert Self")
-(keybind r "Insert Self")
-(keybind s "Insert Self")
-(keybind t "Insert Self")
-(keybind u "Insert Self")
-(keybind v "Insert Self")
-(keybind w "Insert Self")
-(keybind x "Insert Self")
-(keybind y "Insert Self")
-(keybind z "Insert Self")
-(keybind 0 "Insert Self")
-(keybind 1 "Insert Self")
-(keybind 2 "Insert Self")
-(keybind 3 "Insert Self")
-(keybind 4 "Insert Self")
-(keybind 5 "Insert Self")
-(keybind 6 "Insert Self")
-(keybind 7 "Insert Self")
-(keybind 8 "Insert Self")
-(keybind 9 "Insert Self")
-(keybind / "Insert Self")
-(keybind : "Insert Self")
-(keybind < "Insert Self")
-(keybind = "Insert Self")
-(keybind > "Insert Self")
-(keybind ? "Insert Self")
-(keybind @ "Insert Self")
-(keybind [ "Insert Self")
-(keybind ] "Insert Self")
-(keybind ^ "Insert Self")
-(keybind # "Insert Self")
-(keybind $ "Insert Self")
-(keybind % "Insert Self")
-(keybind & "Insert Self")
-(keybind ' "Insert Self")
-(keybind * "Insert Self")
-(keybind + "Insert Self")
-(keybind , "Insert Self")
-(keybind - "Insert Self")
-(keybind . "Insert Self")
-(keybind ! "Insert Self")
-(keybind " " "Insert Self")
-(keybind """" "Insert Self")
-(keybind "(" "Insert Self")
-(keybind ")" "Insert Self")
-(keybind ";" "Insert Self")
-(keybind "\" "Insert Self")
-(keybind _ "Insert Self")
-(keybind ` "Insert Self")
-(keybind { "Insert Self")
-(keybind | "Insert Self")
-(keybind } "Insert Self")
-(keybind ~ "Insert Self")
-
-; CTRL char
-(keybind ^A "Beginning of Line")
-(keybind ^B "Backward Word")
-(keybind ^C "Copy Region")
-(keybind ^D "Scroll Window Up")
-(keybind ^E "New Window")
-(keybind ^F "Forward Word")
-(keybind ^H "Backward Delete Character")
-(keybind ^I "Insert Self")
-; open
-(keybind ^K "Kill Region")
-(keybind ^L "Replace in Line")
-(keybind ^M "CRLF")
-(keybind ^N "Kill Word")
-(keybind ^O "Open Line")
-(keybind ^P "Backward Kill Word")
-(keybind ^Q "Write Last Kill")
-(keybind ^R "Replace String")
-(keybind ^S "Push to Inferior")
-(keybind ^T "Kill Line")
-(keybind ^U "Scroll Window Down")
-(keybind ^V "Find File")
-(keybind ^W "Save File")
-(keybind ^X "Prefix Extend")
-(keybind ^Y "Un-kill")
-(keybind ^Z "End of Line")
-(keybind "^\" "Quoted Insert")
-(keybind ^_ "Move to Window Bottom")
-(keybind ^^ "Set/Pop Mark")
-(keybind ^] "Goto Line")
-
-; ESC char
-(keybind ^[ "Prefix Meta")
-(keybind M-0 "Argument Digit")
-(keybind M-1 "Argument Digit")
-(keybind M-2 "Argument Digit")
-(keybind M-3 "Argument Digit")
-(keybind M-4 "Argument Digit")
-(keybind M-5 "Argument Digit")
-(keybind M-6 "Argument Digit")
-(keybind M-7 "Argument Digit")
-(keybind M-8 "Argument Digit")
-(keybind M-9 "Argument Digit")
-(keybind M-A "Append Next Kill")
-(keybind M-B "Select Buffer")
-(keybind M-C "Uppercase Word")
-(keybind M-E "Execute Kbd Macro")
-(keybind M-F "Find File")
-(keybind M-G "Insert File")
-(keybind M-H "Describe")
-(keybind M-I "Uppercase Initial")
-(keybind M-K "Kill Buffer")
-(keybind M-L "Lowercase Region")
-(keybind M-M "Mark Paragraph")
-(keybind M-N "Buffer Not Modified")
-(keybind M-O "Lowercase Word")
-(keybind M-P "Forward Paragraph")
-(keybind M-Q "Query Replace")
-(keybind M-R "Set Profile")
-(keybind M-S "Select Existing Buffer")
-(keybind M-T "Transpose Characters")
-(keybind M-U "Uppercase Region")
-(keybind M-W "Transpose Words")
-(keybind M-X "Return to Superior")
-(keybind M-Y "Un-kill Pop")
-(keybind M-Z "Incremental Search")
-(keybind M-^ "Exchange Point and Mark")
-(keybind M-* "View Kbd Macro")
-(keybind M-[ "Prefix Extend")
-(keybind M-] "Backward Paragraph")
-(keybind M-= "Delete Horizontal Space")
-(keybind M-| "Delete Blank Lines")
-(keybind "M-," "Move to Window Top")
-(keybind "M-;" "Indent for Comment")
-(keybind "M-." "Indent Relative")
-(keybind "M-/" "Start Kbd Macro")
-(keybind "M-\" "End Kbd Macro")
-
-
-; CTRL-X char
-(keybind X-1 "One Window")
-(keybind X-2 "Two Windows")
-(keybind X-A "Up Real Line")
-(keybind X-B "Down Real Line")
-(keybind X-C "Forward Character")
-(keybind X-D "Backward Character")
-(keybind X-G "List Buffers")
-(keybind X-H "Goto Beginning")
-(keybind X-L "Grow Window")
-(keybind X-N "Other Window")
-(keybind X-P "Shrink Window")
-(keybind X-S "Reverse String Search")
-(keybind X-T "String Search")
-(keybind X-U "Next Screen")
-(keybind X-V "Previous Screen")
-(keybind X-X "Return to Superior")
-(keybind X-Y "Goto End")
-
-(keybind X-^A "Up Real Line")
-(keybind X-^B "Down Real Line")
-(keybind X-^C "Forward Character")
-(keybind X-^D "Backward Character")
-(keybind X-^G "List Buffers")
-(keybind X-^H "Goto Beginning")
-(keybind X-^L "Grow Window")
-(keybind X-^N "Other Window")
-(keybind X-^P "Shrink Window")
-(keybind X-^S "Reverse String Search")
-(keybind X-^T "String Search")
-(keybind X-^U "Next Screen")
-(keybind X-^V "Previous Screen")
-(keybind X-^W "New Window")
-(keybind X-^X "Return to Superior")
-(keybind X-^Y "Goto End")
-
-
-(keybind DEL "Delete Character")
Index: trunk/minix/etc/ast/.exrc
===================================================================
--- trunk/minix/etc/ast/.exrc	(revision 9)
+++ 	(revision )
@@ -1,1 +1,0 @@
-set autoindent autowrite report=2 showmatch
Index: trunk/minix/etc/ast/.profile
===================================================================
--- trunk/minix/etc/ast/.profile	(revision 9)
+++ 	(revision )
@@ -1,15 +1,0 @@
-# Login shell profile.
-
-# Erase character and erase line interrupt keys
-stty sane erase '^H' kill '^U'
-
-# Check terminal type.
-case $TERM in
-dialup|unknown|network)
-	echo -n "Terminal type? ($TERM) "; read term
-	TERM="${term:-$TERM}"
-	unset term
-esac
-
-# Shell configuration.
-unset EDITOR; . $HOME/.ashrc
Index: trunk/minix/etc/ast/.vimrc
===================================================================
--- trunk/minix/etc/ast/.vimrc	(revision 9)
+++ 	(revision )
@@ -1,93 +1,0 @@
-" An example for a vimrc file.
-"
-" Maintainer:	Bram Moolenaar <Bram@vim.org>
-" Last change:	2002 Sep 19
-"
-" To use it, copy it to
-"     for Unix and OS/2:  ~/.vimrc
-"	      for Amiga:  s:.vimrc
-"  for MS-DOS and Win32:  $VIM\_vimrc
-"	    for OpenVMS:  sys$login:.vimrc
-
-" When started as "evim", evim.vim will already have done these settings.
-if v:progname =~? "evim"
-  finish
-endif
-
-" Use Vim settings, rather then Vi settings (much better!).
-" This must be first, because it changes other options as a side effect.
-set nocompatible
-
-" allow backspacing over everything in insert mode
-set backspace=indent,eol,start
-
-if has("vms")
-  set nobackup		" do not keep a backup file, use versions instead
-else
-  set backup		" keep a backup file
-endif
-set history=50		" keep 50 lines of command line history
-set ruler		" show the cursor position all the time
-set showcmd		" display incomplete commands
-set incsearch		" do incremental searching
-
-" For Win32 GUI: remove 't' flag from 'guioptions': no tearoff menu entries
-" let &guioptions = substitute(&guioptions, "t", "", "g")
-
-" Don't use Ex mode, use Q for formatting
-map Q gq
-
-" This is an alternative that also works in block mode, but the deleted
-" text is lost and it only works for putting the current register.
-"vnoremap p "_dp
-
-   :if &term =~ "xterm" || &term =~ "minix"
-   :  if has("terminfo")
-   :    set t_Co=8
-   :    set t_Sf=[3%p1%dm
-   :    set t_Sb=[4%p1%dm
-   :  else
-   :    set t_Co=8
-   :    set t_Sf=[3%dm
-   :    set t_Sb=[4%dm
-   :  endif
-   :endif
-
-" Switch syntax highlighting on, when the terminal has colors
-" Also switch on highlighting the last used search pattern.
-if &t_Co > 2 || has("gui_running")
-  syntax on
-  set hlsearch
-endif
-
-" Only do this part when compiled with support for autocommands.
-if has("autocmd")
-
-  " Enable file type detection.
-  " Use the default filetype settings, so that mail gets 'tw' set to 72,
-  " 'cindent' is on in C files, etc.
-  " Also load indent files, to automatically do language-dependent indenting.
-  filetype plugin indent on
-
-  " Put these in an autocmd group, so that we can delete them easily.
-  augroup vimrcEx
-  au!
-
-  " For all text files set 'textwidth' to 78 characters.
-  autocmd FileType text setlocal textwidth=78
-
-  " When editing a file, always jump to the last known cursor position.
-  " Don't do it when the position is invalid or when inside an event handler
-  " (happens when dropping a file on gvim).
-  autocmd BufReadPost *
-    \ if line("'\"") > 0 && line("'\"") <= line("$") |
-    \   exe "normal g`\"" |
-    \ endif
-
-  augroup END
-
-else
-
-  set autoindent		" always set autoindenting on
-
-endif " has("autocmd")
