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