From: Frank Brehm Date: Sat, 23 Feb 2013 09:17:28 +0000 (+0100) Subject: Current state X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=b59aa0b5e557a82f034d90639af291b9dfcfab83;p=config%2Fuhu1%2Fetc.git Current state --- diff --git a/bind/named-sec.conf b/bind/named-sec.conf index 62a89ac..927608b 100644 --- a/bind/named-sec.conf +++ b/bind/named-sec.conf @@ -23,4 +23,15 @@ zone "home.brehm-online.com" IN { }; }; +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 diff --git a/eselect/postgresql/slots/9.2/docs b/eselect/postgresql/slots/9.2/docs index 087d50a..f9796e6 100644 --- a/eselect/postgresql/slots/9.2/docs +++ b/eselect/postgresql/slots/9.2/docs @@ -1 +1 @@ -postgres_ebuilds="${postgres_ebuilds} postgresql-docs-9.2.1" +postgres_ebuilds="${postgres_ebuilds} postgresql-docs-9.2.3" diff --git a/fstab b/fstab index 4b2f109..07b424b 100644 --- a/fstab +++ b/fstab @@ -27,3 +27,5 @@ # 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 diff --git a/init.d/clamd b/init.d/clamd index 40ccd00..12257e1 100755 --- a/init.d/clamd +++ b/init.d/clamd @@ -1,7 +1,7 @@ #!/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" @@ -30,11 +30,11 @@ get_config() { } 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 diff --git a/make.profile b/make.profile index 8811b51..1876863 120000 --- a/make.profile +++ b/make.profile @@ -1 +1 @@ -../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