diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:28:18 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 80842ce187b529d43518992ff28d1c75e3bfdb05 (patch) | |
tree | 27d45bc8bbccfdf5cf58e4c42de9eeb2e3a5d882 /dev-python/twisted-core | |
parent | dev-python/mwlib: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-80842ce187b529d43518992ff28d1c75e3bfdb05.tar.gz gentoo-80842ce187b529d43518992ff28d1c75e3bfdb05.tar.bz2 gentoo-80842ce187b529d43518992ff28d1c75e3bfdb05.zip |
dev-python/twisted-core: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'dev-python/twisted-core')
-rw-r--r-- | dev-python/twisted-core/files/twistd.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/twisted-core/files/twistd.init b/dev-python/twisted-core/files/twistd.init index e7b29f1a7e96..b031b0020c6e 100644 --- a/dev-python/twisted-core/files/twistd.init +++ b/dev-python/twisted-core/files/twistd.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run depend() { need net |