Re: reload rc.conf without rebooting

2005-03-08 Thread Luyt
On Saturday 05 March 2005 22:34, Ben Munat wrote: Sigh... I just want my delete key to work... I put this in my .cshrc: stty erase ^H bindkey ^? delete-char bindkey \e[3~ delete-char bindkey \e[1~ beginning-of-line

Re: reload rc.conf without rebooting

2005-03-06 Thread Warren Block
On Sat, 5 Mar 2005, Ben Munat wrote: Sigh... I just want my delete key to work... I got a response a while back to edit the keymap and set it in rc.conf (which is how I got off on that whole reload rc.conf thing). This might help: http://www.ibb.net/~anne/keyboard.html -Warren Block * Rapid

Re: reload rc.conf without rebooting

2005-03-05 Thread Peter Schuller
How does one cause rc.conf to be reread without rebooting? Under linux I would generally do source somefile.conf. But if I do source rc.conf, I'm told that all my settings are not commands. Generally, you don't. For details, see the explanation of the FAQ:

Re: reload rc.conf without rebooting

2005-03-05 Thread Ben Munat
Peter Schuller wrote: How does one cause rc.conf to be reread without rebooting? Under linux I would generally do source somefile.conf. But if I do source rc.conf, I'm told that all my settings are not commands. Generally, you don't. For details, see the explanation of the FAQ:

Re: reload rc.conf without rebooting

2005-03-05 Thread Chuck Swiger
Ben Munat wrote: [ ... ] Thanks yeah, I figured that. However, in this case I had simply added keymap=us.iso to the rc.conf. So, I had to stop all my daemons just to change my keymap. Of course you didn't. Why not run: kbdctl -l /usr/share/syscons/keymaps/us.iso.kbd ...or run kbdmap

Re: reload rc.conf without rebooting

2005-03-05 Thread Ben Munat
Chuck Swiger wrote: Ben Munat wrote: Thanks yeah, I figured that. However, in this case I had simply added keymap=us.iso to the rc.conf. So, I had to stop all my daemons just to change my keymap. Of course you didn't. Why not run: kbdctl -l /usr/share/syscons/keymaps/us.iso.kbd ...or run

Re: reload rc.conf without rebooting

2005-03-05 Thread Chuck Swiger
Ben Munat wrote: [ ... ] PS: what keymap should I use anyway? (logitech PC keyboard... US English...) Perhaps /usr/share/syscons/keymaps/us.emacs.kbd ...? -- -Chuck ___ freebsd-questions@freebsd.org mailing list

Re: reload rc.conf without rebooting

2005-03-05 Thread Ben Munat
Chuck Swiger wrote: Ben Munat wrote: PS: what keymap should I use anyway? (logitech PC keyboard... US English...) Perhaps /usr/share/syscons/keymaps/us.emacs.kbd ...? Wouldn't that be for emacs users? Sigh... I just want my delete key to work... I got a response a while back to edit the keymap

Re: reload rc.conf without rebooting

2005-03-05 Thread Giorgos Keramidas
On 2005-03-05 13:34, Ben Munat [EMAIL PROTECTED] wrote: Chuck Swiger wrote: Ben Munat wrote: PS: what keymap should I use anyway? (logitech PC keyboard... US English...) Perhaps /usr/share/syscons/keymaps/us.emacs.kbd ...? Wouldn't that be for emacs users? Sigh... I just want my delete key

Re: reload rc.conf without rebooting

2005-03-05 Thread Ben Munat
Giorgos Keramidas wrote: On 2005-03-05 13:34, Ben Munat [EMAIL PROTECTED] wrote: The delete key sends ^? when in a cons-25 terminal. Depending on what your shell is, this may be remapped to perform whatever you feel suits you best. But this is a shell configuration issue. If you are using

Re: reload rc.conf without rebooting

2005-03-03 Thread Giorgos Keramidas
On 2005-03-02 22:33, Ben Munat [EMAIL PROTECTED] wrote: How does one cause rc.conf to be reread without rebooting? Under linux I would generally do source somefile.conf. But if I do source rc.conf, I'm told that all my settings are not commands. Generally, you don't. For details, see the