INITSCRIPT=<modem command>
string which initialises your modem. Usualy something like
AT&F0&C1&D2
- (PLD Linux rc-scripts specific option)
+ (TLD 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 Linux rc-scripts specific option)
+ (TLD Linux rc-scripts specific option)
PEERDNS=yes|no
IPV6_PPP=yes|no
use IPv6 for ppp
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 Linux version of rc-scripts, this file is parsed by shell
+ In TLD 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
-Writing System V init scripts for PLD Linux
+Writing System V init scripts for TLD Linux
===============================================
All System V init scripts are named /etc/rc.d/init.d/<servicename>
-f - find proper profile and run it
-l - list configured profiles
-q - be quiet (used only in few modes)
-
-Please send all bug reports to:
-pld-rc-scripts@pld-linux.org.
'
}
# Modified for RHS Linux by Marc Ewing and Donnie Barnes
#
-# Default runlevel. The runlevels used by PLD Linux are:
+# Default runlevel. The runlevels used by TLD 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)
#
# Author: Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
# Hacked by: Greg Galloway and Marc Ewing
-# Modified for PLD Linux by:
+# Modified for TLD Linux by:
# Marek Obuchowicz <elephant@pld-linux.org>
# Arkadiusz Miśkiewicz <misiek@pld-linux.org>
# Michał Kochanowicz <mkochano@pld-linux.org>
CBUSY="$MAGENTA" # BUSY color
CFAIL="$RED" # FAIL and DIED color
CPOWEREDBY="$CYAN" # "Powered by" color
-CPLD="$GREEN" # "PLD Linux Distribution" color
+CTLD="$GREEN" # "TLD Linux" color
CI="$RED" # Capital I color (press I to enter interactive startup)
CRESMAN="$GREEN" # "Resource Manager" color
CHARS="" # Characters displayed on the beginning of show line
nls "Usage: %s" "$*"
}
-# Some functions to handle PLD Linux-style messages
+# Some functions to handle TLD Linux-style messages
show() {
local text len time
msgstr ""
#: .././rc.d/rc.sysinit:231
-msgid "\t\t\t%sPowered by %sPLD Linux Distribution%s"
+msgid "\t\t\t%sPowered by %sTLD Linux%s"
msgstr ""
#: .././rc.d/init.d/netfs:154
msgstr " w cpusecie %s..."
#: .././rc.d/rc.sysinit:231
-msgid "\t\t\t%sPowered by %sPLD Linux Distribution%s"
-msgstr "\t\t\t%sNapędzane przez %sPLD Linux Distribution%s"
+msgid "\t\t\t%sPowered by %sTLD Linux%s"
+msgstr "\t\t\t%sNapędzane przez %sTLD Linux%s"
#: .././rc.d/init.d/netfs:154
msgid "Active NFS mountpoints: "
init_selinux
- # PLD Linux LiveCD support
+ # TLD Linux LiveCD support
if [ -x /etc/rc.d/rc.live ]; then
/etc/rc.d/rc.live
fi
# Print welcome message
-nls "\t\t\t%sPowered by %sPLD Linux Distribution%s" "$(termput setaf $CPOWEREDBY)" "$(termput setaf $CPLD)" "$(termput op)"
+nls "\t\t\t%sPowered by %sTLD Linux%s" "$(termput setaf $CPOWEREDBY)" "$(termput setaf $CTLD)" "$(termput op)"
if ! is_no "$RC_PROMPT"; then
nls -n "\t\t Press %sI%s to enter interactive startup" "$(termput setaf $CI)" "$(termput op)"
echo
done
}
-VERSION="$(basename $0) ver. 0.91-pld"
+VERSION="$(basename $0) ver. 1.0-tld"
USAGE="Usage: $(basename $0) < option > | --status-all | \
[ service_name [ command | --full-restart ] ]"
exit(1);
}
void show_version() {
- fprintf(stderr, "%s $Rev$ (PLD Linux rc-scripts)\n", progname);
+ fprintf(stderr, "%s $Rev$ (TLD Linux rc-scripts)\n", progname);
}
void version() {
show_version();
-# Default PLD Linux colors.
+# Default TLD Linux colors.
CBRACKETS="$CYAN" # brackets [ ] color
CDONE="$GREEN" # DONE and WORK color
CBUSY="$MAGENTA" # BUSY color
CFAIL="$RED" # FAIL and DIED color
CPOWEREDBY="$CYAN" # "Powered by" color
-CPLD="$GREEN" # "PLD Linux Distribution" color
+CTLD="$GREEN" # "TLD Linux" color
CI="$RED" # Capital I color (press I to enter interactive startup)
CRESMAN="$GREEN" # "Resource Manager" color
CHARS="" # Characters displayed on the beginning of show line
CBUSY="$MAGENTA $BOLD" # BUSY color
CFAIL="$RED $BOLD" # FAIL and DIED color
CPOWEREDBY="$BLUE $BOLD" # "Powered by" color
-CPLD="$GREEN $BOLD" # "PLD Linux Distribution" color
+CTLD="$GREEN $BOLD" # "TLD Linux" color
CI="$RED $BOLD" # Capital I color (press I to enter interactive startup)
CRESMAN="$GREEN $BOLD" # "Resource Manager" color
CHARS=" * " # Characters displayed on the beginning of show line
# then set it in /etc/sysctl.conf
# Set hostname here
-HOSTNAME=pldmachine
+HOSTNAME=tldlinux
# Allow udev to create /etc/sysconfig/interfaces/ifcfg-* automatically?
# See /lib/udev/net_helper for details.