1 diff -ur rc-scripts-0.4.9.pld/doc/net-scripts.txt rc-scripts-0.4.9.tld/doc/net-scripts.txt
2 --- rc-scripts-0.4.9.pld/doc/net-scripts.txt 2013-11-11 10:54:45.000000000 +0000
3 +++ rc-scripts-0.4.9.tld/doc/net-scripts.txt 2013-11-23 13:52:14.613645836 +0000
5 INITSCRIPT=<modem command>
6 string which initialises your modem. Usualy something like
8 - (PLD Linux rc-scripts specific option)
9 + (TLD Linux rc-scripts specific option)
10 DATAFORCHAT=<list of variables>
11 List of variables which should be exported to chat script.
12 Used mostly for passing USERNAME and PASSWORD into it. (see below)
13 - (PLD Linux rc-scripts specific option)
14 + (TLD Linux rc-scripts specific option)
19 the connection. For SLIP devices, a DIP script is written
20 from the chat script; for PPP devices, the chat script is used
22 - In PLD Linux version of rc-scripts, this file is parsed by shell
23 + In TLD Linux version of rc-scripts, this file is parsed by shell
24 (actually by grep in firstplace to get rid of comments) before it
26 This allows you to substitute shell variables with their values
27 diff -ur rc-scripts-0.4.9.pld/doc/sysvinitfiles rc-scripts-0.4.9.tld/doc/sysvinitfiles
28 --- rc-scripts-0.4.9.pld/doc/sysvinitfiles 2013-11-11 10:54:45.000000000 +0000
29 +++ rc-scripts-0.4.9.tld/doc/sysvinitfiles 2013-11-23 13:54:12.352641484 +0000
31 -Writing System V init scripts for PLD Linux
32 +Writing System V init scripts for TLD Linux
33 ===============================================
35 All System V init scripts are named /etc/rc.d/init.d/<servicename>
36 diff -ur rc-scripts-0.4.9.pld/inittab rc-scripts-0.4.9.tld/inittab
37 --- rc-scripts-0.4.9.pld/inittab 2013-11-11 10:54:45.000000000 +0000
38 +++ rc-scripts-0.4.9.tld/inittab 2013-11-23 13:52:14.614645854 +0000
40 # Modified for RHS Linux by Marc Ewing and Donnie Barnes
43 -# Default runlevel. The runlevels used by PLD Linux are:
44 +# Default runlevel. The runlevels used by TLD Linux are:
45 # 0 - halt (Do NOT set initdefault to this)
46 # 1 - Single user mode
47 # 2 - Multiuser, without NFS (The same as 3, if you do not have networking)
48 diff -ur rc-scripts-0.4.9.pld/lib/functions rc-scripts-0.4.9.tld/lib/functions
49 --- rc-scripts-0.4.9.pld/lib/functions 2013-11-11 10:54:45.000000000 +0000
50 +++ rc-scripts-0.4.9.tld/lib/functions 2013-11-23 13:52:14.615645870 +0000
53 # Author: Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
54 # Hacked by: Greg Galloway and Marc Ewing
55 -# Modified for PLD Linux by:
56 +# Modified for TLD Linux by:
57 # Marek Obuchowicz <elephant@pld-linux.org>
58 # Arkadiusz Miśkiewicz <misiek@pld-linux.org>
59 # Michał Kochanowicz <mkochano@pld-linux.org>
61 CBUSY="$MAGENTA" # BUSY color
62 CFAIL="$RED" # FAIL and DIED color
63 CPOWEREDBY="$CYAN" # "Powered by" color
64 -CPLD="$GREEN" # "PLD Linux Distribution" color
65 +CTLD="$GREEN" # "TLD Linux" color
66 CI="$RED" # Capital I color (press I to enter interactive startup)
67 CRESMAN="$GREEN" # "Resource Manager" color
68 CHARS="" # Characters displayed on the beginning of show line
73 -# Some functions to handle PLD Linux-style messages
74 +# Some functions to handle TLD Linux-style messages
78 diff -ur rc-scripts-0.4.9.pld/po/de.po rc-scripts-0.4.9.tld/po/de.po
79 --- rc-scripts-0.4.9.pld/po/de.po 2013-11-11 10:54:45.000000000 +0000
80 +++ rc-scripts-0.4.9.tld/po/de.po 2013-11-23 13:52:14.616645883 +0000
84 #: .././rc.d/rc.sysinit:231
85 -msgid "\t\t\t%sPowered by %sPLD Linux Distribution%s"
86 +msgid "\t\t\t%sPowered by %sTLD Linux%s"
89 #: .././rc.d/init.d/netfs:154
90 diff -ur rc-scripts-0.4.9.pld/po/pl.po rc-scripts-0.4.9.tld/po/pl.po
91 --- rc-scripts-0.4.9.pld/po/pl.po 2013-11-11 10:54:45.000000000 +0000
92 +++ rc-scripts-0.4.9.tld/po/pl.po 2013-11-23 13:52:14.616645883 +0000
94 msgstr " w cpusecie %s..."
96 #: .././rc.d/rc.sysinit:231
97 -msgid "\t\t\t%sPowered by %sPLD Linux Distribution%s"
98 -msgstr "\t\t\t%sNapędzane przez %sPLD Linux Distribution%s"
99 +msgid "\t\t\t%sPowered by %sTLD Linux%s"
100 +msgstr "\t\t\t%sNapędzane przez %sTLD Linux%s"
102 #: .././rc.d/init.d/netfs:154
103 msgid "Active NFS mountpoints: "
104 diff -ur rc-scripts-0.4.9.pld/po/rc-scripts.pot rc-scripts-0.4.9.tld/po/rc-scripts.pot
105 --- rc-scripts-0.4.9.pld/po/rc-scripts.pot 2013-11-11 11:36:52.000000000 +0000
106 +++ rc-scripts-0.4.9.tld/po/rc-scripts.pot 2013-11-23 13:54:32.914640920 +0000
110 #: .././rc.d/rc.sysinit:410
111 -msgid "\t\t\t%sPowered by %sPLD Linux Distribution%s"
112 +msgid "\t\t\t%sPowered by %sTLD Linux%s"
115 #: .././rc.d/init.d/network:240
116 diff -ur rc-scripts-0.4.9.pld/rc.d/rc.sysinit rc-scripts-0.4.9.tld/rc.d/rc.sysinit
117 --- rc-scripts-0.4.9.pld/rc.d/rc.sysinit 2013-11-11 10:58:44.000000000 +0000
118 +++ rc-scripts-0.4.9.tld/rc.d/rc.sysinit 2013-11-23 13:52:14.632645961 +0000
123 - # PLD Linux LiveCD support
124 + # TLD Linux LiveCD support
125 if [ -x /etc/rc.d/rc.live ]; then
131 # Print welcome message
132 -nls "\t\t\t%sPowered by %sPLD Linux Distribution%s" "$(termput setaf $CPOWEREDBY)" "$(termput setaf $CPLD)" "$(termput op)"
133 +nls "\t\t\t%sPowered by %sTLD Linux%s" "$(termput setaf $CPOWEREDBY)" "$(termput setaf $CTLD)" "$(termput op)"
134 if ! is_no "$RC_PROMPT"; then
135 nls -n "\t\t Press %sI%s to enter interactive startup" "$(termput setaf $CI)" "$(termput op)"
137 diff -ur rc-scripts-0.4.9.pld/src/setuidgid.c rc-scripts-0.4.9.tld/src/setuidgid.c
138 --- rc-scripts-0.4.9.pld/src/setuidgid.c 2013-11-11 10:54:45.000000000 +0000
139 +++ rc-scripts-0.4.9.tld/src/setuidgid.c 2013-11-23 13:53:32.983642538 +0000
143 void show_version() {
144 - fprintf(stderr, "%s $Rev$ (PLD Linux rc-scripts)\n", progname);
145 + fprintf(stderr, "%s $Rev$ (TLD Linux rc-scripts)\n", progname);
149 diff -ur rc-scripts-0.4.9.pld/sysconfig/init-colors rc-scripts-0.4.9.tld/sysconfig/init-colors
150 --- rc-scripts-0.4.9.pld/sysconfig/init-colors 2013-11-11 10:54:45.000000000 +0000
151 +++ rc-scripts-0.4.9.tld/sysconfig/init-colors 2013-11-23 13:52:14.633645961 +0000
153 -# Default PLD Linux colors.
154 +# Default TLD Linux colors.
156 CBRACKETS="$CYAN" # brackets [ ] color
157 CDONE="$GREEN" # DONE and WORK color
158 CBUSY="$MAGENTA" # BUSY color
159 CFAIL="$RED" # FAIL and DIED color
160 CPOWEREDBY="$CYAN" # "Powered by" color
161 -CPLD="$GREEN" # "PLD Linux Distribution" color
162 +CTLD="$GREEN" # "TLD Linux" color
163 CI="$RED" # Capital I color (press I to enter interactive startup)
164 CRESMAN="$GREEN" # "Resource Manager" color
165 CHARS="" # Characters displayed on the beginning of show line
166 diff -ur rc-scripts-0.4.9.pld/sysconfig/init-colors.gentoo rc-scripts-0.4.9.tld/sysconfig/init-colors.gentoo
167 --- rc-scripts-0.4.9.pld/sysconfig/init-colors.gentoo 2013-11-11 10:54:45.000000000 +0000
168 +++ rc-scripts-0.4.9.tld/sysconfig/init-colors.gentoo 2013-11-23 13:52:14.633645961 +0000
170 CBUSY="$MAGENTA $BOLD" # BUSY color
171 CFAIL="$RED $BOLD" # FAIL and DIED color
172 CPOWEREDBY="$BLUE $BOLD" # "Powered by" color
173 -CPLD="$GREEN $BOLD" # "PLD Linux Distribution" color
174 +CTLD="$GREEN $BOLD" # "TLD Linux" color
175 CI="$RED $BOLD" # Capital I color (press I to enter interactive startup)
176 CRESMAN="$GREEN $BOLD" # "Resource Manager" color
177 CHARS=" * " # Characters displayed on the beginning of show line
178 diff -ur rc-scripts-0.4.9.pld/sysconfig/network rc-scripts-0.4.9.tld/sysconfig/network
179 --- rc-scripts-0.4.9.pld/sysconfig/network 2013-11-11 10:54:45.000000000 +0000
180 +++ rc-scripts-0.4.9.tld/sysconfig/network 2013-11-23 13:56:19.667637118 +0000
182 # then set it in /etc/sysctl.conf
188 # Allow udev to create /etc/sysconfig/interfaces/ifcfg-* automatically?
189 # See /lib/udev/net_helper for details.