mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-19 09:15:30 +03:00
25 lines
826 B
Diff
25 lines
826 B
Diff
From f93006237b476222354e2009497713a4b9227bed Mon Sep 17 00:00:00 2001
|
|
From: Daniel Gray <dngray@polarbear.army>
|
|
Date: Sun, 30 Mar 2025 13:44:48 +0000
|
|
Subject: [PATCH 1/2] Change path to /usr/bin
|
|
|
|
---
|
|
software/init_scripts/infnoise.gentoo.openrc | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/software/init_scripts/infnoise.gentoo.openrc b/software/init_scripts/infnoise.gentoo.openrc
|
|
index bae784e..dcd06f1 100644
|
|
--- a/software/init_scripts/infnoise.gentoo.openrc
|
|
+++ b/software/init_scripts/infnoise.gentoo.openrc
|
|
@@ -2,7 +2,7 @@
|
|
|
|
description="infnoise - Feed entropy pool using the Infinite Noise TRNG"
|
|
pidfile="/var/run/infnoise.pid"
|
|
-command="/usr/local/sbin/infnoise"
|
|
+command="/usr/bin/infnoise"
|
|
command_args="--dev-random"
|
|
start_stop_daemon_args="--make-pidfile --background"
|
|
|
|
--
|
|
2.49.0
|
|
|