summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-09-17 13:33:14 +0000
committerjkh <jkh@FreeBSD.org>1997-09-17 13:33:14 +0000
commit0dfe9b61e4cbf3786d7f51e0703645e80c84ef26 (patch)
tree89c19c13c6eb6532a43224028e62d1a15ef3dd11 /usr.sbin/sade
parenta3046d377e5b3b6b10624a5314055f4923bcd45f (diff)
downloadFreeBSD-src-0dfe9b61e4cbf3786d7f51e0703645e80c84ef26.zip
FreeBSD-src-0dfe9b61e4cbf3786d7f51e0703645e80c84ef26.tar.gz
Add a new netInteractive variable so that the interactiveness of the TCP
setup dialog from scripts is more controllable. No more biasing off of hostname (which is now non-optional in the non-netInteractive case). Requested by: pst
Diffstat (limited to 'usr.sbin/sade')
-rw-r--r--usr.sbin/sade/sade.812
1 files changed, 9 insertions, 3 deletions
diff --git a/usr.sbin/sade/sade.8 b/usr.sbin/sade/sade.8
index 738e131..67f5952 100644
--- a/usr.sbin/sade/sade.8
+++ b/usr.sbin/sade/sade.8
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: sysinstall.8,v 1.4 1997/09/08 11:09:10 jkh Exp $
+.\" $Id: sysinstall.8,v 1.5 1997/09/10 10:15:41 jkh Exp $
.\"
.Dd August 9, 1997
.Dt SYSINSTALL 8
@@ -640,7 +640,7 @@ Select an FTP site as the installation media.
\fBVariables:\fR
.Bl -tag -width indent
.It hostname
-The name of the host being installed (optional).
+The name of the host being installed (non-optional).
.It domainname
The domain name of the host being installed (optional).
.It defaultrouter
@@ -651,6 +651,9 @@ Which host interface to use (
or
.Ar ep0 ,
for example. Non-optional).
+.It netInteractive
+If set, bring up the interactive network setup form even
+if all relevant configuration variables are already set (optional).
.It ipaddr
The IP address for the selected host interface (non-optional).
.It netmask
@@ -689,7 +692,7 @@ interested in.
\fBVariables:\fR
.Bl -tag -width indent
.It hostname
-The name of the host being installed (optional).
+The name of the host being installed (non-optional).
.It domainname
The domain name of the host being installed (optional).
.It defaultrouter
@@ -700,6 +703,9 @@ Which host interface to use (
or
.Ar ep0 ,
for example. Non-optional).
+.It netInteractive
+If set, bring up the interactive network setup form even
+if all relevant configuration variables are already set (optional).
.It ipaddr
The IP address for the selected host interface (non-optional).
.It netmask
OpenPOWER on IntegriCloud