Ignore:
Timestamp:
03/25/2022 09:19:53 AM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
27d23b1
Parents:
db7c8be
git-author:
Pierre Labastie <pierre.labastie@…> (03/22/2022 09:48:29 AM)
git-committer:
Pierre Labastie <pierre.labastie@…> (03/25/2022 09:19:53 AM)
Message:

Do not redefine is_true in the console script

There is a better version in init-functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/lfs/init.d/console

    rdb7c8be r17c6532  
    3232# Native English speakers probably don't have /etc/sysconfig/console at all
    3333[ -r /etc/sysconfig/console ] && . /etc/sysconfig/console
    34 
    35 is_true()
    36 {
    37    [ "$1" = "1" ] || [ "$1" = "yes" ] || [ "$1" = "true" ]
    38 }
    3934
    4035failed=0
Note: See TracChangeset for help on using the changeset viewer.