summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/samba-devel/files/smb.conf.default4
-rw-r--r--net/samba/files/smb.conf.default4
-rw-r--r--net/samba3/files/smb.conf.default4
3 files changed, 6 insertions, 6 deletions
diff --git a/net/samba-devel/files/smb.conf.default b/net/samba-devel/files/smb.conf.default
index 9030ed0..dba9df6 100644
--- a/net/samba-devel/files/smb.conf.default
+++ b/net/samba-devel/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
diff --git a/net/samba/files/smb.conf.default b/net/samba/files/smb.conf.default
index 9030ed0..dba9df6 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
diff --git a/net/samba3/files/smb.conf.default b/net/samba3/files/smb.conf.default
index 9030ed0..dba9df6 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
OpenPOWER on IntegriCloud