Initial commit

This commit is contained in:
2024-04-28 08:31:12 +02:00
parent c784018463
commit ad29df951a
9 changed files with 712 additions and 1 deletions

11
Makefile Normal file
View File

@@ -0,0 +1,11 @@
PREFIX=/usr/local
test:
./impermanence.pl -v -t tests/impermanence.yml
-./impermanence.pl -t tests/errored.yml
-./impermanence.pl -t tests/size_undefined.yml
install:
install -o root -g wheel -m 555 impermanence.pl ${PREFIX}/bin/impermanence
install -o root -g wheel -m 555 openbsd/impermanence.rc /etc/rc.d/impermanence
install -o root -g wheel -m 444 impermanence.1 ${PREFIX}/man/man1/impermanence.1