diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:33:13 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 5cbed1585c870f74fa46d94e1be03d0e05b92774 (patch) | |
tree | 61d2883eb7c7dbc6b3c3c7123eb2584fc983af9a /net-proxy/ufdbguard | |
parent | net-proxy/squid: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-5cbed1585c870f74fa46d94e1be03d0e05b92774.tar.gz gentoo-5cbed1585c870f74fa46d94e1be03d0e05b92774.tar.bz2 gentoo-5cbed1585c870f74fa46d94e1be03d0e05b92774.zip |
net-proxy/ufdbguard: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-proxy/ufdbguard')
-rw-r--r-- | net-proxy/ufdbguard/files/ufdb.initd | 2 | ||||
-rw-r--r-- | net-proxy/ufdbguard/files/ufdb.initd.2 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-proxy/ufdbguard/files/ufdb.initd b/net-proxy/ufdbguard/files/ufdb.initd index 88da66136aab..832e5451e954 100644 --- a/net-proxy/ufdbguard/files/ufdb.initd +++ b/net-proxy/ufdbguard/files/ufdb.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-proxy/ufdbguard/files/ufdb.initd.2 b/net-proxy/ufdbguard/files/ufdb.initd.2 index 35bb8cd3d52f..163aa4346e05 100644 --- a/net-proxy/ufdbguard/files/ufdb.initd.2 +++ b/net-proxy/ufdbguard/files/ufdb.initd.2 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |