08:42:29 is it possible to change $HOME dir with `su` command, eg `su -m user -c "echo $HOME"` to be equal to the user's home dir ? 08:43:23 or should I manually set $HOME variable ? 08:46:06 are you sure your test isn't just wrong? did you try with env or -c 'echo $HOME' so that your current shell doesn't do the replacement? 08:47:30 I need this command for cron 08:47:44 to run in `user` home dir 08:48:00 sh and fish both set the homedir to '/' 08:48:05 Why are you doing -m then? 08:48:29 oh ... 08:48:33 correct 08:48:42 my brain cooked ... 08:48:43 thanks 16:12:59 any suggestions for e-book reader, please? I am using FBReader now. 17:29:58 Hmm... Someone seems to have "improved" pkg with warning. Running "pkg upgrade -f" emits the message "pkg: Warning: Major OS version upgrade detected. Running "pkg bootstrap -f" recommended". Which is of course exactly what was happening. That's a lame warning when that is exactly what was happening.