]> TLD Linux GIT Repositories - packages/rc-scripts.git/blob - rc-scripts-tld.patch
- merged 0.4.5.5 from PLD
[packages/rc-scripts.git] / rc-scripts-tld.patch
1 diff -ur rc-scripts-0.4.5.5.orig/inittab rc-scripts-0.4.5.5/inittab
2 --- rc-scripts-0.4.5.5.orig/inittab     2009-08-16 20:49:36.000000000 +0000
3 +++ rc-scripts-0.4.5.5/inittab  2013-04-19 09:16:05.768697156 +0000
4 @@ -8,7 +8,7 @@
5  #              Modified for RHS Linux by Marc Ewing and Donnie Barnes
6  #
7  
8 -# Default runlevel. The runlevels used by PLD Linux are:
9 +# Default runlevel. The runlevels used by TLD Linux are:
10  #   0 - halt (Do NOT set initdefault to this)
11  #   1 - Single user mode
12  #   2 - Multiuser, without NFS (The same as 3, if you do not have networking)
13 diff -ur rc-scripts-0.4.5.5.orig/lib/functions rc-scripts-0.4.5.5/lib/functions
14 --- rc-scripts-0.4.5.5.orig/lib/functions       2012-12-17 07:39:12.000000000 +0000
15 +++ rc-scripts-0.4.5.5/lib/functions    2013-04-19 09:16:05.768697156 +0000
16 @@ -48,7 +48,7 @@
17  CBUSY="$MAGENTA"       # BUSY color
18  CFAIL="$RED"           # FAIL and DIED color
19  CPOWEREDBY="$CYAN"     # "Powered by" color
20 -CPLD="$GREEN"          # "PLD Linux Distribution" color
21 +CTLD="$GREEN"          # "TLD Linux" color
22  CI="$RED"              # Capital I color (press I to enter interactive startup)
23  CRESMAN="$GREEN"       # "Resource Manager" color
24  CHARS=""               # Characters displayed on the beginning of show line
25 @@ -379,7 +379,7 @@
26         nls "Usage: %s" "$*"
27  }
28  
29 -# Some functions to handle PLD Linux-style messages
30 +# Some functions to handle TLD Linux-style messages
31  show() {
32         local text len
33  
34 diff -ur rc-scripts-0.4.5.5.orig/po/de.po rc-scripts-0.4.5.5/po/de.po
35 --- rc-scripts-0.4.5.5.orig/po/de.po    2011-08-20 10:14:14.000000000 +0000
36 +++ rc-scripts-0.4.5.5/po/de.po 2013-04-19 09:16:05.769697764 +0000
37 @@ -452,7 +452,7 @@
38  msgstr ""
39  
40  #: .././rc.d/rc.sysinit:227
41 -msgid "\t\t\t%sPowered by %sPLD Linux Distribution%s"
42 +msgid "\t\t\t%sPowered by %sTLD Linux%s"
43  msgstr ""
44  
45  #: .././rc.d/init.d/netfs:154
46 diff -ur rc-scripts-0.4.5.5.orig/po/pl.po rc-scripts-0.4.5.5/po/pl.po
47 --- rc-scripts-0.4.5.5.orig/po/pl.po    2011-08-20 10:14:14.000000000 +0000
48 +++ rc-scripts-0.4.5.5/po/pl.po 2013-04-19 09:16:05.770697122 +0000
49 @@ -449,8 +449,8 @@
50  msgstr " w cpusecie %s..."
51  
52  #: .././rc.d/rc.sysinit:227
53 -msgid "\t\t\t%sPowered by %sPLD Linux Distribution%s"
54 -msgstr "\t\t\t%sNapÄ™dzane przez %sPLD Linux Distribution%s"
55 +msgid "\t\t\t%sPowered by %sTLD Linux%s"
56 +msgstr "\t\t\t%sNapÄ™dzane przez %sTLD Linux%s"
57  
58  #: .././rc.d/init.d/netfs:154
59  msgid "Active NFS mountpoints: "
60 diff -ur rc-scripts-0.4.5.5.orig/po/rc-scripts.pot rc-scripts-0.4.5.5/po/rc-scripts.pot
61 --- rc-scripts-0.4.5.5.orig/po/rc-scripts.pot   2013-03-18 08:22:14.000000000 +0000
62 +++ rc-scripts-0.4.5.5/po/rc-scripts.pot        2013-04-19 09:16:45.091571818 +0000
63 @@ -456,7 +456,7 @@
64  msgstr ""
65  
66  #: .././rc.d/rc.sysinit:242
67 -msgid "\t\t\t%sPowered by %sPLD Linux Distribution%s"
68 +msgid "\t\t\t%sPowered by %sTLD Linux%s"
69  msgstr ""
70  
71  #: .././rc.d/init.d/netfs:154
72 diff -ur rc-scripts-0.4.5.5.orig/rc.d/rc.sysinit rc-scripts-0.4.5.5/rc.d/rc.sysinit
73 --- rc-scripts-0.4.5.5.orig/rc.d/rc.sysinit     2013-03-09 23:09:19.000000000 +0000
74 +++ rc-scripts-0.4.5.5/rc.d/rc.sysinit  2013-04-19 09:16:05.781759105 +0000
75 @@ -197,7 +197,7 @@
76                 mount -n -o gid=17 -t selinuxfs selinuxfs /selinux
77         fi
78  
79 -       # PLD Linux LiveCD support
80 +       # TLD Linux LiveCD support
81         if [ -x /etc/rc.d/rc.live ]; then
82                 /etc/rc.d/rc.live
83         fi
84 @@ -240,7 +240,7 @@
85  
86  
87  # Print welcome message
88 -nls "\t\t\t%sPowered by %sPLD Linux Distribution%s" "$(termput setaf $CPOWEREDBY)" "$(termput setaf $CPLD)" "$(termput op)"
89 +nls "\t\t\t%sPowered by %sTLD Linux%s" "$(termput setaf $CPOWEREDBY)" "$(termput setaf $CTLD)" "$(termput op)"
90  if ! is_no "$RC_PROMPT"; then
91         nls -n "\t\t  Press %sI%s to enter interactive startup" "$(termput setaf $CI)" "$(termput op)"
92         echo
93 diff -ur rc-scripts-0.4.5.5.orig/src/setuidgid.c rc-scripts-0.4.5.5/src/setuidgid.c
94 --- rc-scripts-0.4.5.5.orig/src/setuidgid.c     2011-08-20 10:14:13.000000000 +0000
95 +++ rc-scripts-0.4.5.5/src/setuidgid.c  2013-04-19 09:16:05.782573379 +0000
96 @@ -47,7 +47,7 @@
97         exit(1);
98  }
99  void show_version() {
100 -       fprintf(stderr, "%s $Rev: 12308 $ (PLD Linux rc-scripts)\n", progname);
101 +       fprintf(stderr, "%s $Rev: 12308 $ (TLD Linux rc-scripts)\n", progname);
102  }
103  void version() {
104         show_version();
105 diff -ur rc-scripts-0.4.5.5.orig/sysconfig/init-colors rc-scripts-0.4.5.5/sysconfig/init-colors
106 --- rc-scripts-0.4.5.5.orig/sysconfig/init-colors       2009-08-16 20:49:35.000000000 +0000
107 +++ rc-scripts-0.4.5.5/sysconfig/init-colors    2013-04-19 09:16:05.782573379 +0000
108 @@ -1,11 +1,11 @@
109 -# Default PLD Linux colors.
110 +# Default TLD Linux colors.
111  
112  CBRACKETS="$CYAN"      # brackets [ ] color
113  CDONE="$GREEN"         # DONE and WORK color
114  CBUSY="$MAGENTA"       # BUSY color
115  CFAIL="$RED"           # FAIL and DIED color
116  CPOWEREDBY="$CYAN"     # "Powered by" color
117 -CPLD="$GREEN"          # "PLD Linux Distribution" color
118 +CTLD="$GREEN"          # "TLD Linux" color
119  CI="$RED"              # Capital I color (press I to enter interactive startup)
120  CRESMAN="$GREEN"       # "Resource Manager" color
121  CHARS=""               # Characters displayed on the beginning of show line
122 diff -ur rc-scripts-0.4.5.5.orig/sysconfig/init-colors.gentoo rc-scripts-0.4.5.5/sysconfig/init-colors.gentoo
123 --- rc-scripts-0.4.5.5.orig/sysconfig/init-colors.gentoo        2009-08-16 20:49:35.000000000 +0000
124 +++ rc-scripts-0.4.5.5/sysconfig/init-colors.gentoo     2013-04-19 09:16:05.783696952 +0000
125 @@ -5,7 +5,7 @@
126  CBUSY="$MAGENTA $BOLD"         # BUSY color
127  CFAIL="$RED $BOLD"             # FAIL and DIED color
128  CPOWEREDBY="$BLUE $BOLD"       # "Powered by" color
129 -CPLD="$GREEN $BOLD"            # "PLD Linux Distribution" color
130 +CTLD="$GREEN $BOLD"            # "TLD Linux" color
131  CI="$RED $BOLD"                        # Capital I color (press I to enter interactive startup)
132  CRESMAN="$GREEN $BOLD"         # "Resource Manager" color
133  CHARS=" * "                    # Characters displayed on the beginning of show line