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 /release/sysinstall/menus.c | |
| parent | 7f33a738c14a198d28a7e706722408ceb2d1d388 (diff) | |
Notes
Diffstat (limited to 'release/sysinstall/menus.c')
| -rw-r--r-- | release/sysinstall/menus.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c index c355bcf1f881..f24b3a03cddc 100644 --- a/release/sysinstall/menus.c +++ b/release/sysinstall/menus.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: menus.c,v 1.139 1997/06/13 14:21:20 jkh Exp $ + * $Id: menus.c,v 1.140 1997/06/21 15:45:13 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -274,7 +274,6 @@ DMenu MenuIndex = { { "Root Password", "Set the system manager's password.", NULL, dmenuSystemCommand, NULL, "passwd root" }, { "Root Password", "Set the system manager's password.", NULL, dmenuSystemCommand, NULL, "passwd root" }, { "Router", "Select routing daemon (default: routed)", NULL, configRouter, NULL, "router" }, - { "Samba", "Configure Samba for LanManager access.", dmenuVarCheck, configSamba, NULL, "samba" }, { "Syscons", "The system console configuration menu.", NULL, dmenuSubmenu, NULL, &MenuSyscons }, { "Syscons, Font", "The console screen font.", NULL, dmenuSubmenu, NULL, &MenuSysconsFont }, { "Syscons, Keymap", "The console keymap configuration menu.", NULL, dmenuSubmenu, NULL, &MenuSysconsKeymap }, @@ -1152,8 +1151,6 @@ DMenu MenuNetworking = { dmenuVarCheck, dmenuToggleVariable, NULL, "rwhod_enable=YES" }, { "Anon FTP", "This machine wishes to allow anonymous FTP.", dmenuVarCheck, configAnonFTP, NULL, "anon_ftp" }, - { "Samba", "Install Samba for LanManager (NETBUI) access.", - dmenuVarCheck, configSamba, NULL, "samba" }, { "PCNFSD", "Run authentication server for clients with PC-NFS.", dmenuVarCheck, configPCNFSD, NULL, "pcnfsd" }, { "Exit", "Exit this menu (returning to previous)", |
