Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware.git;a=commitdiff;h=c64cb1b83c20b7ce8d7f6d69c45c6bc41a6d819d
commit c64cb1b83c20b7ce8d7f6d69c45c6bc41a6d819d Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Wed Feb 13 22:24:58 2008 +0100 service: update --help output diff --git a/var/service b/var/service index 8cf9fc2..f44d567 100644 --- a/var/service +++ b/var/service @@ -23,6 +23,8 @@ elif [ "$1" = "--help" ]; then echo echo $"stop Stop the service." echo + echo $"status Status of the service (if it supports querying so)." + echo echo $"restart Stop and start again the service." echo echo $"add Adds a new service for management by chkconfig." diff --git a/var/service-hu.po b/var/service-hu.po index 3b13410..60c0537 100644 --- a/var/service-hu.po +++ b/var/service-hu.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: bmh 1980\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-05-14 03:35+0200\n" -"PO-Revision-Date: 2006-05-14 13:33+0200\n" +"POT-Creation-Date: 2008-02-13 22:23+0100\n" +"PO-Revision-Date: 2008-02-13 22:24+0100\n" "Last-Translator: Marcus Habermehl <[EMAIL PROTECTED]>\n" "Language-Team: Hungarian <[EMAIL PROTECTED]>\n" "MIME-Version: 1.0\n" @@ -16,35 +16,39 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: service:41 +#: service:18 msgid "Usage: $0 service action" msgstr "Használat: $0 szolgáltatás mûvelet" -#: service:43 +#: service:20 msgid "Actions:" msgstr "Mûveletek:" -#: service:44 +#: service:22 msgid "start Start the service." msgstr "start Elindítja a szolgáltatást." -#: service:45 +#: service:24 msgid "stop Stop the service." msgstr "stop Leállítja a szolgáltatást." -#: service:46 +#: service:26 +msgid "status Status of the service (if it supports querying so)." +msgstr "status A szolgáltatás állapota (ha az adott esetben támogatott)." + +#: service:28 msgid "restart Stop and start again the service." msgstr "restart Leállítja, majd újra elindítja a szolgáltatást." -#: service:47 +#: service:30 msgid "add Adds a new service for management by chkconfig." msgstr "add Új, kezelendö szolgáltatást ad meg a chkconfig-nak." -#: service:48 +#: service:32 msgid "del Removes a service from chkconfig management." msgstr "del Eltávolítja az idáig kezelt szolgáltatást." -#: service:49 +#: service:34 msgid "" "list List whether the service is stopped or started in each runlevel." msgstr "" diff --git a/var/service.pot b/var/service.pot index 1afb9ab..44d9f8f 100644 --- a/var/service.pot +++ b/var/service.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-05-14 03:35+0200\n" +"POT-Creation-Date: 2008-02-13 22:23+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n" "Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n" @@ -16,35 +16,39 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: service:41 +#: service:18 msgid "Usage: $0 service action" msgstr "" -#: service:43 +#: service:20 msgid "Actions:" msgstr "" -#: service:44 +#: service:22 msgid "start Start the service." msgstr "" -#: service:45 +#: service:24 msgid "stop Stop the service." msgstr "" -#: service:46 +#: service:26 +msgid "status Status of the service (if it supports querying so)." +msgstr "" + +#: service:28 msgid "restart Stop and start again the service." msgstr "" -#: service:47 +#: service:30 msgid "add Adds a new service for management by chkconfig." msgstr "" -#: service:48 +#: service:32 msgid "del Removes a service from chkconfig management." msgstr "" -#: service:49 +#: service:34 msgid "" "list List whether the service is stopped or started in each runlevel." msgstr "" _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
