diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:31:00 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | a3fbd8b3dd5385d5c587006d6876ec421c899a02 (patch) | |
tree | 2700198a3b0f141b93f0eb1e33e2d42e385c9e87 /net-im/openfire | |
parent | net-im/err: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-a3fbd8b3dd5385d5c587006d6876ec421c899a02.tar.gz gentoo-a3fbd8b3dd5385d5c587006d6876ec421c899a02.tar.bz2 gentoo-a3fbd8b3dd5385d5c587006d6876ec421c899a02.zip |
net-im/openfire: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-im/openfire')
-rw-r--r-- | net-im/openfire/files/openfire-initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/openfire/files/openfire-initd b/net-im/openfire/files/openfire-initd index b9af618ba47a..281e5197af2c 100644 --- a/net-im/openfire/files/openfire-initd +++ b/net-im/openfire/files/openfire-initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run depend() { need net |