diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2016-11-30 19:21:18 +0100 |
|---|---|---|
| committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-12-14 09:20:11 -0500 |
| commit | bb2cbb965afee4310da6bb4acdd945ad05f261fe (patch) | |
| tree | a5f77fee340be4b15198514ec07b8c9199a309e9 /meta-networking/recipes-connectivity/samba/samba_4.4.5.bb | |
| parent | 1404d793d90efa6c29dd4a37196f0c0699bc3b27 (diff) | |
| download | meta-openembedded-bb2cbb965afee4310da6bb4acdd945ad05f261fe.tar.gz | |
samba: Avoid timeout for nmbd if started offline with systemd
If no network connection appears within DefaultTimeoutStartSec
(~ 90s) after startup, nmbd fails to notify systemd and will
therefore get killed.
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/samba/samba_4.4.5.bb')
| -rw-r--r-- | meta-networking/recipes-connectivity/samba/samba_4.4.5.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb b/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb index 2034e1fc9c..d807351af5 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb | |||
| @@ -17,6 +17,7 @@ SRC_URI = "${SAMBA_MIRROR}/stable/samba-${PV}.tar.gz \ | |||
| 17 | file://16-do-not-check-xsltproc-manpages.patch \ | 17 | file://16-do-not-check-xsltproc-manpages.patch \ |
| 18 | file://20-do-not-import-target-module-while-cross-compile.patch \ | 18 | file://20-do-not-import-target-module-while-cross-compile.patch \ |
| 19 | file://21-add-config-option-without-valgrind.patch \ | 19 | file://21-add-config-option-without-valgrind.patch \ |
| 20 | file://0001-packaging-Avoid-timeout-for-nmbd-if-started-offline-.patch \ | ||
| 20 | file://0006-avoid-using-colon-in-the-checking-msg.patch \ | 21 | file://0006-avoid-using-colon-in-the-checking-msg.patch \ |
| 21 | file://volatiles.03_samba \ | 22 | file://volatiles.03_samba \ |
| 22 | " | 23 | " |
