diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:32:26 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 4eb0616d51214ff267feeb16847ab034887826a7 (patch) | |
tree | abd342e06ead13c3dd3a73ae5e7992631ae0a300 /net-misc | |
parent | net-misc/sslh: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-4eb0616d51214ff267feeb16847ab034887826a7.tar.gz gentoo-4eb0616d51214ff267feeb16847ab034887826a7.tar.bz2 gentoo-4eb0616d51214ff267feeb16847ab034887826a7.zip |
net-misc/stargazer: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/stargazer/files/rscriptd | 2 | ||||
-rw-r--r-- | net-misc/stargazer/files/sgauth | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/stargazer/files/rscriptd b/net-misc/stargazer/files/rscriptd index 7092a0e5bc18..d8ddf44f696e 100644 --- a/net-misc/stargazer/files/rscriptd +++ b/net-misc/stargazer/files/rscriptd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run DAEMON=/usr/sbin/rscriptd RSCRIPTD_OPTS="/etc/stargazer/rscriptd.conf" diff --git a/net-misc/stargazer/files/sgauth b/net-misc/stargazer/files/sgauth index 130b525935d3..0dec60bfa1af 100644 --- a/net-misc/stargazer/files/sgauth +++ b/net-misc/stargazer/files/sgauth @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run DAEMON=/usr/sbin/sgauth SGAUTH_OPTS="/etc/stargazer/sgauth.conf" |