diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:53 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 53b94f8b405f3766a7f17ea349c002a6d38fe5ca (patch) | |
tree | 5c3b426514ce6930605344702c4da77293025172 /net-ftp | |
parent | net-fs/smbtad: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-53b94f8b405f3766a7f17ea349c002a6d38fe5ca.tar.gz gentoo-53b94f8b405f3766a7f17ea349c002a6d38fe5ca.tar.bz2 gentoo-53b94f8b405f3766a7f17ea349c002a6d38fe5ca.zip |
net-ftp/atftp: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/atftp/files/atftp.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-ftp/atftp/files/atftp.init b/net-ftp/atftp/files/atftp.init index 4fc8b14413b4..8ab499127ba4 100644 --- a/net-ftp/atftp/files/atftp.init +++ b/net-ftp/atftp/files/atftp.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run depend() { use logger |