rc-scripts/trunk: doc/net-scripts.txt doc/sysvinitfiles inittab rc-scripts.spec.in rc.d/init.d/funct...

glen cvs at pld-linux.org
Thu Feb 23 11:38:36 CET 2006


Author: glen
Date: Thu Feb 23 11:38:31 2006
New Revision: 7002

Modified:
   rc-scripts/trunk/doc/net-scripts.txt
   rc-scripts/trunk/doc/sysvinitfiles
   rc-scripts/trunk/inittab
   rc-scripts/trunk/rc-scripts.spec.in
   rc-scripts/trunk/rc.d/init.d/functions
   rc-scripts/trunk/rc.d/rc.sysinit
   rc-scripts/trunk/run-parts
Log:
We are PLD Linux (not just PLD).

Modified: rc-scripts/trunk/doc/net-scripts.txt
==============================================================================
--- rc-scripts/trunk/doc/net-scripts.txt	(original)
+++ rc-scripts/trunk/doc/net-scripts.txt	Thu Feb 23 11:38:31 2006
@@ -136,11 +136,11 @@
     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 @@
   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 

Modified: rc-scripts/trunk/doc/sysvinitfiles
==============================================================================
--- rc-scripts/trunk/doc/sysvinitfiles	(original)
+++ rc-scripts/trunk/doc/sysvinitfiles	Thu Feb 23 11:38:31 2006
@@ -185,4 +185,4 @@
 	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.

Modified: rc-scripts/trunk/inittab
==============================================================================
--- rc-scripts/trunk/inittab	(original)
+++ rc-scripts/trunk/inittab	Thu Feb 23 11:38:31 2006
@@ -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)

Modified: rc-scripts/trunk/rc-scripts.spec.in
==============================================================================
--- rc-scripts/trunk/rc-scripts.spec.in	(original)
+++ rc-scripts/trunk/rc-scripts.spec.in	Thu Feb 23 11:38:31 2006
@@ -10,7 +10,7 @@
 Version:	@VERSION@
 Release:	1
 License:	GPL
-Vendor:		PLD rc-scripts Team <pld-rc-scripts at pld-linux.org>
+Vendor:		PLD Linux rc-scripts Team <pld-rc-scripts at pld-linux.org>
 Group:		Base
 Source0:	%{name}-%{version}.tar.gz
 URL:		http://svn.pld-linux.org/svn/rc-scripts/

Modified: rc-scripts/trunk/rc.d/init.d/functions
==============================================================================
--- rc-scripts/trunk/rc.d/init.d/functions	(original)
+++ rc-scripts/trunk/rc.d/init.d/functions	Thu Feb 23 11:38:31 2006
@@ -6,7 +6,7 @@
 #
 # Author:	Miquel van Smoorenburg, <miquels at drinkel.nl.mugnet.org>
 # Hacked by:	Greg Galloway and Marc Ewing
-# Modified for PLD by:
+# Modified for PLD Linux by:
 #		Marek Obuchowicz <elephant at pld-linux.org>
 #		Arkadiusz Miśkiewicz <misiek at pld-linux.org>
 #		Michał Kochanowicz <mkochano at pld-linux.org>
@@ -303,7 +303,7 @@
 	nls "Usage: %s" "$*"
 }
 
-# Some functions to handle PLD-style messages
+# Some functions to handle PLD Linux-style messages
 show()
 {
 	typeset text

Modified: rc-scripts/trunk/rc.d/rc.sysinit
==============================================================================
--- rc-scripts/trunk/rc.d/rc.sysinit	(original)
+++ rc-scripts/trunk/rc.d/rc.sysinit	Thu Feb 23 11:38:31 2006
@@ -84,7 +84,7 @@
 		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

Modified: rc-scripts/trunk/run-parts
==============================================================================
--- rc-scripts/trunk/run-parts	(original)
+++ rc-scripts/trunk/run-parts	Thu Feb 23 11:38:31 2006
@@ -2,7 +2,7 @@
 
 # run-parts - concept taken from Debian
 #
-# modified for PLD by Pawel Wilk <siefca at pld-linux.org>
+# modified for PLD Linux by Pawel Wilk <siefca at pld-linux.org>
 #
 # NOTE:
 #	1.) run-parts is now able to get arguments!


More information about the pld-cvs-commit mailing list