diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-07-16 05:22:42 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-07-16 05:22:42 +0000 |
| commit | 5028762fea3eba2f495fbfe528df7f37657172f6 (patch) | |
| tree | 7d87184d9d987fcfe2a6d598170e48b226daf9f6 /usr.sbin/sysinstall/install.c | |
| parent | 7f33a738c14a198d28a7e706722408ceb2d1d388 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall/install.c')
| -rw-r--r-- | usr.sbin/sysinstall/install.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c index 4ea6a3a0fb62..9aeafbcd4e02 100644 --- a/usr.sbin/sysinstall/install.c +++ b/usr.sbin/sysinstall/install.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: install.c,v 1.190 1997/06/20 07:04:16 jkh Exp $ + * $Id: install.c,v 1.191 1997/06/21 15:45:09 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -519,12 +519,6 @@ installNovice(dialogMenuItem *self) } dialog_clear_norefresh(); - if (!msgYesNo("Would you like to configure Samba for connecting NETBUI clients to this\n" - "machine? Windows 95, Windows NT and Windows for Workgroups\n" - "machines can use NETBUI transport for disk and printer sharing.")) - configSamba(self); - - dialog_clear_norefresh(); if (!msgYesNo("Will this machine be an IP gateway (e.g. will it forward packets\n" "between interfaces)?")) variable_set2("gateway", "YES"); @@ -994,7 +988,6 @@ installVarDefaults(dialogMenuItem *self) variable_set2(VAR_FTP_STATE, "passive"); variable_set2(VAR_NFS_SECURE, "YES"); variable_set2(VAR_PKG_TMPDIR, "/usr/tmp"); - variable_set2(VAR_SAMBA_PKG, PACKAGE_SAMBA); variable_set2(VAR_GATED_PKG, PACKAGE_GATED); variable_set2(VAR_PCNFSD_PKG, PACKAGE_PCNFSD); variable_set2(VAR_MEDIA_TIMEOUT, itoa(MEDIA_TIMEOUT)); |
