]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
We are PLD Linux (not just PLD).
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 23 Feb 2006 10:38:31 +0000 (10:38 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Thu, 23 Feb 2006 10:38:31 +0000 (10:38 +0000)
svn-id: @7002

doc/net-scripts.txt
doc/sysvinitfiles
inittab
rc-scripts.spec.in
rc.d/init.d/functions
rc.d/rc.sysinit
run-parts

index 4c2cd8d3a87f35923fed00975c191bb66ea5de4e..c091f82d7483bc163f2b4c5b98d26897d855fd25 100644 (file)
@@ -136,11 +136,11 @@ Files in /etc/sysconfig/interfaces/
     INITSCRIPT=<modem command>
       string which initialises your modem. Usualy something like 
       AT&F0&C1&D2
-      (PLD rc-scripts specific option)
+      (PLD Linux rc-scripts specific option)
     DATAFORCHAT=<list of variables>
       List of variables which should be exported to chat script.
       Used mostly for passing USERNAME and PASSWORD into it. (see below)
-      (PLD rc-scripts specific option)
+      (PLD Linux rc-scripts specific option)
     PEERDNS=yes|no
     IPV6_PPP=yes|no
       use IPv6 for ppp
@@ -174,7 +174,7 @@ Files in /etc/sysconfig/interfaces/
   the connection.  For SLIP devices, a DIP script is written
   from the chat script; for PPP devices, the chat script is used
   directly.
-  In PLD version of rc-scripts, this file is parsed by shell
+  In PLD Linux version of rc-scripts, this file is parsed by shell
   (actually by grep in firstplace to get rid of comments) before it
   is passed to chat.
   This allows you to substitute shell variables with their values 
index a8b14f68505844258315601fb292c48b1efa004c..389e8cde9847c89f51a6f2eda8958d3b4f2a72f9 100644 (file)
@@ -185,4 +185,4 @@ Tags
        configuration files.
 
 Copyright (c) 1998 Red Hat Software, Inc.
-Modified Corrected & Overlocked by PLD (r) Team 1999.
+Modified Corrected & Overlocked by PLD Linux (r) Team 1999.
diff --git a/inittab b/inittab
index 0fe1d3ec5d87f9f935475f4675242e66442c7707..90a06c01dd532256e1186ef3d7456e4129ea5139 100644 (file)
--- a/inittab
+++ b/inittab
@@ -8,7 +8,7 @@
 #              Modified for RHS Linux by Marc Ewing and Donnie Barnes
 #
 
-# Default runlevel. The runlevels used by PLD are:
+# Default runlevel. The runlevels used by PLD Linux are:
 #   0 - halt (Do NOT set initdefault to this)
 #   1 - Single user mode
 #   2 - Multiuser, without NFS (The same as 3, if you do not have networking)
index 26736100a512536bb5efbf1a187e6f6302181b69..f270ffebb1b3748eb976c7063e6f3df2549d8479 100644 (file)
@@ -10,7 +10,7 @@ Name:         rc-scripts
 Version:       @VERSION@
 Release:       1
 License:       GPL
-Vendor:                PLD rc-scripts Team <pld-rc-scripts@pld-linux.org>
+Vendor:                PLD Linux rc-scripts Team <pld-rc-scripts@pld-linux.org>
 Group:         Base
 Source0:       %{name}-%{version}.tar.gz
 URL:           http://svn.pld-linux.org/svn/rc-scripts/
index a6a07624de6516632b66df1814b98596cb45f554..22c9b6654882e33dd721e943fd70b912518a8381 100644 (file)
@@ -6,7 +6,7 @@
 #
 # Author:      Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
 # Hacked by:   Greg Galloway and Marc Ewing
-# Modified for PLD 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>
@@ -303,7 +303,7 @@ msg_usage()
        nls "Usage: %s" "$*"
 }
 
-# Some functions to handle PLD-style messages
+# Some functions to handle PLD Linux-style messages
 show()
 {
        typeset text
index 81b038e979e9245c8a2a0d367e2aee746f7d055d..853020cda2e749df8c16b2fc77a5abdd2d319959 100755 (executable)
@@ -84,7 +84,7 @@ if ! is_yes "$VSERVER" ; then
                MODULES_CONF=/etc/conf.modules
        fi
 
-       # PLD LiveCD support
+       # PLD Linux LiveCD support
        if [ -x /etc/rc.d/rc.live ]; then
                /etc/rc.d/rc.live
        fi
index 36a5f3c52ed839cbaa934761049756b12ad05aaa..70ed7d4bfe76da6b873aea6a48878db1a52f88cf 100755 (executable)
--- a/run-parts
+++ b/run-parts
@@ -2,7 +2,7 @@
 
 # run-parts - concept taken from Debian
 #
-# modified for PLD by Pawel Wilk <siefca@pld-linux.org>
+# modified for PLD Linux by Pawel Wilk <siefca@pld-linux.org>
 #
 # NOTE:
 #      1.) run-parts is now able to get arguments!
This page took 0.182683 seconds and 4 git commands to generate.