suckless-extra

A collection of gentoo ebuilds for suckless programs as well as their dependencies and setup scripts
git clone git://git.stellar-nexus.ru/suckless-extra
Log | Files | Refs

commit 4efd3542fb12d5eb2801a3cbad9dd329209abc25
parent 89d38ed360c1956167259450ea64c45cadda5797
Author: Plat <plat@stellar-nexus.ru>
Date:   Mon,  5 Aug 2024 18:36:43 +0000

Improved user messages

Diffstat:
Msys-apps/sinit-scripts/sinit-scripts-1.0-r1.ebuild | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/sys-apps/sinit-scripts/sinit-scripts-1.0-r1.ebuild b/sys-apps/sinit-scripts/sinit-scripts-1.0-r1.ebuild @@ -47,6 +47,7 @@ pkg_postinst() { ln -s /sbin/shutdown /sbin/reboot ln -s /sbin/shutdown /sbin/poweroff ln -s /var/rc/* /etc/rc/ + echo ewarn "You may need to add new services." ewarn "To add new services run:" ewarn "mkdir /var/rc/service_name" @@ -56,7 +57,9 @@ pkg_postinst() { ewarn "chmod u+x /var/rc/service_name/run" ewarn "ln -s /var/rc/service_name /etc/rc/" ewarn "# Add \"log 'service_name'\" (optionally) and \"lk_runsvc /etc/rc/service_name 0\" to /etc/rc/dtinit/dtinit.sh" + echo elog " -< Succeeded. Now you can reboot >- " + echo [ -f ${ROOT}/etc/hostname ] || ewarn "File ${ROOT}/etc/hostname is missing. Copy /etc/localhost or create one" }