看板 DFBSD_submit 關於我們 聯絡資訊
On Fri, 18 Mar 2005 13:42:17 -0800 Chris Pressey <cpressey@catseye.mine.nu> wrote: > [...] > Hmm, interesting - I did run 'make installer_release' as root, which I > assume should do everything (build+install world+kernel) as root. > Possibly I didn't clean up enough before running it... Weird. Even after blowing away /usr/release/root/* and /usr/obj/*, cvsup'ping, and doing a 'make installer_release' as root, I still get half of the things installed as my regular uid 1000 user. Maybe it's because I su'ed to root instead of logging in as root? Can't think of anything else, I'll try it. > [...] > There may be a way to tell ncurses to use a shorter timeout, but I > don't know what it is - I'll look into it. Solved: ncurses lets you set the env var 'ESCDELAY' to a value in milliseconds. I've tested it and it works nicely, I'll commit a patch to the pfi scripts to set it up, shortly. -Chris