diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:54 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | ca23ca697ec60956c0c3c2a0c61880d36e6a5038 (patch) | |
tree | 93b39c0d28af0bd7032ead012e04640618cb2b9f /net-ftp | |
parent | net-ftp/atftp: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-ca23ca697ec60956c0c3c2a0c61880d36e6a5038.tar.gz gentoo-ca23ca697ec60956c0c3c2a0c61880d36e6a5038.tar.bz2 gentoo-ca23ca697ec60956c0c3c2a0c61880d36e6a5038.zip |
net-ftp/frox: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/frox/files/frox.initd | 2 | ||||
-rw-r--r-- | net-ftp/frox/files/frox.rc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-ftp/frox/files/frox.initd b/net-ftp/frox/files/frox.initd index 1e4da49d5293..c00c549fe541 100644 --- a/net-ftp/frox/files/frox.initd +++ b/net-ftp/frox/files/frox.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-ftp/frox/files/frox.rc b/net-ftp/frox/files/frox.rc index 87032cd58364..81474bfe064c 100644 --- a/net-ftp/frox/files/frox.rc +++ b/net-ftp/frox/files/frox.rc @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |