summaryrefslogtreecommitdiff
path: root/net/samba3
diff options
context:
space:
mode:
authorTatsumi Hosokawa <hosokawa@FreeBSD.org>1998-06-15 04:24:02 +0000
committerTatsumi Hosokawa <hosokawa@FreeBSD.org>1998-06-15 04:24:02 +0000
commit0e44a3327029661e8c3924b1791bc4b4fcc1dca0 (patch)
treeacc1f56e499e11368c967cd3b6a4e93a50db9430 /net/samba3
parentMake sure configure uses ${PREFIX}/bin/perl instead of /usr/bin/perl. (diff)
I forgot to modify smb.conf.default for FreeBSD port.
Notes
Notes: svn path=/head/; revision=11435
Diffstat (limited to 'net/samba3')
-rw-r--r--net/samba3/files/smb.conf.default4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba3/files/smb.conf.default b/net/samba3/files/smb.conf.default
index 9030ed0422ea..dba9df62882d 100644
--- a/net/samba3/files/smb.conf.default
+++ b/net/samba3/files/smb.conf.default
@@ -50,7 +50,7 @@
# this tells Samba to use a separate log file for each machine
# that connects
- log file = /usr/local/samba/var/log.%m
+ log file = __LOGDIR__/log.%m
# Put a capping on the size of the log files (in Kb).
max log size = 50
@@ -227,7 +227,7 @@
# specifically define each individual printer
[printers]
comment = All Printers
- path = /usr/spool/samba
+ path = __SAMBA_SPOOL__
browseable = no
# Set public = yes to allow user 'guest account' to print
guest ok = no