diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:31:44 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 28157d54981b92a95f2c2ff679066cfc32cd3b2e (patch) | |
tree | 62094646a6dda3da20b5ef81984b98a2f7b5e3e9 /net-misc/gofish | |
parent | net-misc/freelan: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-28157d54981b92a95f2c2ff679066cfc32cd3b2e.tar.gz gentoo-28157d54981b92a95f2c2ff679066cfc32cd3b2e.tar.bz2 gentoo-28157d54981b92a95f2c2ff679066cfc32cd3b2e.zip |
net-misc/gofish: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-misc/gofish')
-rw-r--r-- | net-misc/gofish/files/gofish.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/gofish/files/gofish.rc b/net-misc/gofish/files/gofish.rc index aa49772f1379..5667b78a7c1b 100644 --- a/net-misc/gofish/files/gofish.rc +++ b/net-misc/gofish/files/gofish.rc @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # # Startup script for the Gofish Gopher Server (for Gentoo Linux) # |