]> Frank Brehm's Git Trees - config/uhu1/etc.git/commitdiff
Current state
authorFrank Brehm <frank@brehm-online.com>
Sat, 23 Feb 2013 09:17:28 +0000 (10:17 +0100)
committerFrank Brehm <frank@brehm-online.com>
Sat, 23 Feb 2013 09:17:28 +0000 (10:17 +0100)
bind/named-sec.conf
eselect/postgresql/slots/9.2/docs
fstab
init.d/clamd
make.profile

index 62a89ac97f08abd3849a3318e301d475dbf07b19..927608b178d14cc7259d7e3ce02b0e984fb9b7d1 100644 (file)
@@ -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
index 087d50a8b28c3f3f9ad5fd0f4ccb40fdca717fc2..f9796e6acb5abe6d96084164293b5bf046a686bd 100644 (file)
@@ -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 4b2f1096e192c6640aa65e37ada5b20f8c0f9b7d..07b424beeeff6ef28181e1537cba80351634a232 100644 (file)
--- 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
index 40ccd00bd6be15e2861eacaf24ed1444de70e09f..12257e191f8f5dc781abb4b558584f070c0b0e78 100755 (executable)
@@ -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
index 8811b51342de0ffbdb54662e25754f28b1d9b4f1..1876863be57083f78145fc629f7f36fe1b150922 120000 (symlink)
@@ -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