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:
Christopher Brannon 2016-02-16 14:49:14 -08:00
parent 0f7556ab5b
commit d2bab15c39
3 changed files with 3 additions and 3 deletions

View file

@ -1,2 +1,2 @@
#!/bin/sh #!/bin/sh
exec logger -p nmbd.notice exec logger -p daemon.notice -t nmbd

View file

@ -1,2 +1,2 @@
#!/bin/sh #!/bin/sh
exec logger -p smbd.notice exec logger -p daemon.notice -t smbd

View file

@ -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