Browse Source

Fix profile and make directories to make drawterm/rio work.

We don't have upas and news.

I don't know why home is needed ... but it is.

With these changes drawterm and rio work.

Fixed #5

Change-Id: Ic76914c2f9be686847fc2f7da80450ed111ed2a6
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Ronald G. Minnich 8 years ago
parent
commit
87ce7fe342

+ 0 - 0
mnt/temp/.make_git_happy


+ 0 - 0
mnt/term/.make_git_happy


+ 0 - 0
mnt/wsys/.make_git_happy


+ 0 - 3
usr/glenda/lib/profile

@@ -4,7 +4,6 @@ bind -c tmp /tmp
 if(! syscall create /tmp/xxx 1 0666 >[2]/dev/null)
 	ramfs	# in case we're running off a cd
 font = /lib/font/bit/pelm/euro.9.font
-upas/fs
 fn cd { builtin cd $* && awd }  # for acme
 switch($service){
 case terminal
@@ -25,12 +24,10 @@ case cpu
 	bind -a /mnt/term/dev /dev
 	prompt=('cpu% ' '	')
 	fn cpu%{ $* }
-	news
 	if (! test -e /mnt/term/mnt/wsys) {	# cpu call from drawterm
 		font=/lib/font/bit/pelm/latin1.8.font
 		exec rio
 	}
 case con
 	prompt=('cpu% ' '	')
-	news
 }

+ 0 - 0
usr/harvey/bin/amd64/.make_git_happy


+ 0 - 0
usr/harvey/home/.make_git_happy


+ 0 - 0
usr/harvey/tmp/.make_git_happy