From 900bfb10620e5f94fa8ca5d5eeeb0c4345b09f38 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 19 Sep 2016 20:23:19 +0200 Subject: [PATCH] converted openrc script to use new shebang --- hashboot | 2 +- initscript.openrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"