diff --git a/LICENSE.md b/LICENSE.md index 93cc8b5..1b510ea 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -6,7 +6,7 @@ License ```c /* - * This file is part of the satirical systemd-init for OpenBSD. + * This file is part of the satirical systemd-openbsd. * * DON'T USE THIS IN PRODUCTION! DON'T USE IT ON YOUR MACHINE! * DON'T TAKE IT SERIOUS! IT MIGHT DELETE YOUR FILES. diff --git a/README.md b/README.md index 5f66e93..396b362 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,9 @@ but just make sure that you don't accidentally revert `/sbin/init` to the OpenBSD version (e.g. by via `sysupgrade`). 1. Run the machine and watch the reliability features in action. -2. If the system becomes unusable, check `/systemd-score.txt`. +2. You can watch the action in syslog under `/var/log/authlog` + (or set up remote logging to keep the logs). +3. If the system becomes unusable, check `/systemd-score.txt`. The system is unusable if there is enough damage that it fails to reboot into multi-user mode. diff --git a/init/systemd-dir.c b/init/systemd-dir.c index 0dd8c06..815f552 100644 --- a/init/systemd-dir.c +++ b/init/systemd-dir.c @@ -1,5 +1,5 @@ /* - * This file is part of the satirical systemd-init for OpenBSD. + * This file is part of the satirical systemd-openbsd. * * DON'T USE THIS IN PRODUCTION! DON'T USE IT ON YOUR MACHINE! * DON'T TAKE IT SERIOUS! IT MIGHT DELETE YOUR FILES. diff --git a/init/systemd-file.c b/init/systemd-file.c index 6e4cc53..a630ac3 100644 --- a/init/systemd-file.c +++ b/init/systemd-file.c @@ -1,5 +1,5 @@ /* - * This file is part of the satirical systemd-init for OpenBSD. + * This file is part of the satirical systemd-openbsd. * * DON'T USE THIS IN PRODUCTION! DON'T USE IT ON YOUR MACHINE! * DON'T TAKE IT SERIOUS! IT MIGHT DELETE YOUR FILES. diff --git a/init/systemd-move.c b/init/systemd-move.c index 74630c2..905e18f 100644 --- a/init/systemd-move.c +++ b/init/systemd-move.c @@ -1,5 +1,5 @@ /* - * This file is part of the satirical systemd-init for OpenBSD. + * This file is part of the satirical systemd-openbsd. * * DON'T USE THIS IN PRODUCTION! DON'T USE IT ON YOUR MACHINE! * DON'T TAKE IT SERIOUS! IT MIGHT DELETE YOUR FILES. diff --git a/init/systemd-reboot.c b/init/systemd-reboot.c index 9175dd0..f1c30ca 100644 --- a/init/systemd-reboot.c +++ b/init/systemd-reboot.c @@ -1,5 +1,5 @@ /* - * This file is part of the satirical systemd-init for OpenBSD. + * This file is part of the satirical systemd-openbsd. * * DON'T USE THIS IN PRODUCTION! DON'T USE IT ON YOUR MACHINE! * DON'T TAKE IT SERIOUS! IT MIGHT DELETE YOUR FILES. diff --git a/init/systemd-rename.c b/init/systemd-rename.c index 67fa7eb..58c4db8 100644 --- a/init/systemd-rename.c +++ b/init/systemd-rename.c @@ -1,5 +1,5 @@ /* - * This file is part of the satirical systemd-init for OpenBSD. + * This file is part of the satirical systemd-openbsd. * * DON'T USE THIS IN PRODUCTION! DON'T USE IT ON YOUR MACHINE! * DON'T TAKE IT SERIOUS! IT MIGHT DELETE YOUR FILES. diff --git a/init/systemd.c b/init/systemd.c index 649c19c..f76d55e 100644 --- a/init/systemd.c +++ b/init/systemd.c @@ -1,5 +1,5 @@ /* - * This file is part of the satirical systemd-init for OpenBSD. + * This file is part of the satirical systemd-openbsd. * * DON'T USE THIS IN PRODUCTION! DON'T USE IT ON YOUR MACHINE! * DON'T TAKE IT SERIOUS! IT MIGHT DELETE YOUR FILES. diff --git a/init/systemd.h b/init/systemd.h index 9544fe2..0a16124 100644 --- a/init/systemd.h +++ b/init/systemd.h @@ -1,5 +1,5 @@ /* - * This file is part of the satirical systemd-init for OpenBSD. + * This file is part of the satirical systemd-openbsd. * * DON'T USE THIS IN PRODUCTION! DON'T USE IT ON YOUR MACHINE! * DON'T TAKE IT SERIOUS! IT MIGHT DELETE YOUR FILES.