From 48cf59eb0c18f52203eb16e5f539b64fb309ddf2 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Wed, 16 Apr 2008 15:04:28 +0000 Subject: [PATCH] * Changed core test to conform with sems default file. git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@894 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- pkg/debian/sems.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/debian/sems.init b/pkg/debian/sems.init index 0278cfd1..8b415c07 100644 --- a/pkg/debian/sems.init +++ b/pkg/debian/sems.init @@ -41,7 +41,7 @@ if test "$SEMS_CFG_FILE" ; then CFGPARAMS="-f $SEMS_CFG_FILE" fi -if test "$SEMS_CREATE_CORE" = "true" ; then +if test "$SEMS_CREATE_CORE" = "yes" ; then # directory for the core dump files [ -d $SEMS_COREDIR ] || mkdir $SEMS_COREDIR chmod 777 $SEMS_COREDIR