-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
558 lines (404 loc) · 19.7 KB
/
ChangeLog
File metadata and controls
558 lines (404 loc) · 19.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
2025-12-20 Douglas R. Reno <renodr@Linuxfromscratch.org>
* Adjusted the ordering of Kea to come up after dependent services.
Also fixed the bootscript to create /run/kea with the correct permissions
when starting the service.
2024-12-09 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Move ntpd bootscript to give a little more time
for the network to initialize
2024-12-09 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Add bootscript for sysmond
2024-09-13 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Change mysql to mariadb
2024-04-16 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Remove unneeded newlines from wpa script output text.
2023-09-17 Rahul Chandra <rahul@linuxfromscratch.org>
* Add power-profiles-daemon init script
2023-09-17 Pierre Labastie <pierre.labastie@neuf.fr>
* Move interface to the end of the dhcpcd command
in the service file
2023-08-24 Pierre Labastie <pierre.labastie@neuf.fr>
* remove the dhcpd target
2023-08-24 Pierre Labastie <pierre.labastie@neuf.fr>
* Move cups after avahi. This is needed if setting a print server
2023-08-24 Thomas Trepl <thomas@linuxfromscratch.org>
* Add Kea targets to .PHONY and add a uninstall-kea-dhcpd target
2023-07-14 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Restore bootscript for sddm
2023-06-27 Thomas Trepl <thomas@linuxfromscratch.org>
* Add/Fix scripts for ISC-Kea-dhcpd
2023-06-13 Thomas Trepl <thomas@linuxfromscratch.org>
* Add support for ISC Kea dhcp
2023-01-01 Pierre Labastie <pierre.labastie@neuf.fr>
* Fix windbindd: wrong "kill" order respective to samba, and
various typos in the script
2022-07-22 Pierre Labastie <pierre.labastie@neuf.fr>
* Move autofs to runlevel 2+ (it depends on network)
2022-05-06 Pierre Labastie <pierre.labastie@neuf.fr>
* Remove the obsolete haveged bootscript
* fix chmod command in the mysql script
2022-03-28 Pierre Labastie <pierre.labastie@neuf.fr>
* Big overhaul of bootscripts in view of the new lfs bootscripts
semantics:
- remove obsolete bootscripts
- ensure that the daemon is not running before starting it
- ensure that the daemon is running before stopping it
- make runlevel 2 equivalent to runlevel 3
- various typo, layout, etc fixes
2021-08-26 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Update nfs-server script for latest nfs-server behavior.
* Add --no-ucm to alsa bootscript.
2021-08-10 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Fix typo in php-fpm script.
2021-07-11 Thomas Trepl <thomas@linuxfromscratch.org>
* Changes in autofs for merged-/usr
2021-04-18 Xi Ruoyao <xry111@mengyan1223.wang>
* Modify the remaining occurences of deprecated /var/run to /run.
2021-01-10 Thomas Trepl <thomas@linuxfromscratch.org>
* Add set $HOME in bootscript, add description of
how to use the git:// protocol for unauth clones.
2021-01-05 Thomas Trepl <thomas@linuxfromscratch.org>
* Add git-daemon bootscript
2020-10-02 Pierre Labastie <pierre.labastie@neuf.fr>
* Remove the -W (nowait) flag from posgresql start, and add -s
(silent) to both start and stop.
2020-09-20 Pierre Labastie <pierre.labastie@neuf.fr>
* Start the display managers directly from inittab:
- add a new /etc/init.d/xdm script, and default /etc/sysconfig/xdm
- install-{g,lx,light,sd}dm now install both xdm files, change
inittab to start xdm, and adjust /etc/sysconfig/xdm for the
particular target
2019-12-03 DJ Lucas <dj@linuxfromscratch.org>
* Fix typo (postfix) in firewalld bootscript
2019-10-31 DJ Lucas <dj@linuxfromscratch.org>
* Add nftables bootscript
* Fix depdendencies for syslog
2019-10-25 DJ Lucas <dj@linuxfromscratch.org>
* Add firewalld bootscript
* Adjust network dependencies to account for firewall scripts
2019-09-02 DJ Lucas <dj@linuxfromscratch.org>
* Remove elogind and mountcgroupfs bootscripts
* Introduce $last facility for LSB-Tools and DM scripts
2019-03-13 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Allow bridge to be created without INTERFACE_COMPONENTS
2018-12-16 DJ Lucas <dj@linuxfromscratch.org>
* Add elogind bootscript
* Add mountcgroupfs bootscript
* Add accounts-daemon bootscript
* Restore gdm bootscript
2018-01-05 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Add lightdm bootscript
2017-07-31 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Delete references to rpc.rquotad in nfs-server script
2017-06-11 Douglas R. Reno <renodr@linuxfromscratch.org>
* Fix nfs-client and nfs-server scripts for change in nfs-utils
2017-01-27 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Fix nfs-server script QUOTAS typo in status.
2016-09-02 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Fix slapd script to better support initd-tools.
2016-08-08 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Fix wpa script to not override a ctrl_interface setting
in the configuration file.
2016-04-15 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Add smartd bootscript
2015-09-24 Fernando de Oliveira <famobr at yahoo.com.br>
* Fix again sddm bootscript.
2015-09-24 Fernando de Oliveira <famobr at yahoo.com.br>
* Remove sddm fixes for upowerd.
2015-08-23 Fernando de Oliveira <famobr at yahoo.com.br>
* Fix sddm for upowerd stop.
2015-08-15 Fernando de Oliveira <famobr at yahoo.com.br>
* Add upowerd to sddm bootscript, for buttons to work (halt, reboot, etc.).
* Fix lxdm uninstall target.
2015-08-01 Fernando de Oliveira <famobr at yahoo.com.br>
* Add sddm bootscript
* Reorder part of the Makefile.
2015-03-04 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Add uninstall for rpcbind
2015-02-09 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Fix nfs-client and nfs-server for recent nfs-utils
2015-01-04 Ken Moffat <ken@linuxfromscratch.org>
* Remove lingering umount /proc/fs/nfsd from nfs-server.
2014-09-01 Fernando de Oliveira <famobr@yahoo.com.br>
* Include uninstall option to wicd
2014-11-12 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Ensure blfs/sysconfig/bluetooth is installed
2014-10-11 Igor Živković <contact@igor-zivkovic.from.hr>
* Improve mysql script portability
2014-10-08 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Fix typo in Makefile
2014-09-19 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Add stop option to haveged script
2014-09-11 Ken Moffat <ken@linuxfromscratch.org>
* Spelling fix when lxdm stops
2014-09-02 Fernando de Oliveira <famobr@yahoo.com.br>
* Fix starting runlevel of lxdm bootscript (revert to the first version committed)
2014-09-01 Fernando de Oliveira <famobr@yahoo.com.br>
* Fix starting runlevel of lxdm bootscript
2014-09-01 Fernando de Oliveira <famobr@yahoo.com.br>
* Add lxdm bootscript
2014-08-27 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Don't try to delete non-existant PID file in dhclient
2014-08-08 Ken Moffat <ken@linuxfromscratch.org>
* Fix spacing in dhclient messages
2014-08-07 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Remove systemd references
* Remove obsolete ipx and pppoe services
2014-05-29 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Rewrote bluetooth script for bluez-5
2014-03-16 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Added haveged bootscript
2013-10-23 Igor Živković <contact@igor-zivkovic.from.hr>
* Add dovecot init script
2013-09-08 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Update location of autostart in autofs script
2013-07-25 Igor Živković <contact@igor-zivkovic.from.hr>
* Added restore state to alsa bootscript
2013-07-21 Igor Živković <contact@igor-zivkovic.from.hr>
* Added unbound bootscript
2013-07-10 Igor Živković <contact@igor-zivkovic.from.hr>
* Added acpid bootscript
2013-02-04 Armin K. <krejzi@email.com>
* Added network service for wpa_supplicant
* Minor modifications to dhclient network service
2012-08-26 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Restore winbindd script
2012-08-25 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Restore xinetd script
2012-08-14 Armin K. <krejzi@email.com>
* Renamed cyrus-sasl bootscript to saslauthd
* Renamed openldap bootscript to slapd
* Renamed kerberos bootscript to krb5
* Renamed dhcp bootscript to dhcpd and made it configurable
through /etc/sysconfig/dhcpd
* Updated dhclient network service to be compatible with latest
instructions for ISC DHCP.
2012-06-02 Armin K. <krejzi@email.com>
* Added BlueZ bootscript
2012-06-17 DJ Lucas <dj@linuxfromscratch.org>
* Fix sshd return value when stopping without running.
2012-05-09 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Add atd script.
* Make service scripts compatible with older versions of
init-functions.
2012-05-06 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Update exim script to be compatible with LFS 7.0+.
2012-05-02 Ken Moffat <ken@linuxfromscratch.org>
* Use /usr/libexec in postfix script to match the book.
2012-05-01 Armin K. <krejzi@email.com>
* Rewrote gdm script to be compatible with LFS 7.0+.
2012-04-27 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Update autofs script to be compatible with LFS
2012-04-20 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Correct start path in swat
* Update proftpd for LFS 7.0+
2012-04-18 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Add cifs to netfs stop function.
* Remove obsolete kernel version tests in nfs-server.
2012-04-09 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Update network service scripts for consistency with LFS.
2012-04-07 Armin K. <krejzi@email.com>
* Added NetworkManager bootscript.
* Fixed avahi script startup order. Thanks to Wayne
for reporting the issue.
2012-04-06 Armin K. <krejzi@email.com>
* Rewrote cyrus-sasl script to be compatible with LFS 7.0+.
This was done earlier, but no changelog entry was added.
* Rewrote openldap script to be compatible with LFS 7.0+.
* Rewrote kerberos script to be compatible with LFS 7.0+.
2012-04-05 Ken Moffat <ken@linuxfromscratch.org>
* Update postgresql to the new style.
* Fix the nfs-server - from 'Crider' in ticket #3325.
2012-03-10 DJ Lucas <dj@linuxfromscratch.org>
* Fix dependency information for postfix script.
2012-02-09 Wayne Blaszczyk <wblaszcz@linuxfromscratch.org>
* Added avahi script and modified the Makefile accordingly
2011-12-12 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Fix Makefile for httpd for consistency
2011-12-05 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Updated most scripts to be combatible with LFS 7.0.
See http://wiki.linuxfromscratch.org/blfs/browser/trunk/bootscripts
for specific changes.
2010-08-25 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Modified the ntp startup script to only run
nppd -gx
2009-03-02 Randy McMurchy <randy@linuxfromscratch.org>
* Modified the D-BUS boot script "stop" section so that the PID
file is removed when the daemon is stopped.
2008-08-12 Thomas Trepl <thomas@linuxfromscratch.org>
* Fix a mistyped variable name in Samba init script which
causes the reload action to fail.
2008-03-25 Randy McMurchy <randy@linuxfromscratch.org>
* Updated the Stunnel init script to reflect that upstream has
moved the stunnel binary from /usr/sbin to /usr/bin.
2008-03-15 Alexander E. Patrakov <alexander@linuxfromscratch.org>
* Imported the new pppoe service script from the LiveCD repository.
2008-03-12 Dan Nicholson <dnicholson@linuxfromscratch.org>
* Revert usage of pid files from a few commits ago except for
samba, which needs to know the correct process to kill. See
LFS ticket #2160 and add back these changes when that can be
depended on.
2008-03-06 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Fixed calls in autofs to echo_failure.
2007-12-21 Dan Nicholson <dnicholson@linuxfromscratch.org>
* Removed the reload target from the dhcp script since dhcpd
does not support reloading with SIGHUP.
2007-10-21 Dan Nicholson <dnicholson@linuxfromscratch.org>
* Changed the gdm, gpm, haldaemon and ntp scripts to reference
their pid files in /var/run for all operations.
2007-10-21 Dan Nicholson <dnicholson@linuxfromscratch.org>
* Fixed the samba and sshd scripts to reference the pid files in
/var/run. This ensures that the correct processes are killed and
queried. Also changed the dbus script to use the pid file in the
status target, too.
2007-08-22 DJ Lucas <dj@linuxfromscratch.org>
* Updated the dhcpcd service script to comply with dhcpcd-3.0.19+.
2007-07-09 Dan Nicholson <dnicholson@linuxfromscratch.org>
* Updated the D-Bus bootscript to call dbus-uuidgen on start and
use the system pid file.
2007-07-08 Randy McMurchy <randy@linuxfromscratch.org>
* Update the CUPS section of the Makefile to remove the proper
files (upstream changed the S/K naming)
2007-06-20 Dan Nicholson <dnicholson@linuxfromscratch.org>
* Update lease info path for dhcpcd-3.x.
2007-06-20 Dan Nicholson <dnicholson@linuxfromscratch.org>
* Use proper references for the pid and lease files in the dhcpcd
service script.
2006-10-11 Dan Nicholson <dnicholson@linuxfromscratch.org>
* Fixed gpm boot script to accept multiple arguments in the
variables, particularly GPMOPTS. Thanks to Christoph Felkes
for supplying the fix.
2006-06-24 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Updated the openldap and nfs-server scripts to pass appropriate
signals to the stop functions. This change was due to changes
in the LFS functions script on 2/06/05!
2006-06-24 Randy McMurchy <randy@linuxfromscratch.org>
* Updated the HAL script to work with HAL-0.5.7
2006-06-23 Randy McMurchy <randy@linuxfromscratch.org>
* Updated the GDM script to the 2.14.2 version of GNOME
2006-06-08 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Updated bind to refer to /srv/named
2006-04-30 Randy McMurchy <randy@linuxfromscratch.org>
* Added a command to delete a pid file that the NFS server
leaves behind
2006-04-27 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Changed autofs order number to 52 so it will be run after cleanfs
2006-04-23 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Added qpopper initailization script and updated the Makefile
2006-04-15 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Updated the ssh shutdown script to wait one second before setting OOM value
2006-04-11 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Updated the netfs shutdown script to avoid errors with multiple entries
2006-04-11 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Updated the sshd script to prevent killing ssh in Out Of Memory conditions
2006-02-05 Randy McMurchy <randy@linuxfromscratch.org>
* Updated the GDM script to the 2.12.2 version of GNOME
2006-01-01 Randy McMurchy <randy@linuxfromscratch.org>
* Changed the name of the D-BUS pid file that is removed
2005-11-21 Randy McMurchy <randy@linuxfromscratch.org>
* Removed the --compress parameter from the RSync bootscript
2005-10-17 Randy McMurchy <randy@linuxfromscratch.org>
* Updated the GDM script to the 2.12 version of GNOME
2005-10-01 Randy McMurchy <randy@linuxfromscratch.org>
* Added HAL init script and updated Makefile to include a HAL target
2005-09-26 Randy McMurchy <randy@linuxfromscratch.org>
* Added D-BUS init script and updated Makefile to include a D-BUS
target
2005-09-10 Igor Zivkovic <igor@linuxfromscratch.org>
* Updated PPPoE service script to use the new command names.
2005-07-31 DJ Lucas <dj@linuxfromscratch.org>
* Removed courier bootscript.
* Removed start and restart sections of alsa bootscript.
* Added missing echo in mysql script.
* Reordered bootscripts for samba/cups interaction.
2005-07-08 DJ Lucas <dj@linuxfromscratch.org>
* Moved all scripts to use new functions provided by
lfs-bootscripts-3.2.1.
2005-06-26 DJ Lucas <dj@linuxfromscratch.org>
* Added uninstall targets to Makefile. Patch provided by
Matthias Berndt.
2005-06-13 Igor Zivkovic <igor@linuxfromscratch.org>
* Corrected the MySQL script to make it compatible with the new LFS
boot scripts (Jay D. McHugh).
2005-05-31 Randy McMurchy <randy@linuxfromscratch.org>
* Removed explicit path from GDM script commands so that the commands
will work no matter where $GNOME_PREFIX is.
2005-05-30 Randy McMurchy <randy@linuxfromscratch.org>
* Updated GDM script to GNOME-2.10.
2005-05-09 Igor Zivkovic <igor@linuxfromscratch.org>
* Added a killproc parameter to mysql (Nathan Coulson).
2005-03-13 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Updated openldap1 and openldap2 to check for running
daemons before starting.
2005-03-13 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Added iptables initialization script.
2005-03-02 Randy McMurchy <randy@linuxfromscratch.org>
* Added 'status' option to portmap bootscript.
2005-01-02 DJ Lucas <dj@linuxfromscratch.org>
* Added courier bootscript.
2004-12-27 Randy McMurchy <randy@linuxfromscratch.org>
* Changed Exim bootscript to start the daemon with -q15m instead
of -q1m.
2004-11-21 Igor Zivkovic <igor@linuxfromscratch.org>
* Removed setclock symlinks at install-ntp target and added a
substitute command in the book.
2004-10-27 Randy McMurchy <randy@linuxfromscratch.org>
* Added new bootscript for Stunnel.
2004-10-23 Randy McMurchy <randy@linuxfromscratch.org>
* Modified PostgreSQL script because the pg_ctl script
is no longer able to run as user root.
2004-10-20 DJ Lucas <dj@linuxfromscratch.org>
* Added ability to print assigned addresses when using
dhcpcd service script.
2004-10-13 Igor Zivkovic <igor@linuxfromscratch.org>
* Added ntpd -gqx to ntp bootscript start case to set
the initial time (Thomas Trepl)
* Added setclock stop symlinks to runlevels 0, 1, 2
and 6 on install-ntp target to write the system time
back to hardware clock (Jeremy Utley)
2004-10-11 DJ Lucas <dj@linuxfromscratch.org>
* Fixed multiple errors in nfs-server bootscript
* Removed lockd from nfs-client bootscript
* Added svn keywords to remaining bootscripts
2004-10-02 DJ Lucas <dj@linuxfromscratch.org>
* Changed all scripts to use full path names
2004-09-28 DJ Lucas <dj@linuxfromscratch.org>
* Replaced nfs-server and nfs-client scripts
* Adjusted mysql and winbind scripts to use PIDFILE
* Added svn keywords to remaining bootscripts
2004-08-26 Randy McMurchy <randy@linuxfromscratch.org>
* Removed usb script (suggested by Alexander Patrakov)
2004-08-06 Randy McMurchy <randy@linuxfromscratch.org>
* Added openldap (slapd and slurpd startup) scripts
2004-08-05 Randy McMurchy <randy@linuxfromscratch.org>
* Added cyrus-sasl (Cyrus SASL authdaemon) script
2004-08-03 DJ Lucas <dj@linuxfromscratch.org>
* Added MODE and DIRMODE variables to set
permissions of installed scripts and
directories
* Corrected script to remove svn directories
when creating release tarball
2004-07-31 Randy McMurchy <randy@linuxfromscratch.org>
* Added nas (Network Audio Server) script
2004-07-28 DJ Lucas <dj@linuxfromscratch.org>
* Made minor fixups to dhcpcd, dhclient, and ipx
service scripts
* Added a shell script to create tarball
2004-07-28 Randy McMurchy <randy@linuxfromscratch.org>
* Changed location of PID file in mysql script
2004-07-21 DJ Lucas <dj@linuxfromscratch.org>
* Changed vsftpd bootscript to use loadproc
2004-07-19 DJ Lucas <dj@linuxfromscratch.org>
* Added svn and vsftpd scripts
2004-06-27 DJ Lucas <dj@linuxfromscratch.org>
* Added sysstat bootscript
* Fixed missing $EXTDIR targets in Makefile
2004-06-16 DJ Lucas <dj@linuxfromscratch.org>
* Added GPMOPTS to gpm script
* wrapped all gpm variables in quotes
2004-05-22 Tushar T <tushar@linuxfromscratch.org>
* Added winbind script
2004-05-14 Tushar T <tushar@linuxfromscratch.org>
* Added init.d/kerberos script
* Added init.d/usb script
2004-05-13 Tushar T <tushar@linuxfromscratch.org>
* The begining of blfs-bootscripts