1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-09 13:57:42 +03:00

Merge pull request #30494 from keszybz/trivial-cleanups

Trivial cleanups
This commit is contained in:
Yu Watanabe 2023-12-18 08:25:02 +09:00 committed by GitHub
commit 7d11a20ee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@ -1,6 +1,6 @@
systemd System and Service Manager
CHANGES WITH 255 in spe:
CHANGES WITH 256 in spe:
Announcements of Future Feature Removals and Incompatible Changes:

View File

@ -97,7 +97,7 @@ test ! -e "$root/etc/systemd/system/test1-badalias.target"
test ! -e "$root/etc/systemd/system/test1-badalias.socket"
test -h "$root/etc/systemd/system/test1-goodalias2.service"
: '-------aliases in reeanable----------------------------------'
: '-------aliases in reenable----------------------------------'
( ! "$systemctl" --root="$root" reenable test1 )
test -h "$root/etc/systemd/system/default.target.wants/test1.service"
test ! -e "$root/etc/systemd/system/test1-goodalias.service"