X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=extras%2Fcore-handler%2Fhandler.sh;h=631df9d647e33b140f0c6ff545f097574afe0235;hp=c2d24027b42224bd31a368d2da9266c69eceb23e;hb=2aa28610e2bff8b40ad2810cbf0c7ea3b79e106d;hpb=5d9ad61212d307697bb661bafcf16356fea915ac diff --git a/extras/core-handler/handler.sh b/extras/core-handler/handler.sh index c2d24027b..631df9d64 100755 --- a/extras/core-handler/handler.sh +++ b/extras/core-handler/handler.sh @@ -1,27 +1,14 @@ #!/bin/sh # -# Copyright (C) 2013 - Christian Babeux +# Copyright (C) 2013 Christian Babeux # -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; only version 2 -# of the License. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# SPDX-License-Identifier: GPL-2.0-only # # System binaries paths. CAT_BIN="cat" PGREP_BIN="pgrep" MKDIR_BIN="mkdir" -LTTNG_BIN="lttng" # Session name SESSION_NAME="coredump-handler"