diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:27:21 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 0648f25676bfc639b1d9cd4731283448b7464551 (patch) | |
tree | 0a3682f344d6f263521c04befb785fb3a108f41f /app-i18n/multiskkserv | |
parent | app-i18n/freewnn: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-0648f25676bfc639b1d9cd4731283448b7464551.tar.gz gentoo-0648f25676bfc639b1d9cd4731283448b7464551.tar.bz2 gentoo-0648f25676bfc639b1d9cd4731283448b7464551.zip |
app-i18n/multiskkserv: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'app-i18n/multiskkserv')
-rw-r--r-- | app-i18n/multiskkserv/files/multiskkserv.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-i18n/multiskkserv/files/multiskkserv.initd b/app-i18n/multiskkserv/files/multiskkserv.initd index 22a6d5fb43e3..fb05843a761d 100644 --- a/app-i18n/multiskkserv/files/multiskkserv.initd +++ b/app-i18n/multiskkserv/files/multiskkserv.initd @@ -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$ |