Changeset 2e35653 for common


Ignore:
Timestamp:
02/05/2022 07:08:56 PM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, legacy, trunk
Children:
0f3b1c3
Parents:
20051e0
Message:

makefile-functions: make sudo/chroot messages less confusing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/makefile-functions

    r20051e0 r2e35653  
    3232  @echo $(BLUE)$@
    3333  @echo $(WHITE)ROOT privilege is required to perform a number of commands
    34   @echo sudo will request a password in order to execute all high privilege commands
     34  @echo sudo may request a password in order to execute all high privilege commands
    3535endef
    3636
     
    3939  @echo $(BOLD)$(BLUE)$@
    4040  @echo $(WHITE)You are going to log into the user account $(BOLD)$(YELLOW)$(LUSER)$(OFF)
    41   @echo sudo requires a password
     41  @echo sudo may require a password
    4242endef
    4343
     
    4545  @echo $(BOLD)--------------------------------------------------------------------------------
    4646  @echo $(BOLD)$(BLUE)$@
    47   @echo $(WHITE)You are going to CHROOT into $(MOUNT_PT) $(BOLD)$(YELLOW)$(LUSER)$(OFF)
    48   @echo a password is required
     47  @echo $(WHITE)You are going to CHROOT into $(MOUNT_PT)
     48  @echo a password may be required
    4949endef
    5050
Note: See TracChangeset for help on using the changeset viewer.