};
};
+zone "11.12.10.in-addr.arpa" IN {
+ type slave;
+ file "sec/rev.10.12.11.zone";
+ masters {
+ 85.214.134.152;
+ };
+ allow-transfer {
+ common-allow-transfer;
+ };
+};
+
# vim: ts=4 filetype=named noai
# Bind mounts ...
/srv/postgresql /var/lib/postgresql none bind 0 0
+/srv/mysql /var/lib/mysql none bind 0 0
+/srv/www /var/www none bind 0 0
#!/sbin/runscript
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/files/clamd.initd,v 1.2 2012/08/11 13:12:35 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/files/clamd.initd-r2,v 1.1 2012/12/11 18:38:00 eras Exp $
daemon_clamd="/usr/sbin/clamd"
daemon_freshclam="/usr/bin/freshclam"
}
start() {
- local clamd_socket=$(get_config clamd LocalSocket /tmp/clamd)
+ local clamd_socket=$(get_config clamd LocalSocket /var/run/clamav/clamd.sock)
logfix
if [ "${START_CLAMD}" = "yes" ]; then
- checkpath --quiet \
+ checkpath --quiet --mode 755 \
--owner $(get_config clamd User clamav):root \
--directory `dirname ${clamd_socket}`
if [ -S "${clamd_socket}" ]; then
-../usr/portage/profiles/default/linux/amd64/10.0/server
\ No newline at end of file
+../usr/portage/profiles/default/linux/amd64/13.0
\ No newline at end of file