aboutsummaryrefslogtreecommitdiffstats
path: root/bootscripts/ChangeLog
diff options
context:
space:
mode:
authorPierre Labastie <pierre.labastie@neuf.fr>2021-09-07 23:01:23 +0200
committerPierre Labastie <pierre.labastie@neuf.fr>2021-09-07 23:01:23 +0200
commita44ae5771fefbb0487ffa0108fe9287491542733 (patch)
tree68db1aa88f99873f909d74612f1560590e1d6674 /bootscripts/ChangeLog
parente7fb2ca433fe6287226b0cd8e6f411717e8d6c1a (diff)
Remove spaces at end of lines - bootscripts
Diffstat (limited to 'bootscripts/ChangeLog')
-rw-r--r--bootscripts/ChangeLog53
1 files changed, 26 insertions, 27 deletions
diff --git a/bootscripts/ChangeLog b/bootscripts/ChangeLog
index 8d37e862f..f8411c737 100644
--- a/bootscripts/ChangeLog
+++ b/bootscripts/ChangeLog
@@ -6,7 +6,7 @@
* Prevent sendsignals from killing an active mdmon
2021-04-28 Bruce Dubbs <bdubbs@linuxfromscratch.org>
- * Make check_signal more robust.
+ * Make check_signal more robust.
* Use a better methog for killproc to remove a dead pid file.
* Clarify what signals killproc accepts.
* Thanks to input and discussion from Scott Andrews.
@@ -84,7 +84,7 @@
2013-01-24 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* Remove local attribue of some variables for Bourne
shell compatability
- * Specify /bin/echo in commands with -e switch for
+ * Specify /bin/echo in commands with -e switch for
Bourne shell compatability
2012-10-13 Bruce Dubbs <bdubbs@linuxfromscratch.org>
@@ -121,7 +121,7 @@
** ifdown now only uses the first SERVICE
** Updated ifup.8 to reflect current usage
** ifup
- *** Move interface up logic to after service scripts. Eliminates the
+ *** Move interface up logic to after service scripts. Eliminates the
need for the LINK_CHECK variable.
*** Sets the GATEWAY if the variable is set
*** Add MTU logic to ifup
@@ -167,10 +167,10 @@
*** /lib/lsb is a symlink to /lib/services.
* Create convenience symlink /etc/init.d->/etc/rc.d/init.d.
* Add help and man pages to upup/ifdown.
- * Append /run/var/bootlog to /var/log/boot.log at the end of
+ * Append /run/var/bootlog to /var/log/boot.log at the end of
the boot sequence.
* Add capabiltiy to step through the boot scripts at boot time
- * Optionally allow environment variables in sysconfig directory's
+ * Optionally allow environment variables in sysconfig directory's
console, network, and clock files to be placed in rc.site.
* Add an optional FASTBOOT parameter to set /fastboot when rebooting.
@@ -183,11 +183,11 @@
HEADLESS=1 to skip READ commands
** Add /etc/sysconfig/init_params for adding environmental parameters
to all functions used in bootscripts
- ** Move network configuration to /etc/sysconfig/ifconfig.*. The
- ifconfig files can have any extension. Use IFACE parameter to
+ ** Move network configuration to /etc/sysconfig/ifconfig.*. The
+ ifconfig files can have any extension. Use IFACE parameter to
specify the target network interface within the configuration file.
- ** Adds an optional parameter, SKIPTMPCLEAN, to skip the removal of
- files in /tmp at bootup. Specify the variable in
+ ** Adds an optional parameter, SKIPTMPCLEAN, to skip the removal of
+ files in /tmp at bootup. Specify the variable in
/etc/sysconfig/init_params.
2011-05-31 DJ Lucas <dj@linuxfromscratch.org>
@@ -223,8 +223,8 @@
2009-01-02 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* lfs/init.d/functions:
- * lfs/sysconfig/network-devices/ifup:
- Updated line widths to accommodate pdf generation in both the above
+ * lfs/sysconfig/network-devices/ifup:
+ Updated line widths to accommodate pdf generation in both the above
files.
2008-10-27 DJ Lucas <dj@linuxfromscratch.org>
@@ -341,7 +341,7 @@
n/a - June 2, 2006
* Removed console config file and makefile targets.
- * Removed references to /dev/bug and bugreport in udevand
+ * Removed references to /dev/bug and bugreport in udev and
udev_retry bootscripts. (DJ Lucas)
n/a - April 17, 2006
@@ -350,13 +350,13 @@ n/a - April 17, 2006
partition or for some other reason fail the initial replay. (Archaic)
n/a - April 15, 2006
- * Cleaned up contrib directory. Removed: contrib/init.d,
- contrib/enhanced, contrib/livecd, contrib/hotplug, and raq2
+ * Cleaned up contrib directory. Removed: contrib/init.d,
+ contrib/enhanced, contrib/livecd, contrib/hotplug, and raq2
patch. (DJ Lucas)
n/a - April 14, 2006
* Merged changes from udev_update branch (DJ Lucas)
- * Replaced a return with an exit and reversed comment changes in
+ * Replaced a return with an exit and reversed comment changes in
udev bootscript. (Dan Nicholson)
* Replaced walk_sysfs function in udev bootscript with new udevtrigger
program and move wait_for_uevents function inline. (DJ Lucas)
@@ -369,7 +369,7 @@ n/a - March 21, 2006
to boot_mesg_flush in echo_* functions. (DJ Lucas)
n/a - March 10, 2006
- * Moved src argument to ipv4-static-route service script and
+ * Moved src argument to ipv4-static-route service script and
removed from ipv4-static service script. (DJ Lucas)
n/a - March 8. 2006
@@ -388,13 +388,13 @@ n/a - September 11, 2005
* Fixed display error with LSB init-functions script
* Made above killproc/print_status changes in enhanced
bootscripts.
- * Made logger service configurable in enhanced
+ * Made logger service configurable in enhanced
bootscripts. (DJ Lucas)
n/a - August 14, 2005
- * Added -s flag to pidofproc() for backwards
+ * Added -s flag to pidofproc() for backwards
compatibility (DJ Lucas)
- * Fixed erronous values returned by pidofproc() which
+ * Fixed erronous values returned by pidofproc() which
broke the functionality of statusproc (DJ Lucas)
n/a - July 1, 2005
@@ -402,8 +402,8 @@ n/a - July 1, 2005
function for ash compliancy (Nathan Coulson)
n/a - June 26, 2005
- * Removed consolelog script from contrib
- * Updated interactive rc script in contrib and added
+ * Removed consolelog script from contrib
+ * Updated interactive rc script in contrib and added
README.rc-Interactive, added install target to the
Makefile. (DJ Lucas)
@@ -599,7 +599,7 @@ n/a - September 22, 2004
n/a - September 21, 2004
* boot_mesg has been enhanced. Subsequent calls will overwrite
- previous text, and it will wrap text basedupon the variable ${WCOL}.
+ previous text, and it will wrap text basedupon the variable ${WCOL}.
(James Robertson)
* Fixed mtu optional service typo (Kevin P Fleming)
* Added SOURCE variable to ipv4-static-route (Kevin P Fleming)
@@ -608,7 +608,7 @@ n/a - September 16, 2004
* nework interfaces are now brought down in reverse order
n/a - September 15, 2004
- * Added blue bracket, from dj's 3.0-pre1 bootscript package
+ * Added blue bracket, from dj's 3.0-pre1 bootscript package
[echo_failure, echo_warning, and echo_ok]
* Added a new function called boot_mesg, meant to replace the echo
command.
@@ -632,11 +632,10 @@ n/a - August 7, 2004
* Added missing error redirect (/dev/null) in getpids. (DJ)
n/a - August 4, 2004
- * Added MODE, DIRMODE, and CONFMODE variables to the makefile
+ * Added MODE, DIRMODE, and CONFMODE variables to the makefile
to allow permissions to be set at install. (DJ)
n/a - July 31, 2004
-
* Moved PIDFILE check to getpids and removed arguments from
killproc and reloadproc. Signals are now set at beginning of
funtcions script with KILLDELAY. (DJ)
@@ -645,7 +644,7 @@ n/a - July 31, 2004
n/a - July 21, 2004
- * Committed DJ Lucas's patch for the killproc function. It no
+ * Committed DJ Lucas's patch for the killproc function. It no
longer requires arguments if PIDFILE is set
* added --backup to all sysconfig configuration files, so they are not
replaced on a make install
@@ -978,7 +977,7 @@ n/a - March 20, 2004
* Added create-service-dir target and removed from create-dirs
* Changed service script install targets to use
create-service-dir
- * Added check for dhcpcd service script for stale pid file
+ * Added check for dhcpcd service script for stale pid file
Suggested by Jeremy
* Added ifconfig to ipx service script for hosting device not up