diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-03-16 18:47:31 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-03-16 18:47:31 +0100 |
commit | 0dc7fbcb0ce6a13427c3c362d777554ec55ec74a (patch) | |
tree | fdee3f8c05be225d32d28db6597710c8acb3e09c /po/hu.po | |
parent | bb41de8c0255887720f570e5f0594a497f9ea0a0 (diff) | |
download | weechat-0dc7fbcb0ce6a13427c3c362d777554ec55ec74a.zip |
core: add options to customize commands on system signals, quit by default on SIGHUP when not running headless (closes #1595)
New options to customize behavior on signals received, with the default
behavior:
- weechat.signal.sighup: quit in normal mode, reload config in headless
- weechat.signal.sigquit: quit
- weechat.signal.sigterm: quit
- weechat.signal.sigusr1: no command executed by default
- weechat.signal.sigusr2: no command executed by default
The signals SIGUSR1 and SIGUSR2 are introduced by this commit, so it's now
possible to run commands when they are received.
The SIGHUP signal makes now WeeChat quit, it was the behavior before version
2.9 of WeeChat (see commit de1e61f7cd50cbd1a99777fe6611642a51abf5f6).
Diffstat (limited to 'po/hu.po')
-rw-r--r-- | po/hu.po | 16 |
1 files changed, 7 insertions, 9 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2021-03-14 14:00+0100\n" +"POT-Creation-Date: 2021-03-16 18:31+0100\n" "PO-Revision-Date: 2021-02-06 15:55+0100\n" "Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -3751,6 +3751,12 @@ msgid "save configuration files when unloading plugins" msgstr "beállítások mentése kilépéskor" #, fuzzy +msgid "" +"command to execute when the signal is received, multiple commands can be " +"separated by semicolons (note: content is evaluated, see /help eval)" +msgstr "felhasználónév az IRC szerveren" + +#, fuzzy msgid "FATAL: error initializing configuration options" msgstr "szerver konfigurációs fájljának újraolvastatása" @@ -4166,14 +4172,6 @@ msgstr "" msgid "Terminal lost, exiting WeeChat..." msgstr "" -#, c-format -msgid "Signal %s received, reloading configuration..." -msgstr "" - -#, c-format -msgid "Signal %s received, exiting WeeChat..." -msgstr "" - #, fuzzy msgid "Mouse is enabled" msgstr "a felhasználók le lettek tiltva" |