source: bootscripts-standard/bootscripts/CHANGELOG.blfs @ bcafdd0

Last change on this file since bcafdd0 was 2167cfe, checked in by William Harrington <kb0iic@…>, 10 years ago

bootscripts are the scripts used for the sysvinit book.

  • Property mode set to 100644
File size: 7.3 KB
Line 
12007-08-22 DJ Lucas <dj@linuxfromscratch.org>
2        * Updated the dhcpcd service script to comply with dhcpcd-3.0.19+.
3
42007-07-09 Dan Nicholson <dnicholson@linuxfromscratch.org>
5        * Updated the D-Bus bootscript to call dbus-uuidgen on start and
6          use the system pid file.
7
82007-07-08 Randy McMurchy <randy@linuxfromscratch.org>
9        * Update the CUPS section of the Makefile to remove the proper
10          files (upstream changed the S/K naming)
11
122007-06-20 Dan Nicholson <dnicholson@linuxfromscratch.org>
13        * Update lease info path for dhcpcd-3.x.
14
152007-06-20 Dan Nicholson <dnicholson@linuxfromscratch.org>
16        * Use proper references for the pid and lease files in the dhcpcd
17          service script.
18
192006-10-11 Dan Nicholson <dnicholson@linuxfromscratch.org>
20        * Fixed gpm boot script to accept multiple arguments in the
21          variables, particularly GPMOPTS. Thanks to Christoph Felkes
22          for supplying the fix.
23
242006-06-24 Bruce Dubbs <bdubbs@linuxfromscratch.org>
25        * Updated the openldap and nfs-server scripts to pass appropriate
26          signals to the stop functions.  This change was due to changes
27          in the LFS functions script on 2/06/05!
28
292006-06-24 Randy McMurchy <randy@linuxfromscratch.org>
30        * Updated the HAL script to work with HAL-0.5.7
31
322006-06-23 Randy McMurchy <randy@linuxfromscratch.org>
33        * Updated the GDM script to the 2.14.2 version of GNOME
34
352006-06-08 Bruce Dubbs <bdubbs@linuxfromscratch.org>
36        * Updated bind to refer to /srv/named
37
382006-04-30 Randy McMurchy <randy@linuxfromscratch.org>
39        * Added a command to delete a pid file that the NFS server
40          leaves behind
41
422006-04-27 Bruce Dubbs <bdubbs@linuxfromscratch.org>
43        * Changed autofs order number to 52 so it will be run after cleanfs
44
452006-04-23 Bruce Dubbs <bdubbs@linuxfromscratch.org>
46        * Added qpopper initailization script and updated the Makefile
47
482006-04-15 Bruce Dubbs <bdubbs@linuxfromscratch.org>
49        * Updated the ssh shutdown script to wait one second before setting OOM value
50
512006-04-11 Bruce Dubbs <bdubbs@linuxfromscratch.org>
52        * Updated the netfs shutdown script to avoid errors with multiple entries
53
542006-04-11 Bruce Dubbs <bdubbs@linuxfromscratch.org>
55        * Updated the sshd script to prevent killing ssh in Out Of Memory conditions
56
572006-02-05 Randy McMurchy <randy@linuxfromscratch.org>
58        * Updated the GDM script to the 2.12.2 version of GNOME
59
602006-01-01 Randy McMurchy <randy@linuxfromscratch.org>
61        * Changed the name of the D-BUS pid file that is removed
62
632005-11-21 Randy McMurchy <randy@linuxfromscratch.org>
64        * Removed the --compress parameter from the RSync bootscript
65
662005-10-17 Randy McMurchy <randy@linuxfromscratch.org>
67        * Updated the GDM script to the 2.12 version of GNOME
68
692005-10-01 Randy McMurchy <randy@linuxfromscratch.org>
70        * Added HAL init script and updated Makefile to include a HAL target
71
722005-09-26 Randy McMurchy <randy@linuxfromscratch.org>
73        * Added D-BUS init script and updated Makefile to include a D-BUS
74          target
75
762005-09-10 Igor Zivkovic <igor@linuxfromscratch.org>
77        * Updated PPPoE service script to use the new command names.
78
792005-07-31 DJ Lucas <dj@linuxfromscratch.org>
80        * Removed courier bootscript.
81        * Removed start and restart sections of alsa bootscript.
82        * Added missing echo in mysql script.
83        * Reordered bootscripts for samba/cups interaction.
84
852005-07-08 DJ Lucas <dj@linuxfromscratch.org>
86        * Moved all scripts to use new functions provided by
87          lfs-bootscripts-3.2.1.
88
892005-06-26 DJ Lucas <dj@linuxfromscratch.org>
90        * Added uninstall targets to Makefile.  Patch provided by
91          Matthias Berndt.
92
932005-06-13 Igor Zivkovic <igor@linuxfromscratch.org>
94        * Corrected the MySQL script to make it compatible with the new LFS
95          boot scripts (Jay D. McHugh).
96
972005-05-31 Randy McMurchy <randy@linuxfromscratch.org>
98        * Removed explicit path from GDM script commands so that the commands
99          will work no matter where $GNOME_PREFIX is.
100
1012005-05-30 Randy McMurchy <randy@linuxfromscratch.org>
102        * Updated GDM script to GNOME-2.10.
103
1042005-05-09 Igor Zivkovic <igor@linuxfromscratch.org>
105        * Added a killproc parameter to mysql (Nathan Coulson).
106
1072005-03-13 Bruce Dubbs <bdubbs@linuxfromscratch.org>
108        * Updated openldap1 and openldap2 to check for running
109          daemons before starting.
110
1112005-03-13 Bruce Dubbs <bdubbs@linuxfromscratch.org>
112        * Added iptables initialization script.
113
1142005-03-02 Randy McMurchy <randy@linuxfromscratch.org>
115        * Added 'status' option to portmap bootscript.
116
1172005-01-02 DJ Lucas <dj@linuxfromscratch.org>
118        * Added courier bootscript.
119
1202004-12-27 Randy McMurchy <randy@linuxfromscratch.org>
121        * Changed Exim bootscript to start the daemon with -q15m instead
122          of -q1m.
123
1242004-11-21 Igor Zivkovic <igor@linuxfromscratch.org>
125        * Removed setclock symlinks at install-ntp target and added a
126          substitute command in the book.
127
1282004-10-27 Randy McMurchy <randy@linuxfromscratch.org>
129        * Added new bootscript for Stunnel.
130
1312004-10-23 Randy McMurchy <randy@linuxfromscratch.org>
132        * Modified PostgreSQL script because the pg_ctl script
133          is no longer able to run as user root.
134
1352004-10-20 DJ Lucas <dj@linuxfromscratch.org>
136        * Added ability to print assigned addresses when using
137          dhcpcd service script.
138
1392004-10-13 Igor Zivkovic <igor@linuxfromscratch.org>
140        * Added ntpd -gqx to ntp bootscript start case to set
141          the initial time (Thomas Trepl)
142        * Added setclock stop symlinks to runlevels 0, 1, 2
143          and 6 on install-ntp target to write the system time
144          back to hardware clock (Jeremy Utley)
145
1462004-10-11 DJ Lucas <dj@linuxfromscratch.org>
147        * Fixed multiple errors in nfs-server bootscript
148        * Removed lockd from nfs-client bootscript
149        * Added svn keywords to remaining bootscripts
150
1512004-10-02 DJ Lucas <dj@linuxfromscratch.org>
152        * Changed all scripts to use full path names
153
1542004-09-28 DJ Lucas <dj@linuxfromscratch.org>
155        * Replaced nfs-server and nfs-client scripts
156        * Adjusted mysql and winbind scripts to use PIDFILE
157        * Added svn keywords to remaining bootscripts
158
1592004-08-26 Randy McMurchy <randy@linuxfromscratch.org>
160        * Removed usb script (suggested by Alexander Patrakov)
161
1622004-08-06 Randy McMurchy <randy@linuxfromscratch.org>
163        * Added openldap (slapd and slurpd startup) scripts
164
1652004-08-05 Randy McMurchy <randy@linuxfromscratch.org>
166        * Added cyrus-sasl (Cyrus SASL authdaemon) script
167
1682004-08-03 DJ Lucas <dj@linuxfromscratch.org>
169        * Added MODE and DIRMODE variables to set
170          permissions of installed scripts and
171          directories
172        * Corrected script to remove svn directories
173          when creating release tarball
174
1752004-07-31 Randy McMurchy <randy@linuxfromscratch.org>
176        * Added nas (Network Audio Server) script
177
1782004-07-28 DJ Lucas <dj@linuxfromscratch.org>
179        * Made minor fixups to dhcpcd, dhclient, and ipx
180          service scripts
181        * Added a shell script to create tarball
182
1832004-07-28 Randy McMurchy <randy@linuxfromscratch.org>
184        * Changed location of PID file in mysql script
185
1862004-07-21 DJ Lucas <dj@linuxfromscratch.org>
187        * Changed vsftpd bootscript to use loadproc
188
1892004-07-19 DJ Lucas <dj@linuxfromscratch.org>
190        * Added svn and vsftpd scripts
191
1922004-06-27 DJ Lucas <dj@linuxfromscratch.org>
193        * Added sysstat bootscript
194        * Fixed missing $EXTDIR targets in Makefile
195
1962004-06-16 DJ Lucas <dj@linuxfromscratch.org>
197        * Added GPMOPTS to gpm script
198        * wrapped all gpm variables in quotes
199
2002004-05-22 Tushar T <tushar@linuxfromscratch.org>
201        * Added winbind script
202
2032004-05-14 Tushar T <tushar@linuxfromscratch.org>
204        * Added init.d/kerberos script
205        * Added init.d/usb script
206
2072004-05-13 Tushar T <tushar@linuxfromscratch.org>
208        * The begining of blfs-bootscripts
209
Note: See TracBrowser for help on using the repository browser.