diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:32:21 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 942cfe1fc94f6325c05e358b07e5408f0af09cb5 (patch) | |
tree | 168332cf3e62e70bd24d7bbc356c40ca921ce96f /net-misc/rsync/files | |
parent | net-misc/ris-linux: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-942cfe1fc94f6325c05e358b07e5408f0af09cb5.tar.gz gentoo-942cfe1fc94f6325c05e358b07e5408f0af09cb5.tar.bz2 gentoo-942cfe1fc94f6325c05e358b07e5408f0af09cb5.zip |
net-misc/rsync: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-misc/rsync/files')
-rw-r--r-- | net-misc/rsync/files/rsyncd.init.d-r1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/rsync/files/rsyncd.init.d-r1 b/net-misc/rsync/files/rsyncd.init.d-r1 index a2acfb6a587a..cbbe62074161 100644 --- a/net-misc/rsync/files/rsyncd.init.d-r1 +++ b/net-misc/rsync/files/rsyncd.init.d-r1 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |