[xyzzy:07550] home directory in xyzzy.ini
- Subject: [xyzzy:07550] home directory in xyzzy.ini
- From: nobu.nokada@xxxxxxxxxxxx
なかだです。
NT系なら各ユーザごとにちゃんとHOMEを設定できるのですが、9x系
だと基本的にマルチユーザではないのでログインしたユーザごとに設
定を変えることができないような気がします。
とりあえずこういうのを考えたのですが。
# 変えたい場合は自分で直す。
--- init.cc.orig Sat Jul 14 06:43:34 2001
+++ init.cc Thu Sep 20 20:55:38 2001
@@ -146,4 +146,7 @@ init_home_dir ()
}
+ if (read_conf("Init", "HomeDir", path, sizeof path)) return;
+ if (read_conf("Init", "LogDir", path, sizeof path)) return;
+
xsymbol_value (Qhome_dir) = xsymbol_value (Qmodule_dir);
}
--
--- 僕の前にBugはない。
--- 僕の後ろにBugはできる。
中田 伸悦