packaging: Set default limit for core file size in init scripts
authorAnoop C S <anoopcs@redhat.com>
Tue, 10 May 2016 15:37:01 +0000 (21:07 +0530)
committerGünther Deschner <gd@samba.org>
Wed, 18 May 2016 13:50:13 +0000 (15:50 +0200)
commitba9ccc6be48e8541748afbf31d5e5dba7d1baf8e
treeaa4c3709b5512c328a5afd04c7523128523dfb82
parent46524b4543acc9d104d85136c0a4a9e006fc099c
packaging: Set default limit for core file size in init scripts

SysV init scripts used for initiating smb and winbind services
determines the value for default limit of coredump from variable
named DAEMON_COREFILE_LIMIT within a bash env. Therefore this
patch explicitly sets this variable to 'unlimited' so as to have
no limit for core file size by default.

Signed-off-by: Anoop C S <anoopcs@redhat.com>
Reviewed-by: Jose A. Rivera <jarrpa@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
packaging/RHEL-CTDB/setup/smb.init
packaging/RHEL-CTDB/setup/winbind.init
packaging/RHEL/setup/smb.init
packaging/RHEL/setup/winbind.init