9fans archive / 1998 / 01 / 8 /    prev next

From: Kenji Arisawa b42195g@nuc...
Subject: [9fans] A patch for /sys/lib/kfsuser
Date: Tue, 6 Jan 1998 23:32:22 +0900 (JST)

Hello 9fans!

This is a patch for /sys/lib/kfsuser.

Registering kfs user we use kfsuser command:
term% /sys/lib/kfsuser alice
However we will have incorrect owner ship for lib/profile:
term% ls -l /usr/alice/lib
--rw-rw-r-- M 3 none alice 331 Jan  6 16:34 /usr/alice/lib/profile
We will have correct owner ship by changing /sys/lib/kfsuser.

term% diff kfsuser kfsuser.orig
8,9d7
< home=/usr/$user
< disk/kfscmd 'create '$home/lib/profile' '$user' '$user
10a9
> home=/usr/$user


By the way, where can I find recent patches for Plan9 distribution?

Kenji Arisawa
E-mail: arisawa@aic...