diff options
author | hosokawa <hosokawa@FreeBSD.org> | 1998-06-15 12:24:02 +0800 |
---|---|---|
committer | hosokawa <hosokawa@FreeBSD.org> | 1998-06-15 12:24:02 +0800 |
commit | c1d35fefe0c095248f096ffcd4c00ec6ef4da2b6 (patch) | |
tree | 235cd9decc3b8de916be0ad1f2f888fb1252ecb2 /net/samba | |
parent | bc913ec50f6e3afae7da6d69fe1fddab1c941b2d (diff) | |
download | freebsd-ports-gnome-c1d35fefe0c095248f096ffcd4c00ec6ef4da2b6.tar.gz freebsd-ports-gnome-c1d35fefe0c095248f096ffcd4c00ec6ef4da2b6.tar.zst freebsd-ports-gnome-c1d35fefe0c095248f096ffcd4c00ec6ef4da2b6.zip |
I forgot to modify smb.conf.default for FreeBSD port.
Diffstat (limited to 'net/samba')
-rw-r--r-- | net/samba/files/smb.conf.default | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba/files/smb.conf.default b/net/samba/files/smb.conf.default index 9030ed0422ea..dba9df62882d 100644 --- a/net/samba/files/smb.conf.default +++ b/net/samba/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 |