diff options
author | 2016-05-18 01:30:51 -0500 | |
---|---|---|
committer | 2016-05-18 01:38:34 -0500 | |
commit | 62ea3fb1a1643d140dd6737e88c370a1389216d7 (patch) | |
tree | 63a3f84957049cd1e24f1492455983864ae329ba /net-fs/nfs-utils/files/nfs.initd | |
parent | net-fs/ncpfs: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-62ea3fb1a1643d140dd6737e88c370a1389216d7.tar.gz gentoo-62ea3fb1a1643d140dd6737e88c370a1389216d7.tar.bz2 gentoo-62ea3fb1a1643d140dd6737e88c370a1389216d7.zip |
net-fs/nfs-utils: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-fs/nfs-utils/files/nfs.initd')
-rw-r--r-- | net-fs/nfs-utils/files/nfs.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-fs/nfs-utils/files/nfs.initd b/net-fs/nfs-utils/files/nfs.initd index 084506d4c475..73be4e5b1ea7 100644 --- a/net-fs/nfs-utils/files/nfs.initd +++ b/net-fs/nfs-utils/files/nfs.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$ |