Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jul 2003 19:12:44 -0500
From:      Dan Nelson <dnelson@allantgroup.com>
To:        Nucking Futs <nuckingfutsto@hotmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Command to list data
Message-ID:  <20030705001244.GN24527@dan.emsphone.com>
In-Reply-To: <Law11-F679p64lf9wq200046ddd@hotmail.com>
References:  <Law11-F679p64lf9wq200046ddd@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Jul 04), Nucking Futs said:
> I am wondering how a shell provider running FreeBSD sets up data to be 
> output with a command.  For example typing "vhosts" at the command prompt 
> would list a bunch of ip addresses.  How would I set this up?

Shell script, most likely.

#! /bin/sh
cat /etc/mail/local-host-names

.. Or wherever you store your vhosts. 

-- 
	Dan Nelson
	dnelson@allantgroup.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030705001244.GN24527>