diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:32:40 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 3680a5bc4191a58a2d198b3ddae5f9ad116f6a7d (patch) | |
tree | 9dfba3cf27a84f8516d5bd84ef1b670693f4041d /net-misc/xrdp | |
parent | net-misc/x2goserver: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-3680a5bc4191a58a2d198b3ddae5f9ad116f6a7d.tar.gz gentoo-3680a5bc4191a58a2d198b3ddae5f9ad116f6a7d.tar.bz2 gentoo-3680a5bc4191a58a2d198b3ddae5f9ad116f6a7d.zip |
net-misc/xrdp: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-misc/xrdp')
-rw-r--r-- | net-misc/xrdp/files/xrdp-initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/xrdp/files/xrdp-initd b/net-misc/xrdp/files/xrdp-initd index 797dfda61f2b..8f943e11cce3 100644 --- a/net-misc/xrdp/files/xrdp-initd +++ b/net-misc/xrdp/files/xrdp-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$ |