gspl-hostedit - edit GNUspool host table
gspl-hostedit [ -o file ] [ -s arg ] [ -I ] [ file ]
gspl-hostedit is a simple curses-based program to edit host tables for gnuspool.hosts, the host table for GNUspool.
It knows about local addresses (selecting the correct IP address for a machine with different IPs on different networks), Windows clients, DHCP, trusted hosts, manual connections, probes and timeouts.
Input is taken from standard input unless a file name is given, and output is to standard output unless the -o option is given.
Normally this would be run as follows:
gspl-hostedit -I /usr/local/etc/gnuspool.hosts
You will usually have to stop and restart GNUspool after you have
done this so that all parts of the system "know" about the new hosts,
however this may not be necessary in all cases, you may only have to
"kill -1
" the process id of the xtnetserv process.
Output to the named file rather than Standard Output
Where char is h
or i
, sort display by host name or by IP
address.
Edit in place; a file argument must be given.
The following command keys are used from within the screen displayed by gspl-hostedit. As with other GNUspool commands, any commands which operate upon an existing item will do so with the item to which the cursor is moved.
Move cursor up.
Move cursor down.
Scroll down a screenful.
Scroll up a screenful.
Quit and write hosts file.
Create a new hosts entry.
Edit the selected hosts entry.
Delete the selected hosts entry.
Edit the local hosts entry.
Set the default user name for DHCP clients.
Copyright (c) 2009 Free Software Foundation, Inc. This is free software. You may redistribute copies of it under the terms of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent permitted by law.
John M Collins, Xi Software Ltd.