diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:33:50 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 35f8ce83267964865a2139542cd2c527cdc73e4f (patch) | |
tree | 0ff3d5caa415b99d160058c421fd5b25e54d5870 /sys-apps/xinetd | |
parent | sys-apps/watchdog: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-35f8ce83267964865a2139542cd2c527cdc73e4f.tar.gz gentoo-35f8ce83267964865a2139542cd2c527cdc73e4f.tar.bz2 gentoo-35f8ce83267964865a2139542cd2c527cdc73e4f.zip |
sys-apps/xinetd: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-apps/xinetd')
-rw-r--r-- | sys-apps/xinetd/files/xinetd.rc6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/xinetd/files/xinetd.rc6 b/sys-apps/xinetd/files/xinetd.rc6 index 7a4a395f2556..6aa2386d0459 100644 --- a/sys-apps/xinetd/files/xinetd.rc6 +++ b/sys-apps/xinetd/files/xinetd.rc6 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the BSD License # $Id$ |