diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:33:00 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 88e9f393a15053ffed2a2bd2941987aab32a2a62 (patch) | |
tree | bdc7ecae5d649846d51ae9e76d22bc6b098b8d94 /net-p2p/syncthing | |
parent | net-p2p/saku: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-88e9f393a15053ffed2a2bd2941987aab32a2a62.tar.gz gentoo-88e9f393a15053ffed2a2bd2941987aab32a2a62.tar.bz2 gentoo-88e9f393a15053ffed2a2bd2941987aab32a2a62.zip |
net-p2p/syncthing: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-p2p/syncthing')
-rw-r--r-- | net-p2p/syncthing/files/syncthing.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/syncthing/files/syncthing.initd b/net-p2p/syncthing/files/syncthing.initd index 2acaf3420f3f..1ddea1440821 100644 --- a/net-p2p/syncthing/files/syncthing.initd +++ b/net-p2p/syncthing/files/syncthing.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 |