From ffe19b591a8b4449795ad3e7c1fb0d10c04158de Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 23 Feb 2006 10:38:31 +0000 Subject: [PATCH] We are PLD Linux (not just PLD). svn-id: @7002 --- doc/net-scripts.txt | 6 +++--- doc/sysvinitfiles | 2 +- inittab | 2 +- rc-scripts.spec.in | 2 +- rc.d/init.d/functions | 4 ++-- rc.d/rc.sysinit | 2 +- run-parts | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/net-scripts.txt b/doc/net-scripts.txt index 4c2cd8d3..c091f82d 100644 --- a/doc/net-scripts.txt +++ b/doc/net-scripts.txt @@ -136,11 +136,11 @@ Files in /etc/sysconfig/interfaces/ INITSCRIPT= 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 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 diff --git a/doc/sysvinitfiles b/doc/sysvinitfiles index a8b14f68..389e8cde 100644 --- a/doc/sysvinitfiles +++ b/doc/sysvinitfiles @@ -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 0fe1d3ec..90a06c01 100644 --- 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) diff --git a/rc-scripts.spec.in b/rc-scripts.spec.in index 26736100..f270ffeb 100644 --- a/rc-scripts.spec.in +++ b/rc-scripts.spec.in @@ -10,7 +10,7 @@ Name: rc-scripts Version: @VERSION@ Release: 1 License: GPL -Vendor: PLD rc-scripts Team +Vendor: PLD Linux rc-scripts Team Group: Base Source0: %{name}-%{version}.tar.gz URL: http://svn.pld-linux.org/svn/rc-scripts/ diff --git a/rc.d/init.d/functions b/rc.d/init.d/functions index a6a07624..22c9b665 100644 --- a/rc.d/init.d/functions +++ b/rc.d/init.d/functions @@ -6,7 +6,7 @@ # # Author: Miquel van Smoorenburg, # Hacked by: Greg Galloway and Marc Ewing -# Modified for PLD by: +# Modified for PLD Linux by: # Marek Obuchowicz # Arkadiusz Mi¶kiewicz # Micha³ Kochanowicz @@ -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 diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 81b038e9..853020cd 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -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 diff --git a/run-parts b/run-parts index 36a5f3c5..70ed7d4b 100755 --- a/run-parts +++ b/run-parts @@ -2,7 +2,7 @@ # run-parts - concept taken from Debian # -# modified for PLD by Pawel Wilk +# modified for PLD Linux by Pawel Wilk # # NOTE: # 1.) run-parts is now able to get arguments! -- 2.44.0