commit: b23ed273e6634e83423ca5f4cace78518c38577a
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 13 05:20:12 2024 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Wed Mar 13 05:20:12 2024 +0000
URL: https://gitweb.gentoo.org/proj/fifo-cronolog.git/commit/?id=b23ed273
fix: tweak openrc shebang
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
openrc/fifo-cronolog.initd | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/openrc/fifo-cronolog.initd b/openrc/fifo-cronolog.initd
index 30812e6..c38093f 100644
--- a/openrc/fifo-cronolog.initd
+++ b/openrc/fifo-cronolog.initd
@@ -1,6 +1,6 @@
-#!/sbin/runscript
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
+#!/sbin/openrc-run
+# Copyright 1999-2024 Gentoo Authors
+# SPDX-License-Identifier: GPL-2.0-or-later
start() {
ebegin "Starting fifo-cronolog"