Skip to content

Commit

Permalink
sysconf module trigger message added
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed Nov 17, 2024
1 parent 8f73d6a commit b51e7ff
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 12 deletions.
16 changes: 10 additions & 6 deletions po/tr.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-17 13:47+0000\n"
"POT-Creation-Date: 2024-11-17 13:51+0000\n"
"PO-Revision-Date: 2023-03-10 20:35+0300\n"
"Last-Translator: \n"
"Language-Team: \n"
Expand Down Expand Up @@ -1302,23 +1302,27 @@ msgstr "kabuk"
msgid "Create a ymp shell or execute ympsh script."
msgstr "ymp kabugu olustur veya ympsh calistir."

#: src/operations/utility/sysconf.vala:29
#: src/operations/utility/sysconf.vala:7
msgid "Running sysconf modules"
msgstr "Sysconf modulleri calistiriliyor"

#: src/operations/utility/sysconf.vala:30
#, c-format
msgid "Run hook: %s"
msgstr "Hook calistir: %s"

#: src/operations/utility/sysconf.vala:34
#: src/operations/utility/sysconf.vala:37
#: src/operations/utility/sysconf.vala:35
#: src/operations/utility/sysconf.vala:38
#, c-format
msgid "Failed to run sysconf: %s"
msgstr "Sysconf calistirmasi basarisiz: %s"

#: src/operations/utility/sysconf.vala:46
#: src/operations/utility/sysconf.vala:47
#: src/operations/utility/sysconf.vala:48
msgid "sysconf"
msgstr "sysconf"

#: src/operations/utility/sysconf.vala:48
#: src/operations/utility/sysconf.vala:49
msgid "Trigger sysconf operations."
msgstr "Sysconf eylemi tetikle."

Expand Down
16 changes: 10 additions & 6 deletions po/ymp.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-17 13:47+0000\n"
"POT-Creation-Date: 2024-11-17 13:51+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -1297,23 +1297,27 @@ msgstr ""
msgid "Create a ymp shell or execute ympsh script."
msgstr ""

#: src/operations/utility/sysconf.vala:29
#: src/operations/utility/sysconf.vala:7
msgid "Running sysconf modules"
msgstr ""

#: src/operations/utility/sysconf.vala:30
#, c-format
msgid "Run hook: %s"
msgstr ""

#: src/operations/utility/sysconf.vala:34
#: src/operations/utility/sysconf.vala:37
#: src/operations/utility/sysconf.vala:35
#: src/operations/utility/sysconf.vala:38
#, c-format
msgid "Failed to run sysconf: %s"
msgstr ""

#: src/operations/utility/sysconf.vala:46
#: src/operations/utility/sysconf.vala:47
#: src/operations/utility/sysconf.vala:48
msgid "sysconf"
msgstr ""

#: src/operations/utility/sysconf.vala:48
#: src/operations/utility/sysconf.vala:49
msgid "Trigger sysconf operations."
msgstr ""

Expand Down
1 change: 1 addition & 0 deletions src/operations/utility/sysconf.vala
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ private static int sysconf_main (string[] args) {
}
save_env();
clear_env();
print (colorize (_ ("Running sysconf modules"), yellow));
setenv("PATH","/sbin:/bin:/usr/sbin:/usr/bin", 1);

if (get_value ("OPERATION") != "install" && get_value ("OPERATION") != "remove") {
Expand Down

0 comments on commit b51e7ff

Please sign in to comment.