Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 823068 - app-admin/ananicy: Wrong `openrc-run` shebang in the init-script
Summary: app-admin/ananicy: Wrong `openrc-run` shebang in the init-script
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Alessandro Barbieri
URL: https://gitweb.gentoo.org/repo/gentoo...
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2021-11-11 13:27 UTC by Harry Kurn
Modified: 2021-11-12 01:37 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Harry Kurn 2021-11-11 13:27:19 UTC
Hi, I ran into problem when trying to run service `ananicy.initd` on openrc.

$ doas rc-service ananicy.initd start                                                                                                                                           
 * rc-service: No such file or directory


After I looked at the init-script it turned out that the path in the shebang was wrong for `openrc-run` where

#!/usr/bin/openrc-run


should be

#!/sbin/openrc-run


This is a minor issue, I hope this gets fixed, thank you.
Comment 1 Larry the Git Cow gentoo-dev 2021-11-12 01:31:18 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec5f8e34bc9b5f31467c3cbeecbf375d7120f15d

commit ec5f8e34bc9b5f31467c3cbeecbf375d7120f15d
Author:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
AuthorDate: 2021-11-11 17:15:50 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-11-12 01:24:57 +0000

    app-admin/ananicy: fix shebang
    
    Closes: https://bugs.gentoo.org/823068
    Package-Manager: Portage-3.0.28, Repoman-3.0.3
    Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/22904
    Signed-off-by: Sam James <sam@gentoo.org>

 app-admin/ananicy/files/ananicy.initd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)