From d2bab15c392b05af57188def772806b428327141 Mon Sep 17 00:00:00 2001 From: Christopher Brannon Date: Tue, 16 Feb 2016 14:49:14 -0800 Subject: [PATCH] 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. --- srcpkgs/samba/files/nmbd/log/run | 2 +- srcpkgs/samba/files/smbd/log/run | 2 +- srcpkgs/samba/template | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/samba/files/nmbd/log/run b/srcpkgs/samba/files/nmbd/log/run index ea5ff8e2186..fb52de5c92a 100755 --- a/srcpkgs/samba/files/nmbd/log/run +++ b/srcpkgs/samba/files/nmbd/log/run @@ -1,2 +1,2 @@ #!/bin/sh -exec logger -p nmbd.notice +exec logger -p daemon.notice -t nmbd diff --git a/srcpkgs/samba/files/smbd/log/run b/srcpkgs/samba/files/smbd/log/run index f58842d4873..3131489de9f 100755 --- a/srcpkgs/samba/files/smbd/log/run +++ b/srcpkgs/samba/files/smbd/log/run @@ -1,2 +1,2 @@ #!/bin/sh -exec logger -p smbd.notice +exec logger -p daemon.notice -t smbd diff --git a/srcpkgs/samba/template b/srcpkgs/samba/template index 945d0481a6e..c605a451f2a 100644 --- a/srcpkgs/samba/template +++ b/srcpkgs/samba/template @@ -1,7 +1,7 @@ # Template file for 'samba' pkgname=samba version=3.6.25 -revision=9 +revision=10 build_wrksrc=source3 build_style=gnu-configure configure_args="--with-fhs --with-pam --with-pam_smbpass --with-ldap