diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:29 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | e0344c25e73eec6ab51ad5435b046bfa33191297 (patch) | |
tree | 299268c26872e6118fc51ed784943ff390e3dee9 /sys-freebsd/freebsd-usbin/files/nfsmount.initd | |
parent | sys-freebsd/freebsd-sbin: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-e0344c25e73eec6ab51ad5435b046bfa33191297.tar.gz gentoo-e0344c25e73eec6ab51ad5435b046bfa33191297.tar.bz2 gentoo-e0344c25e73eec6ab51ad5435b046bfa33191297.zip |
sys-freebsd/freebsd-usbin: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-freebsd/freebsd-usbin/files/nfsmount.initd')
-rw-r--r-- | sys-freebsd/freebsd-usbin/files/nfsmount.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-freebsd/freebsd-usbin/files/nfsmount.initd b/sys-freebsd/freebsd-usbin/files/nfsmount.initd index dfa9a101dc8d..2fb49010a8b0 100644 --- a/sys-freebsd/freebsd-usbin/files/nfsmount.initd +++ b/sys-freebsd/freebsd-usbin/files/nfsmount.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |