Compatibility support for System V services in systemd is deprecated. Please
make sure to update the package in question to provide proper, native systemd
-unit files. Contact vendor if necesssary. Compatibility support for System V
+unit files. Contact vendor if necessary. Compatibility support for System V
services is deprecated and will be removed soon.
return 0; /* invalid message, let's ignore it */
if (client->lease->rapid_commit)
- /* got a succssful rapid commit */
+ /* got a successful rapid commit */
r = client_enter_bound(client, r);
else
r = client_enter_requesting(client);
case SD_DHCP_OPTION_RAPID_COMMIT:
if (len > 0)
- log_debug("Invalid DHCP Rapid Commit option, ignorning.");
+ log_debug("Invalid DHCP Rapid Commit option, ignoring.");
lease->rapid_commit = true;
break;
}
assert_se(fd >= 0);
- /* If the test directory is on an overlayfs then files and their direcory may return different st_dev
- * in stat results, which confuses nftw into thinking they're on different filesystems
- * and won't return the result when the FTW_MOUNT flag is set. */
+ /* If the test directory is on an overlayfs then files and their directory may return different
+ * st_dev in stat results, which confuses nftw into thinking they're on different filesystems and
+ * won't return the result when the FTW_MOUNT flag is set. */
if (fd_is_fs_type(fd, OVERLAYFS_SUPER_MAGIC)) {
log_tests_skipped("nftw mountpoint detection produces false-positives on overlayfs");
return EXIT_TEST_SKIP;
opts.sb_cert = pathlib.Path(opts.sb_cert)
if bool(opts.sb_key) ^ bool(opts.sb_cert):
- # one param only given, sbsign need boths
+ # one param only given, sbsign needs both
raise ValueError('--secureboot-private-key= and --secureboot-certificate= must be specified together')
elif bool(opts.sb_key) and bool(opts.sb_cert):
# both param given, infer sbsign and in case it was given, ensure signtool=sbsign
-p SocketBindAllow=1234
-p SocketBindAllow=ipv4:udp:any
-p SocketBindAllow=ipv6:6666
- # Everything but the last assignment is superfluous, but it still excercises
+ # Everything but the last assignment is superfluous, but it still exercises
# the parsing machinery
-p SocketBindDeny=
-p SocketBindDeny=1111
# verb: setup
# Run this first, otherwise any encrypted credentials wouldn't be decryptable
-# as we regnerate the host key
+# as we regenerate the host key
rm -fv /var/lib/systemd/credential.secret
systemd-creds setup
test -e /var/lib/systemd/credential.secret