diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:28:39 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 60b2992a65cff90f16bf8bb62b63a51c15b8a535 (patch) | |
tree | 273a83aa8a809519b60bb4ef10b6cbd0327afb48 /gnustep-apps/sogo | |
parent | games-util/xboxdrv: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-60b2992a65cff90f16bf8bb62b63a51c15b8a535.tar.gz gentoo-60b2992a65cff90f16bf8bb62b63a51c15b8a535.tar.bz2 gentoo-60b2992a65cff90f16bf8bb62b63a51c15b8a535.zip |
gnustep-apps/sogo: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'gnustep-apps/sogo')
-rw-r--r-- | gnustep-apps/sogo/files/sogod.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnustep-apps/sogo/files/sogod.initd b/gnustep-apps/sogo/files/sogod.initd index 39f1bee1567b..1d16c78ceea1 100644 --- a/gnustep-apps/sogo/files/sogod.initd +++ b/gnustep-apps/sogo/files/sogod.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |