mirror of
https://github.com/MariaDB/server.git
synced 2026-05-03 13:45:34 +02:00
galera SST scripts: comments update
This commit is contained in:
parent
46a5d2f1cf
commit
228cb073ad
5 changed files with 12 additions and 9 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 2017-2022 MariaDB
|
||||
# Copyright (C) 2017-2024 MariaDB
|
||||
# Copyright (C) 2012-2015 Codership Oy
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
|
|
@ -15,7 +15,8 @@
|
|||
# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston
|
||||
# MA 02110-1335 USA.
|
||||
|
||||
# This is a common command line parser to be sourced by other SST scripts
|
||||
# This is a common command line parser and common functions to
|
||||
# be sourced by other SST scripts.
|
||||
|
||||
trap 'exit 32' HUP PIPE
|
||||
trap 'exit 3' INT QUIT TERM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue