summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-07-26 08:39:06 +0000
committerjkh <jkh@FreeBSD.org>1996-07-26 08:39:06 +0000
commitee090854ff90b85b7a4edaee66f2fa9dc0ae4d73 (patch)
tree41cb7b9492230da7e8b7ef7cf517fc756603121d
parent33391aed101a5ce1c7ae61f53aa0efa4a321a44a (diff)
downloadFreeBSD-src-ee090854ff90b85b7a4edaee66f2fa9dc0ae4d73.zip
FreeBSD-src-ee090854ff90b85b7a4edaee66f2fa9dc0ae4d73.tar.gz
Update samba install to agree with new port.
-rw-r--r--release/sysinstall/samba.c6
1 files 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)
OpenPOWER on IntegriCloud