mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
Fixing spell checker TODO's and missing quote in the CICD file
This commit is contained in:
parent
64c97696fc
commit
889f46c19f
2 changed files with 2 additions and 2 deletions
2
.github/workflows/CICD.yml
vendored
2
.github/workflows/CICD.yml
vendored
|
|
@ -747,7 +747,7 @@ jobs:
|
|||
FAKE_UTMP_2='[2] [00000] [~~ ] [reboot] [~ ] [6.0.0-test] [0.0.0.0] [2022-02-22T22:11:22,222222+00:00]'
|
||||
FAKE_UTMP_7='[7] [999999] [tty2] [runner] [tty2] [ ] [0.0.0.0] [2022-02-22T22:22:22,222222+00:00]'
|
||||
FAKE_UTMP_LIVE='[7] [1] [tty3] [runner] [tty3] [ ] [0.0.0.0] [2022-02-22T22:22:22,222222+00:00]'
|
||||
(echo "$FAKE_UTMP_2" ; echo "$FAKE_UTMP_7 ; echo "$FAKE_UTMP_LIVE") | sudo utmpdump -r -o /var/run/utmp
|
||||
(echo "$FAKE_UTMP_2" ; echo "$FAKE_UTMP_7" ; echo "$FAKE_UTMP_LIVE") | sudo utmpdump -r -o /var/run/utmp
|
||||
# ... and add a full name to each account with a gecos field but no full name.
|
||||
sudo sed -i 's/:,/:runner name,/' /etc/passwd
|
||||
# We also create a couple optional files pinky looks for
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue