Merge pull request #3647 from CMB/sambalogging

samba: fix loggers.
This commit is contained in:
Juan RP 2016-02-24 06:02:29 +01:00
commit 2310cfb0b2
2 changed files with 2 additions and 2 deletions

View file

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

View file

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