blob: 5cc3be1212c55d2f1bf7890c864a2f4db9748604 (
plain)
1 diff -Nru samba-3.0.26a.orig/examples/smb.conf.default samba-3.0.26a/examples/smb.conf.default
2 --- samba-3.0.26a.orig/examples/smb.conf.default 2007-09-12 09:39:16.000000000 +0200
3 +++ samba-3.0.26a/examples/smb.conf.default 2007-09-12 09:39:40.000000000 +0200
4 @@ -63,7 +63,7 @@
5
6 # this tells Samba to use a separate log file for each machine
7 # that connects
8 - log file = /usr/local/samba/var/log.%m
9 + log file = /var/log/samba/log.%m
10
11 # Put a capping on the size of the log files (in Kb).
12 max log size = 50
13 @@ -184,7 +184,7 @@
14 # specifically define each individual printer
15 [printers]
16 comment = All Printers
17 - path = /usr/spool/samba
18 + path = /var/spool/samba
19 browseable = no
20 # Set public = yes to allow user 'guest account' to print
21 guest ok = no
|