samba: fix loggers.
Syslog is limited to a set of predefined facilities. The facility names nmbd and smbd are not on that list, so the loggers were not actually working till now.
This commit is contained in:
parent
0f7556ab5b
commit
d2bab15c39
3 changed files with 3 additions and 3 deletions
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec logger -p nmbd.notice
|
exec logger -p daemon.notice -t nmbd
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec logger -p smbd.notice
|
exec logger -p daemon.notice -t smbd
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'samba'
|
# Template file for 'samba'
|
||||||
pkgname=samba
|
pkgname=samba
|
||||||
version=3.6.25
|
version=3.6.25
|
||||||
revision=9
|
revision=10
|
||||||
build_wrksrc=source3
|
build_wrksrc=source3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-fhs --with-pam --with-pam_smbpass --with-ldap
|
configure_args="--with-fhs --with-pam --with-pam_smbpass --with-ldap
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue