• Tuukka Pasanen's avatar
    MDEV-30837: Remove usage of AWK from Debian init and postinst scripts · f99a8918
    Tuukka Pasanen authored
    AWK in used in Debian SysV-init and postinst scripts to determine
    is there enough space starting MariaDB database or create new
    database to target destination.
    
    These AWK scripts can be rewrited to use pure SH or help
    using Coreutils which is mandatory for usage of MariaDB currently.
    
    Reasoning behind this is to get rid of one very less used dependency
    f99a8918
mariadb-server-10.6.mariadb.init 6.41 KB