22 lines
779 B
Diff
22 lines
779 B
Diff
|
diff -Nru samba-3.0.25c.orig/examples/smb.conf.default samba-3.0.25c/examples/smb.conf.default
|
||
|
--- samba-3.0.25c.orig/examples/smb.conf.default 2007-08-21 10:15:23.000000000 +0200
|
||
|
+++ samba-3.0.25c/examples/smb.conf.default 2007-08-21 10:17:38.000000000 +0200
|
||
|
@@ -63,7 +63,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 = /var/log/samba/log.%m
|
||
|
|
||
|
# Put a capping on the size of the log files (in Kb).
|
||
|
max log size = 50
|
||
|
@@ -184,7 +184,7 @@
|
||
|
# specifically define each individual printer
|
||
|
[printers]
|
||
|
comment = All Printers
|
||
|
- path = /usr/spool/samba
|
||
|
+ path = /var/spool/samba
|
||
|
browseable = no
|
||
|
# Set public = yes to allow user 'guest account' to print
|
||
|
guest ok = no
|