From b2ac4400bdf725b195ba2537c1250f5781f9152e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sun, 5 Jul 2009 17:15:36 +0000 Subject: [PATCH] - drop obsolete files Changed files: chkconfig-more_readable.patch -> 1.5 chkconfig-nostatic.patch -> 1.2 chkconfig-pl.po-update.patch -> 1.6 --- chkconfig-more_readable.patch | 30 ----- chkconfig-nostatic.patch | 11 -- chkconfig-pl.po-update.patch | 216 ---------------------------------- 3 files changed, 257 deletions(-) delete mode 100644 chkconfig-more_readable.patch delete mode 100644 chkconfig-nostatic.patch delete mode 100644 chkconfig-pl.po-update.patch diff --git a/chkconfig-more_readable.patch b/chkconfig-more_readable.patch deleted file mode 100644 index b52c140..0000000 --- a/chkconfig-more_readable.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- chkconfig-1.3.20/chkconfig.c~ 2005-10-22 15:39:22.000000000 +0200 -+++ chkconfig-1.3.20/chkconfig.c 2005-10-22 15:43:32.000000000 +0200 -@@ -187,6 +187,7 @@ - int rc; - int i; - struct service s; -+ char *on, *off; - - rc = readServiceInfo(name, &s, 0); - -@@ -207,13 +208,17 @@ - } - - printf("%-15s", s.name); -+ -+ on = getenv("CHKCONFIG_ON"); -+ off = getenv("CHKCONFIG_OFF"); -+ - if (s.type == TYPE_XINETD) { -- printf("\t%s\n", s.levels ? _("on") : _("off")); -+ printf("\t%s\n", s.levels ? on ? on : _("on") : off ? off : _("off")); - return 0; - } - - for (i = 0; i < 7; i++) { -- printf("\t%d:%s", i, isOn(s.name, i) ? _("on") : _("off")); -+ printf("\t%d:%s", i, isOn(s.name, i) ? on ? on : _("on") : off ? off : _("off")); - } - printf("\n"); - diff --git a/chkconfig-nostatic.patch b/chkconfig-nostatic.patch deleted file mode 100644 index a26676d..0000000 --- a/chkconfig-nostatic.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./Makefile~ 2005-02-23 06:22:53.000000000 +0200 -+++ ./Makefile 2005-10-22 15:53:34.000000000 +0300 -@@ -26,7 +26,7 @@ - done && test -z "$$fail" - - chkconfig: $(OBJS) -- $(CC) $(LDFLAGS) -o chkconfig $(OBJS) -Wl,-Bstatic -lpopt -Wl,-Bdynamic -+ $(CC) $(LDFLAGS) -o chkconfig $(OBJS) -lpopt - - alternativs: alternatives.o - diff --git a/chkconfig-pl.po-update.patch b/chkconfig-pl.po-update.patch deleted file mode 100644 index 713b0ca..0000000 --- a/chkconfig-pl.po-update.patch +++ /dev/null @@ -1,216 +0,0 @@ ---- chkconfig-1.2.24h/po/pl.po.orig Sun Jul 28 10:53:20 2002 -+++ chkconfig-1.2.24h/po/pl.po Tue Feb 18 23:18:14 2003 -@@ -1,11 +1,12 @@ - # t³umaczenie dla lpl. - # Copyright (C) 2000 Free Software Foundation, Inc. - # Pawe³ Niewiadomski , 2000. -+# Jakub Bogusz , 2003. - # - msgid "" - msgstr "" - "Project-Id-Version: chkconfig\n" --"POT-Creation-Date: 2002-07-28 01:50-0700\n" -+"POT-Creation-Date: 2003-02-18 23:12+0100\n" - "PO-Revision-Date: 2000-07-03 00:00+CEST\n" - "Last-Translator: Pawe³ Niewiadomski \n" - "Language-Team: POLISH \n" -@@ -13,151 +14,136 @@ - "Content-Type: text/plain; charset=ISO-8859-2\n" - "Content-Transfer-Encoding: 8-bit\n" - --#: chkconfig.c:41 -+#: chkconfig.c:42 - #, c-format - msgid "%s version %s - Copyright (C) 1997-2000 Red Hat, Inc.\n" --msgstr "" -+msgstr "%s wersja %s - Copyright (C) 1997-2000 Red Hat, Inc.\n" - --#: chkconfig.c:42 -+#: chkconfig.c:43 - msgid "" - "This may be freely redistributed under the terms of the GNU Public License.\n" - msgstr "" - "Program mo¿e byæ swobodnie rozprowadzany na warunkach Publicznej Licencji " - "GNU.\n" - --#: chkconfig.c:45 -+#: chkconfig.c:46 - #, c-format - msgid "usage: %s --list [name]\n" --msgstr "u¿ycie: %s --list [nazwa]\n" -+msgstr "sk³adnia: %s --list [nazwa]\n" - --#: chkconfig.c:46 -+#: chkconfig.c:47 - #, c-format - msgid " %s --add \n" --msgstr " %s --add \n" -+msgstr " %s --add \n" - --#: chkconfig.c:47 -+#: chkconfig.c:48 - #, c-format - msgid " %s --del \n" --msgstr " %s --del \n" -+msgstr " %s --del \n" - --#: chkconfig.c:48 --#, fuzzy, c-format -+#: chkconfig.c:49 -+#, c-format - msgid " %s [--level ] %s\n" --msgstr " %s [--level ] %s)\n" -+msgstr " %s [--level ] %s\n" - --#: chkconfig.c:55 -+#: chkconfig.c:56 - #, c-format - msgid "service %s does not support chkconfig\n" - msgstr "us³uga %s nie wspiera chkconfig\n" - --#: chkconfig.c:57 -+#: chkconfig.c:58 - #, c-format - msgid "error reading information on service %s: %s\n" - msgstr "b³±d podczas czytania informacji o us³udze %s: %s\n" - --#: chkconfig.c:122 chkconfig.c:127 chkconfig.c:227 -+#: chkconfig.c:119 - msgid "on" --msgstr "***" -+msgstr "tak" - --#: chkconfig.c:122 chkconfig.c:127 chkconfig.c:227 -+#: chkconfig.c:119 - msgid "off" --msgstr "---" -+msgstr "nie" - --#: chkconfig.c:159 --#, fuzzy, c-format -+#: chkconfig.c:136 -+#, c-format - msgid "failed to open %s: %s\n" --msgstr "nie mog³em otworzyæ %s/init.d: %s\n" -+msgstr "nie uda³o siê otworzyæ %s: %s\n" - --#: chkconfig.c:196 --#, fuzzy, c-format -+#: chkconfig.c:173 -+#, c-format - msgid "error reading from directory %s: %s" --msgstr "b³±d podczas czytania z katalogu %s/init.d: %s\n" -- --#: chkconfig.c:204 --msgid "xinetd based services:\n" --msgstr "" -+msgstr "b³±d podczas czytania z katalogu %s: %s" - --#: chkconfig.c:206 --#, fuzzy, c-format --msgid "failed to open directory %s: %s" --msgstr "nie mog³em otworzyæ %s/init.d: %s\n" -- --#: chkconfig.c:370 -+#: chkconfig.c:310 - #, c-format - msgid "%s version %s\n" - msgstr "%s wersja %s\n" - --#: chkconfig.c:377 -+#: chkconfig.c:317 - msgid "only one of --list, --add, or --del may be specified\n" - msgstr "tylko jedna z opcji --list, --add, lub --del mo¿e byæ podana\n" - --#: chkconfig.c:432 -+#: chkconfig.c:372 - msgid "only one runlevel may be specified for a chkconfig query\n" - msgstr "tylko jeden poziom pracy mo¿e byæ podany dla zapytania chkconfig\n" - - #: ntsysv.c:54 - msgid "Press for more information on a service." --msgstr "Naci¶nij aby dowiedzieæ siê wiêcej o us³udze." -+msgstr "Naci¶niêcie pozwoli dowiedzieæ siê wiêcej o us³udze." - --#: ntsysv.c:87 ntsysv.c:124 -+#: ntsysv.c:81 ntsysv.c:118 - msgid "Ok" --msgstr "" -+msgstr "Ok" - --#: ntsysv.c:87 -+#: ntsysv.c:81 - msgid "Back" - msgstr "Cofnij" - --#: ntsysv.c:87 -+#: ntsysv.c:81 - msgid "Cancel" - msgstr "Anuluj" - --#: ntsysv.c:99 -+#: ntsysv.c:93 - msgid "What services should be automatically started?" - msgstr "Które z us³ug powinny byæ automatycznie uruchamiane?" - --#: ntsysv.c:105 -+#: ntsysv.c:99 - msgid "Services" - msgstr "Us³ugi" - --#: ntsysv.c:199 ntsysv.c:243 -+#: ntsysv.c:189 - #, c-format - msgid "error reading info for service %s: %s\n" - msgstr "b³±d podczas odczytywania informacji o %s: %s\n" - --#: ntsysv.c:208 ntsysv.c:252 --#, fuzzy, c-format -+#: ntsysv.c:198 -+#, c-format - msgid "error reading from directory %s: %s\n" --msgstr "b³±d podczas czytania z katalogu %s/init.d: %s\n" -+msgstr "b³±d podczas czytania z katalogu %s: %s\n" - --#: ntsysv.c:310 -+#: ntsysv.c:257 - #, c-format - msgid "You must be root to run %s.\n" --msgstr "" -+msgstr "Trzeba byæ rootem, aby uruchomiæ %s.\n" - --#: ntsysv.c:358 -+#: ntsysv.c:305 - msgid "bad argument to --levels\n" - msgstr "nieprawid³owy argument dla --levels\n" - --#: ntsysv.c:365 -+#: ntsysv.c:312 - msgid "No services may be managed by ntsysv!\n" - msgstr "Brak us³ug, którymi ntsysv móg³by zarz±dzaæ!\n" - --#: leveldb.c:384 -+#: leveldb.c:324 - #, c-format - msgid "failed to glob pattern %s: %s\n" --msgstr "nie mog³em dopasowaæ do wzoru %s: %s\n" -+msgstr "nie uda³o siê dopasowaæ do wzoru %s: %s\n" - --#: leveldb.c:415 -+#: leveldb.c:355 - msgid "cannot determine current run level\n" --msgstr "nie mogê ustaliæ aktualnego poziomu pracy\n" -+msgstr "nie mo¿na ustaliæ aktualnego poziomu pracy\n" - --#: leveldb.c:503 -+#: leveldb.c:389 - #, c-format - msgid "failed to make symlink %s: %s\n" --msgstr "nie powiod³a siê próba stworzenia symlinka %s: %s\n" -- --#~ msgid "error reading from directory %s/init.d: %s" --#~ msgstr "b³±d poczas czytania z katalogu %s/init.d: %s" -- --#~ msgid "error reading from directory %s/init.d: %s\n" --#~ msgstr "b³±d podczas czytania z katalogu %s/init.d: %s\n" -+msgstr "nie uda³o siê utworzyæ dowi±zania symbolicznego %s: %s\n" -- 2.44.0