Changeset 84ce1e3


Ignore:
Timestamp:
04/25/2011 03:07:03 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:
386b3177
Parents:
29450ec
Message:

Synced lsb-v3 scripts with main bootscripts, changed format of changelog.

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

Location:
bootscripts/contrib/lsb-v3
Files:
4 edited

Legend:

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

    r29450ec r84ce1e3  
    11ChangeLog
    2 20101012 - [dj] * Added udev to Required-Start for swap script.
    32
    4 20100823 - [dj] * Fix missing 'then' in sendsignals conditionals.  Thanks to
    5                   Jeremy Huntwork for the report and correction.
     320110424 - [dj]
     4        * Sync to LFS-Bootscripts-20110424 (move new run mounts and
     5          symlinks [bdubbs]).
    66
    7 20100627 - [dj] * Sync to LFS-Bootscripts-20100627 (killall in new sysvinit).
    8                 * Standardized syntax for integer comparisons in tests.
     720110418 - [bdubbs]
     8        * lfs/init.d/mountvirtfs: Change name from mountkernfs to
     9          mountvirtfs.
     10        * Add mounting of /run filesystem.
     11
     1220101012 - [dj]
     13        * Added udev to Required-Start for swap script.
     14
     1520100823 - [dj]
     16        * Fix missing 'then' in sendsignals conditionals.  Thanks to
     17          Jeremy Huntwork for the report and correction.
     18
     1920100627 - [dj]
     20        * Sync to LFS-Bootscripts-20100627 (killall in new sysvinit).
     21        * Standardized syntax for integer comparisons in tests.
    922
    102320100529 - [matthew]
    11                 * Only copy /lib/udev/devices/null, as Udev >= 155 copies
    12                   devices from /lib/udev/devices to /dev itself.
    13                   Udevd still needs /dev/null present before starting up though.
     24        * Only copy /lib/udev/devices/null, as Udev >= 155 copies
     25          devices from /lib/udev/devices to /dev itself.
     26          Udevd still needs /dev/null present before starting up though.
    1427
    15 20100529 - [dj] * Sync to LFS-Bootscirpts-20100529
    16                 * Add test if /dev is already mounted in udev script.
    17                 * Added --action=add to udevadmin trigger lines of udev script.
     2820100529 - [dj]
     29        * Sync to LFS-Bootscirpts-20100529
     30        * Add test if /dev is already mounted in udev script.
     31        * Added --action=add to udevadmin trigger lines of udev script.
    1832
    19 20100427 - [dj] * Removed unneeded X-LFS-Default* lines.
    20                 * Corrected udev_retry script for new udev.
    21                 * Corrected path of syslogd and klogd in sysklogd script.
     3320100427 - [dj]
     34        * Removed unneeded X-LFS-Default* lines.
     35        * Corrected udev_retry script for new udev.
     36        * Corrected path of syslogd and klogd in sysklogd script.
    2237
    23 20090325 - [dj] * Corrected serveral echo commands missing -e - Thanks to
    24                   Michael Tremer at IPFire for the corrections.
     3820090325 - [dj]
     39        * Corrected serveral echo commands missing -e - Thanks to
     40          Michael Tremer at IPFire for the corrections.
    2541
    26 20081023 - [dj] * Removed BROKEN_COMPOSE handling in console script because
    27                   kernel patch was accepted upstream.
     4220081023 - [dj]
     43        * Removed BROKEN_COMPOSE handling in console script because
     44          kernel patch was accepted upstream.
    2845
    29 20080908 - [dj] * Corrected echo command in rc script - Thanks to
    30                   Michael Tremer at IPFire.
     4620080908 - [dj]
     47        * Corrected echo command in rc script - Thanks to
     48          Michael Tremer at IPFire.
    3149
    32 20080907 - [dj] * Use new initd-tools package to activate scripts.
    33                 * $syslog and modules services cannot be a hard dependencies
    34                   due to minimal install target.
    35                 * Store bootlog date in UTC.
    36                 * Added hard deps to network script for local_fs, swap, and
    37                   localnet (account for /usr at network instead of $remote_fs).
     5020080907 - [dj]
     51        * Use new initd-tools package to activate scripts.
     52        * $syslog and modules services cannot be a hard dependencies
     53          due to minimal install target.
     54        * Store bootlog date in UTC.
     55        * Added hard deps to network script for local_fs, swap, and
     56          localnet (account for /usr at network instead of $remote_fs).
    3857
    39 20080831 - [dj] * Corrected more, and minimized dependencies in scripts.
    40                 * Don't try to write to bootlog in 0 and 6.
    41                 * Use /etc/rcS.d instead of /etc/rcsysinit.d - added
    42                   replacement /etc/inittab file
     5820080831 - [dj]
     59        * Corrected more, and minimized dependencies in scripts.
     60        * Don't try to write to bootlog in 0 and 6.
     61        * Use /etc/rcS.d instead of /etc/rcsysinit.d - added
     62          replacement /etc/inittab file
    4363
    44 20080830 - [dj] * Corrected remaining dependency errors in script headers.
     6420080830 - [dj]
     65        * Corrected remaining dependency errors in script headers.
    4566
    46 20080531 - [dj] * Synced with LFS-Bootscrpts-20080531 (use udevadm)
    47                 * Added additional functions to manage_functions script.
     6720080531 - [dj]
     68        * Synced with LFS-Bootscrpts-20080531 (use udevadm)
     69        * Added additional functions to manage_functions script.
    4870
    49 20080413 - [dj] * Added manage_functions script for use by scripts such as
    50                   {install,remove}_initd or chkconfig, that need to parse the
    51                   LSB headers.
    52                 * Cleaned up script headers to reflect real Start or Stop
     7120080413 - [dj]
     72        * Added manage_functions script for use by scripts such as
     73          {install,remove}_initd or chkconfig, that need to parse the
     74          LSB headers.
     75        * Cleaned up script headers to reflect real Start or Stop
    5376
    54 20080315 - [dj] * Corrected test for $pidfile in pidofproc()
    55                 * Replaced exit with return in statusproc() - (lfs-functions)
     7720080315 - [dj]
     78        * Corrected test for $pidfile in pidofproc()
     79        * Replaced exit with return in statusproc() - (lfs-functions)
    5680
    57 20080315 - [dj] * Added missing 'stale pid file' checking for pidofproc()
     8120080315 - [dj]
     82        * Added missing 'stale pid file' checking for pidofproc()
    5883
    59 20080210 - [dj] * Updated documentation
     8420080210 - [dj]
     85        * Updated documentation
    6086
    61 20070820 - [dj] * Synced with LFS-bootscripts
     8720070820 - [dj]
     88        * Synced with LFS-bootscripts
    6289
    63 20070705 - [dj] * Synced with LFS-bootscripts
    64                 * Removed 'stty' from the environment setup as it breaks
    65                   custom key configs when run from the CLI.
     9020070705 - [dj]
     91        * Synced with LFS-bootscripts
     92        * Removed 'stty' from the environment setup as it breaks
     93          custom key configs when run from the CLI.
    6694
    67 20070218 - [dj] * Synced with LFS-bootscripts.
     9520070218 - [dj]
     96        * Synced with LFS-bootscripts.
    6897
    69 20070206 - [dj] * Initial commit
     9820070206 - [dj]
     99        * Initial commit
  • bootscripts/contrib/lsb-v3/init.d/mountfs

    r29450ec r84ce1e3  
    4242        message="Mounting remaining file systems..."
    4343        mount -a -O no_netdev >/dev/null
    44         ln -s /run/shm /dev/shm
    4544        evaluate_retval standard
    4645        ;;
  • bootscripts/contrib/lsb-v3/init.d/mountvirtfs

    r29450ec r84ce1e3  
    3434            message="${message}${INFO} /run${NORMAL}"
    3535            mount -n /run || failed=1
     36            mkdir /run/{var,lock,shm} || failed=1
    3637        fi
    3738
  • bootscripts/contrib/lsb-v3/init.d/udev

    r29450ec r84ce1e3  
    5353                fi
    5454
     55                # Create a symlink for POSIX shared memory
     56                ln -s /run/shm /dev/shm
     57
    5558                # Udev handles uevents itself, so we don't need to have
    5659                # the kernel call out to any binary in response to them
Note: See TracChangeset for help on using the changeset viewer.