From ee090854ff90b85b7a4edaee66f2fa9dc0ae4d73 Mon Sep 17 00:00:00 2001 From: jkh Date: Fri, 26 Jul 1996 08:39:06 +0000 Subject: Update samba install to agree with new port. --- release/sysinstall/samba.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/release/sysinstall/samba.c b/release/sysinstall/samba.c index 0d8a3d0..eee2df6 100644 --- a/release/sysinstall/samba.c +++ b/release/sysinstall/samba.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: samba.c,v 1.5 1996/07/02 01:03:49 jkh Exp $ + * $Id: samba.c,v 1.6 1996/07/10 04:52:27 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard & Coranth Gryphon. All rights reserved. @@ -52,8 +52,8 @@ static DMenu MenuSamba = { }; /* These probably shouldn't be hard-coded, but making them options might prove to be even more confusing! */ -#define SMB_CONF_DIR "/usr/local/samba/lib" -#define SMB_CONF "/usr/local/samba/lib/smb.conf" +#define SMB_CONF_DIR "/usr/local/etc" +#define SMB_CONF "/usr/local/etc/smb.conf" int configSamba(dialogMenuItem *self) -- cgit v1.1