[jhalfs] branch trunk updated: makefile-functions: make sudo/chroot messages less confusing
| Newsgroups | gmane.linux.lfs.automated |
|---|---|
| Message-ID | <164408821629.19338.135744040524174178@rivendell.linuxfromscratch.org> |
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch trunk
in repository jhalfs.
The following commit(s) were added to refs/heads/trunk by this push:
new 2e35653 makefile-functions: make sudo/chroot messages less confusing
2e35653 is described below
commit 2e3565363048fddebaa69cc6b96d8a0015e2cffe
Author: Pierre Labastie <[email protected]>
AuthorDate: Sat Feb 5 20:08:56 2022 +0100
makefile-functions: make sudo/chroot messages less confusing
---
common/makefile-functions | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/common/makefile-functions b/common/makefile-functions
index 819fbf8..991ef9a 100644
--- a/common/makefile-functions
+++ b/common/makefile-functions
@@ -31,21 +31,21 @@ define echo_SU_request
@echo $(BOLD)--------------------------------------------------------------------------------
@echo $(BLUE)$@
@echo $(WHITE)ROOT privilege is required to perform a number of commands
- @echo sudo will request a password in order to execute all high privilege commands
+ @echo sudo may request a password in order to execute all high privilege commands
endef
define echo_SULUSER_request
@echo $(BOLD)--------------------------------------------------------------------------------
@echo $(BOLD)$(BLUE)$@
@echo $(WHITE)You are going to log into the user account $(BOLD)$(YELLOW)$(LUSER)$(OFF)
- @echo sudo requires a password
+ @echo sudo may require a password
endef
define echo_CHROOT_request
@echo $(BOLD)--------------------------------------------------------------------------------
@echo $(BOLD)$(BLUE)$@
- @echo $(WHITE)You are going to CHROOT into $(MOUNT_PT) $(BOLD)$(YELLOW)$(LUSER)$(OFF)
- @echo a password is required
+ @echo $(WHITE)You are going to CHROOT into $(MOUNT_PT)
+ @echo a password may be required
endef
define echo_message
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
--
http://lists.linuxfromscratch.org/sympa/info/alfs-discuss
Unsubscribe: See the above information page