Changeset 3254745 for bootscripts


Ignore:
Timestamp:
05/15/2011 02:35:14 AM (13 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
dcae1d7d
Parents:
2d439ed
Message:

Copied lfs-bootscripts changelog, modified format of existing changelog.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9536 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
bootscripts/contrib/lsb-v3
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/contrib/lsb-v3/ChangeLog

    r2d439ed r3254745  
    1 ChangeLog
     12011-05-14      DJ Lucas <dj@linuxfromscratch.org>
     2  * etc/default/rc.site: Added FAILURE_ACTION variable for use in remote
     3    systems where user input is not appropriate in the event of a failure.
     4  * etc/default/rc.site: Moved configuration of clock and hostname to rc.site
     5  * etc/init.d/setclock: Removed provides '$time' and added provides 'hwclock'.
     6  * etc/init.d/rc: Setup the /run mountpoint (for use by bootloging).
     7  * sysconfig/network-devices/services/*: Moved service scripts to
     8    /lib/network-services.
     9  * sysconfig/network-devices/*: Moved network configuration files to
     10    /etc/network.
     11  * sysconfig/network-devices/*: Moved ifup and ifdown scripts to /sbin.
     12  * sbin/ifup: Copy network configuration scritps to /run on startup.
     13  * sbin/ifdown: Use running configuration stored in /run to stop interfaces.
     14  * etc/sysoconfig/*: Moved sysconfig files to /etc/default.
     15  * ect/lsb-config, lsb/manage-functions: Removed (unused).
     16  * /: Changed layout to include full installation paths inside of archive.
    217
    3 20110514 - [dj]
    4         * Added FAILURE_ACTION variable to rc.site for use in remote systems
    5           where user input is not appropriate in the event of a failure
    6         * Moved configuration of clock and hostname to rc.site
    7         * Removed $time provides from setclock script
    8         * Setup the /run mountpoint in the rc script (for use by bootloging)
    9         * Moved network services to /lib/network-services
    10         * Moved network configuration files to /etc/network
    11         * Moved ifup and ifdown scripts to /sbin
    12         * ifup - copy network configuration scritps to /run on startup
    13         * ifdown - use running configuration stored in /run to stop interfaces
    14         * Moved sysconfig files to /etc/default
    15         * Removed unused /etc/lsb /lib/lsb/manage-functions
     182011-04-24      Bruce Dubbs <bdubbs@linuxfromscratch.org>
     19  * init.d/mountvirtfs: Sync to LFS-Bootscripts-20110424 - Add creation of
     20    /run/{var,lock,shm}.
     21  * init.d/udev: Sync to LFS-Bootscripts-20110424 - Add /dev/shm -> /run/shm
     22    symlink.
    1623
    17 20110424 - [dj]
    18         * Sync to LFS-Bootscripts-20110424 (move new run mounts and
    19           symlinks [bdubbs]).
     242011-04-18      Bruce Dubbs <bdubbs@linuxfromscratch.org>
     25  * init.d/mountvirtfs: Change name from mountkernfs to mountvirtfs and added
     26    mounting of /run filesystem.
    2027
    21 20110418 - [bdubbs]
    22         * lfs/init.d/mountvirtfs: Change name from mountkernfs to
    23           mountvirtfs.
    24         * Add mounting of /run filesystem.
     282010-10-12      DJ Lucas <dj@linuxfromscratch.org>
     29  * init.d/swap: Added udev to Required-Start.
    2530
    26 20101012 - [dj]
    27         * Added udev to Required-Start for swap script.
     312010-08-23      DJ Lucas <dj@linuxfromscratch.org>
     32  * init.d/sendsignals: Fix missing 'then' in conditionals.  Thanks to
     33    Jeremy Huntwork for the report and correction.
    2834
    29 20100823 - [dj]
    30         * Fix missing 'then' in sendsignals conditionals.  Thanks to
    31           Jeremy Huntwork for the report and correction.
     352010-06-27      DJ Lucas <dj@linuxfromscratch.org>
     36  * init.d/sendsignals: Sync to LFS-Bootscripts-20100627 - fix killall in new
     37    sysvinit.
     38  * init.d/*: Standardized syntax for integer comparisons in tests.
    3239
    33 20100627 - [dj]
    34         * Sync to LFS-Bootscripts-20100627 (killall in new sysvinit).
    35         * Standardized syntax for integer comparisons in tests.
     402010-05-29      Matthew Burgess <matthew@linuxfromscratch.org>
     41  * init.d/udev: Only copy /lib/udev/devices/null, as Udev >= 155 copies
     42    devices from /lib/udev/devices to /dev itself. Udevd still needs /dev/null
     43    present before starting up though.
    3644
    37 20100529 - [matthew]
    38         * Only copy /lib/udev/devices/null, as Udev >= 155 copies
    39           devices from /lib/udev/devices to /dev itself.
    40           Udevd still needs /dev/null present before starting up though.
     452010-05-29      DJ Lucas <dj@linuxfromscratch.org>
     46  * init.d/udev: Sync to LFS-Bootscirpts-20100529 - Add test if /dev is already
     47    mounted and add --action=add to udevadmin trigger (Matthew Burgess).
    4148
    42 20100529 - [dj]
    43         * Sync to LFS-Bootscirpts-20100529
    44         * Add test if /dev is already mounted in udev script.
    45         * Added --action=add to udevadmin trigger lines of udev script.
     492010-04-27      DJ Lucas <dj@linuxfromscratch.org>
     50  * init.d/*: Removed unneeded X-LFS-Default* lines.
     51  * init.d/udev_retry: Add --action=add for udevtrigger (Bryan Kadzban)
     52  * init.d/sysklogd: Corrected path of syslogd and klogd.
    4653
    47 20100427 - [dj]
    48         * Removed unneeded X-LFS-Default* lines.
    49         * Corrected udev_retry script for new udev.
    50         * Corrected path of syslogd and klogd in sysklogd script.
     542009-03-25      DJ Lucas <dj@linuxfromscratch.org>
     55  * init.d/rc: Corrected serveral echo commands missing -e flag.  Thanks to
     56    Michael Tremer at IPFire for the corrections.
    5157
    52 20090325 - [dj]
    53         * Corrected serveral echo commands missing -e - Thanks to
    54           Michael Tremer at IPFire for the corrections.
     582008-10-23      DJ Lucas <dj@linuxfromscratch.org>
     59  * init.d/console: Removed BROKEN_COMPOSE handling because kernel patch was
     60    accepted upstream.
    5561
    56 20081023 - [dj]
    57         * Removed BROKEN_COMPOSE handling in console script because
    58           kernel patch was accepted upstream.
     622008-09-08      DJ Lucas <dj@linuxfromscratch.org>
     63  * init.d/rc: Corrected echo -e command - Thanks to Michael Tremer at IPFire.
    5964
    60 20080908 - [dj]
    61         * Corrected echo command in rc script - Thanks to
    62           Michael Tremer at IPFire.
     652008-09-07      DJ Lucas <dj@linuxfromscratch.org>
     66  * Makefile: Use new initd-tools package to activate scripts.
     67  * Makefile: $syslog and modules services cannot be a hard dependencies
     68    due to minimal install target.
     69  * init.d/rc: Store bootlog date in UTC.
     70  * init.d/network: Added hard deps for local_fs, swap, and localnet (account
     71    for /usr at network instead of $remote_fs).
    6372
    64 20080907 - [dj]
    65         * Use new initd-tools package to activate scripts.
    66         * $syslog and modules services cannot be a hard dependencies
    67           due to minimal install target.
    68         * Store bootlog date in UTC.
    69         * Added hard deps to network script for local_fs, swap, and
    70           localnet (account for /usr at network instead of $remote_fs).
     732008-08-31      DJ Lucas <dj@linuxfromscratch.org>
     74  * init.d/*: Corrected more, and minimized dependencies in scripts.
     75  * init.d/rc: Don't try to write to bootlog in 0 and 6.
     76  * etc/inittab: Use /etc/rcS.d instead of /etc/rcsysinit.d - added
     77    replacement /etc/inittab file.
    7178
    72 20080831 - [dj]
    73         * Corrected more, and minimized dependencies in scripts.
    74         * Don't try to write to bootlog in 0 and 6.
    75         * Use /etc/rcS.d instead of /etc/rcsysinit.d - added
    76           replacement /etc/inittab file
     792008-08-30      DJ Lucas <dj@linuxfromscratch.org>
     80  * init.d/*: Corrected remaining dependency errors in script headers.
    7781
    78 20080830 - [dj]
    79         * Corrected remaining dependency errors in script headers.
     822008-05-31      DJ Lucas <dj@linuxfromscratch.org>
     83  * init.d/udev, init.d/udev_retry: Synced with LFS-Bootscrpts-20080531 - use
     84    udevadm.
     85  * lsb/manage-functions: Added additional functions.
    8086
    81 20080531 - [dj]
    82         * Synced with LFS-Bootscrpts-20080531 (use udevadm)
    83         * Added additional functions to manage_functions script.
     872008-04-13      DJ Lucas <dj@linuxfromscratch.org>
     88  * lsb/manage-functions: Added for use by scripts such as
     89    {install,remove}_initd or chkconfig, that need to parse the LSB headers.
     90  * init.d/*: Cleaned up script headers to reflect real Start or Stop.
    8491
    85 20080413 - [dj]
    86         * Added manage_functions script for use by scripts such as
    87           {install,remove}_initd or chkconfig, that need to parse the
    88           LSB headers.
    89         * Cleaned up script headers to reflect real Start or Stop
     922008-03-15      DJ Lucas <dj@linuxfromscratch.org>
     93  * lsb/init-functions: Corrected test for $pidfile in pidofproc().
     94  * init.d/lfs-functions: Replaced exit with return in statusproc().
    9095
    91 20080315 - [dj]
    92         * Corrected test for $pidfile in pidofproc()
    93         * Replaced exit with return in statusproc() - (lfs-functions)
     962008-03-15      DJ Lucas <dj@linuxfromscratch.org>
     97  * lsb/init-functions: Added missing 'stale pid file' checking for pidofproc().
    9498
    95 20080315 - [dj]
    96         * Added missing 'stale pid file' checking for pidofproc()
     992008-02-10      DJ Lucas <dj@linuxfromscratch.org>
     100  * README, INSTALL: Updated documentation.
    97101
    98 20080210 - [dj]
    99         * Updated documentation
     1022007-08-20      DJ Lucas <dj@linuxfromscratch.org>
     103  * init.d/*: Synced with LFS-bootscripts.
    100104
    101 20070820 - [dj]
    102         * Synced with LFS-bootscripts
     1052007-07-05      DJ Lucas <dj@linuxfromscratch.org>
     106  * init.d/*: Synced with LFS-bootscripts.
     107  * init.d/rc: Removed 'stty sane' from the environment setup as it breaks
     108    custom key configs when run from the CLI.
    103109
    104 20070705 - [dj]
    105         * Synced with LFS-bootscripts
    106         * Removed 'stty' from the environment setup as it breaks
    107           custom key configs when run from the CLI.
     1102007-02-18      DJ Lucas <dj@linuxfromscratch.org>
     111  * init.d/*: Synced with LFS-bootscripts.
    108112
    109 20070218 - [dj]
    110         * Synced with LFS-bootscripts.
    111 
    112 20070206 - [dj]
    113         * Initial commit
     1132007-02-06      DJ Lucas <dj@linuxfromscratch.org>
     114  * /: Initial commit!
Note: See TracChangeset for help on using the changeset viewer.