Skip to content

Commit 77124a9

Browse files
committed
Revert
1 parent f5c3870 commit 77124a9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2021-07-24 Dmitry Bashkatov <citokot@gmail.com>
2+
3+
* Revert "Adapt to merged /usr/bin configuretion"
4+
15
2021-06-10 Dmitry Bashkatov <citokot@gmail.com>
26

37
* Sync

lfs/lib/services/init-functions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
## Environmental setup
2222
# Setup default values for environment
2323
umask 022
24-
export PATH="/usr/bin"
24+
export PATH="/bin:/usr/bin:/sbin:/usr/sbin"
2525

2626
## Set color commands, used via echo
2727
# Please consult `man console_codes for more information

0 commit comments

Comments
 (0)