]> TLD Linux GIT Repositories - rc-scripts.git/commitdiff
- reTLDize 0.4.14
authorMarcin Krol <hawk@tld-linux.org>
Tue, 14 Jul 2015 13:58:06 +0000 (13:58 +0000)
committerMarcin Krol <hawk@tld-linux.org>
Tue, 14 Jul 2015 13:58:06 +0000 (13:58 +0000)
AUTHORS
README
autogen.sh
configure.ac
doc/rc-scripts.docb
doc/sysconfig.txt
doc/sysvinitfiles
lib/functions
po/pl.po

diff --git a/AUTHORS b/AUTHORS
index 3c21bfee155648dcf1e48ccbfcbe64855e8c2b20..af351add9786ad341b94e717af1b4785d0b78d1b 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,7 +1,7 @@
 MAINTAINERS
 
 Maintainer of development version
 MAINTAINERS
 
 Maintainer of development version
-is Arkadiusz Miśkiewicz <misiek@pld-linux.org>
+is Marcin Krol <hawk@tld-linux.org>
 
 AUTHORS/CREDITS
 
 
 AUTHORS/CREDITS
 
@@ -41,4 +41,3 @@ Tomasz Kłoczko <kloczek@wun.zie.pg.gda.pl>
 
 Mandrake Software
 RedHat Software, Inc.
 
 Mandrake Software
 RedHat Software, Inc.
-
diff --git a/README b/README
index 32b1911791f6edbc9b3d86bfc7f3387d912dc590..42defae0d004f7946f82c2e62fe1d6c04a55dbd7 100644 (file)
--- a/README
+++ b/README
@@ -41,9 +41,8 @@ files is totally different from these used in RedHat/Mandrake
 initscripts and even from stable rc-scripts branch.
 
 If you have some bug reports or suggestions please send email
 initscripts and even from stable rc-scripts branch.
 
 If you have some bug reports or suggestions please send email
