OSDN Git Service

ad067cd6e46968454073a67b16b5a7bba97a2bd0
[portsreinstall/current.git] / lib / chroot / libmessage.sh
1 #!/bin/sh -e
2 # ==============================================================================
3 # portsreinstall library script
4 # Overlay onto lib/libmessage.sh for portsreinstall-chroot
5 # - Messages -
6 # Copyright (C) 2018-2022 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
7 # This software is distributed under the 2-Clause BSD License.
8 # ==============================================================================
9
10 # ============= Output the brief description =============
11 message_brief_description ()
12 {
13         cat << eof
14  -- Builder chroot launcher utility for portsreinstall,
15  -- The ports upgrading utility for massive forced reinstallation
16  -- And for those who are pursuing the perfect packages environment
17 eof
18 }