FVWM: Loading a fvwm2rc.$HOST

2003-01-04 Thread Johan Svedberg
Hello, world! I'm wondering if there is a way to accomplish this from my fvwm2rc or do I have to use some kind of shellwrapper like: export HOST=`uname -n | cut -d . -f 1` if [ -e ~/lib/fvwm2rc.\$HOST/fvwm2rc.$HOST ]; then . ~/lib/fvwm2rc.\$HOST/fvwm2rc.$HOST fi I want to

Re: FVWM: Loading a fvwm2rc.$HOST

2003-01-04 Thread Cameron Simpson
On 22:54 04 Jan 2003, Johan Svedberg [EMAIL PROTECTED] wrote: | I'm wondering if there is a way to accomplish this from my fvwm2rc or do | I have to use some kind of shellwrapper like: | | export HOST=`uname -n | cut -d . -f 1` | | if [ -e ~/lib/fvwm2rc.\$HOST/fvwm2rc.$HOST ]; then |

Re: FVWM: Loading a fvwm2rc.$HOST

2003-01-04 Thread Mikhael Goikhman
On 04 Jan 2003 22:54:31 +0100, Johan Svedberg wrote: I'm wondering if there is a way to accomplish this from my fvwm2rc or do I have to use some kind of shellwrapper like: export HOST=`uname -n | cut -d . -f 1` if [ -e ~/lib/fvwm2rc.\$HOST/fvwm2rc.$HOST ]; then .