-to rc-scripts maintainers at <pld-rc-scripts@pld-linux.org> or
-use our Bug Tracking System ( http://bugs.pld-linux.org/ ).
+to TLD developers at <tld-devel@lists.tld-linux.org>.
 
 -- 
 
 -- 
-PLD Linux Distribution rc-scripts Team
+TLD Linux Developers
 
 
index a7028c278f34ea251b972c2e03ff41c6ce2a55e9..1c09dcdb7fba1e09bd9d5b4fc4a9e4091e51b06c 100755 (executable)
@@ -4,7 +4,7 @@
 srcdir=`dirname $0`
 test -z "$srcdir" && srcdir=.
 
 srcdir=`dirname $0`
 test -z "$srcdir" && srcdir=.
 
-PKG_NAME="PLD Linux Distribution rc-scripts"
+PKG_NAME="TLD Linux rc-scripts"
 
 if [ -x ./changelog.sh ]; then
        ./changelog.sh
 
 if [ -x ./changelog.sh ]; then
        ./changelog.sh
index 6e74a99cc3135e60876f204cbcb309ab7578ea06..06d2b495a8d2e17ea49d4f75c8585ef5fd12dda1 100644 (file)
@@ -1,5 +1,5 @@
 
 
-AC_INIT([rc-scripts], [0.4.14], [pld-rc-scripts@lists.pld-linux.org], [rc-scripts])
+AC_INIT([rc-scripts], [0.4.14], [tld-devel@lists.tld-linux.org], [rc-scripts])
 AM_INIT_AUTOMAKE
 
 ALL_LINGUAS="pl de"
 AM_INIT_AUTOMAKE
 
 ALL_LINGUAS="pl de"
index 6a510bd770842d2fe4ab0d9c0740905b23579e7e..51e9d3abedf468123b21afee2447e4499933a1a1 100644 (file)
       <subtitle>podtytuł</subtitle>
    </bookinfo>
 
       <subtitle>podtytuł</subtitle>
    </bookinfo>
 
-   <reference id=pld-pakiety>
+   <reference id=tld-pakiety>
       <title>Opisy pakietów</title>
       <partintro>
       <title>Opisy pakietów</title>
       <partintro>
-        <para>Opisy pakietów specyficznych dla PLD</para>
+        <para>Opisy pakietów specyficznych dla TLD</para>
       </partintro>
       
 
       </partintro>
       
 
index 635d0545f3988733304a91ad3c7cc40b012b7831..3024a134da54720e4fa360704be982f848468d12 100644 (file)
@@ -27,7 +27,7 @@ Files in /etc/sysconfig
   NETWORKING=yes|no
   IPV4_NETWORKING=yes|no
   IPV6_NETWORKING=yes|no
   NETWORKING=yes|no
   IPV4_NETWORKING=yes|no
   IPV6_NETWORKING=yes|no
-  HOSTNAME=<whatever hostname you want, e.g. "pldmachine">
+  HOSTNAME=<whatever hostname you want, e.g. "tldlinux">
     Note: for compatibility with some old software people might
     install (like trn), the /etc/HOSTNAME file should contain the
     same value as here.
     Note: for compatibility with some old software people might
     install (like trn), the /etc/HOSTNAME file should contain the
     same value as here.
index 771a9489a8c6bc6a2854b90d090e4fd99f9ae15b..802f80e478f8f54dce38dde4546b9adee84a78e0 100644 (file)
@@ -184,4 +184,4 @@ Tags
        configuration files.
 
 Copyright (c) 1998 Red Hat Software, Inc.
        configuration files.
 
 Copyright (c) 1998 Red Hat Software, Inc.
-Modified Corrected & Overlocked by PLD Linux (r) Team 1999.
+Modified Corrected & Overlooked by PLD Linux (r) Team 1999.
index 6d68d96a22c6c6aa69cf751d28946617b73fba1e..fa12b3c9e40291e8d325de03d259e64c6efae063 100644 (file)
@@ -5,11 +5,13 @@
 #
 # Author:      Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
 # Hacked by:   Greg Galloway and Marc Ewing
 #
 # Author:      Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
 # Hacked by:   Greg Galloway and Marc Ewing
-# Modified for TLD Linux by:
+# Modified for PLD Linux by:
 #              Marek Obuchowicz <elephant@pld-linux.org>
 #              Arkadiusz Miśkiewicz <misiek@pld-linux.org>
 #              Michał Kochanowicz <mkochano@pld-linux.org>
 #              Łukasz Pawelczyk <havner@pld-linux.org>
 #              Marek Obuchowicz <elephant@pld-linux.org>
 #              Arkadiusz Miśkiewicz <misiek@pld-linux.org>
 #              Michał Kochanowicz <mkochano@pld-linux.org>
 #              Łukasz Pawelczyk <havner@pld-linux.org>
+# Modified for TLD Linux by:
+#              Marcin Krol <hawk@tld-linux.org>
 
 # First set up a default search path.
 export PATH="/sbin:/usr/sbin:/bin:/usr/bin"
 
 # First set up a default search path.
 export PATH="/sbin:/usr/sbin:/bin:/usr/bin"
index 4284e4a54d30945039fd2eacfb645df504b3cba2..dde19492320652724710c24716bda8257630a71c 100644 (file)
--- a/po/pl.po
+++ b/po/pl.po
@@ -7,7 +7,7 @@ msgstr ""
 "Project-Id-Version: rc-scripts 0.3.1\n"
 "POT-Creation-Date: 1999-07-30 18:45+0200\n"
 "PO-Revision-Date: 2004-06-28 00:00+0200\n"
 "Project-Id-Version: rc-scripts 0.3.1\n"
 "POT-Creation-Date: 1999-07-30 18:45+0200\n"
 "PO-Revision-Date: 2004-06-28 00:00+0200\n"
-"Last-Translator: rc-scripts team <pld-rc-scripts@pld-linux.org>\n"
+"Last-Translator: TLD developers <tld-devel@lists.tld-linux.org>\n"
 "Language-Team: Polish <pl@li.org>\n"
 "Language: pl\n"
 "MIME-Version: 1.0\n"
 "Language-Team: Polish <pl@li.org>\n"
 "Language: pl\n"
 "MIME-Version: 1.0\n"