diff --git a/hashboot b/hashboot index 75b91b6..8819ad3 100755 --- a/hashboot +++ b/hashboot @@ -11,7 +11,7 @@ # meet some day, and you think this stuff is worth it, you can give us a hug. # ################################################################################### -VERSION="0.8.0" +VERSION="0.8.2" PATH="/bin:/usr/bin:/sbin:/usr/sbin:${PATH}" DIGEST_FILE="/var/lib/hashboot.digest" diff --git a/initscript.openrc b/initscript.openrc index dc5acd4..3f4c5b8 100755 --- a/initscript.openrc +++ b/initscript.openrc @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run description="Check integrity of files in /boot"