diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-01-12 13:22:22 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-01-12 13:22:22 +0000 |
commit | ba04e218e51c857f7b726d88de4a401796e2ee4b (patch) | |
tree | c11eb83ed19069c7a7bfda7627f7fcd18ed6f173 /net-proxy/ufdbguard/files/ufdb.initd.2 | |
parent | Updated ebuild to build on hardened kernels, bug #392753. Change libOpenCL in... (diff) | |
download | historical-ba04e218e51c857f7b726d88de4a401796e2ee4b.tar.gz historical-ba04e218e51c857f7b726d88de4a401796e2ee4b.tar.bz2 historical-ba04e218e51c857f7b726d88de4a401796e2ee4b.zip |
Remove old versions; revision bump to fix a mistake in the init script.
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'net-proxy/ufdbguard/files/ufdb.initd.2')
-rw-r--r-- | net-proxy/ufdbguard/files/ufdb.initd.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-proxy/ufdbguard/files/ufdb.initd.2 b/net-proxy/ufdbguard/files/ufdb.initd.2 index 75370da7917d..ec7312aedd42 100644 --- a/net-proxy/ufdbguard/files/ufdb.initd.2 +++ b/net-proxy/ufdbguard/files/ufdb.initd.2 @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/ufdbguard/files/ufdb.initd.2,v 1.1 2011/10/22 00:15:55 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/ufdbguard/files/ufdb.initd.2,v 1.2 2012/01/12 13:22:22 flameeyes Exp $ # reconfig is what the upstream documentation suggests, so let's # provide it for compatibility. @@ -47,7 +47,7 @@ gentables() { start_pre() { gentables - checkpath -d -m 0755 -o ${UFDB_USER} $(get_config logdir) /var/run/ufdbguardd + checkpath -d -m 0755 -o ${UFDB_USER} $(get_config logdir) "$(dirname "${pidfile}")" } reload() { |