From: Frank Brehm Date: Mon, 7 Aug 2017 09:14:32 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=170306335763063c2cb18b64401c8510ce144a63;p=config%2Fbruni%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/cups/subscriptions.conf b/cups/subscriptions.conf index a947605a..571409c4 100644 --- a/cups/subscriptions.conf +++ b/cups/subscriptions.conf @@ -1,5 +1,5 @@ # Subscription configuration file for CUPS v2.1.4 -# Written by cupsd on 2017-08-06 10:59 +# Written by cupsd on 2017-08-07 10:53 NextSubscriptionId 470 Events all @@ -7,6 +7,6 @@ Owner anonymous Recipient dbus:// LeaseDuration 86400 Interval 0 -ExpirationTime 1502096042 +ExpirationTime 1502182382 NextEventId 1 diff --git a/libvirt/qemu/Vera.xml b/libvirt/qemu/Vera.xml index 4ce49d84..442fd545 100644 --- a/libvirt/qemu/Vera.xml +++ b/libvirt/qemu/Vera.xml @@ -93,6 +93,10 @@ or other application using the libvirt API.
+ + +
+
diff --git a/libvirt/qemu/lena.xml b/libvirt/qemu/lena.xml index 409fa11b..bc5ccf6a 100644 --- a/libvirt/qemu/lena.xml +++ b/libvirt/qemu/lena.xml @@ -98,6 +98,10 @@ or other application using the libvirt API.
+ + +
+ diff --git a/portage/make.conf b/portage/make.conf index 1e858cce..906a7d63 100644 --- a/portage/make.conf +++ b/portage/make.conf @@ -135,8 +135,12 @@ LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer nlpsolver \ #CURL_SSL="nss" PHP_TARGETS="php5-6 php7-0" -PYTHON_TARGETS="python2_7 python3_4" + +#USE_PYTHON='2.7 3.4 3.5' +#PYTHON_TARGETS="python2_7 python3_4" +#PYTHON_TARGETS="python2_7 python3_4 python3_5" PYTHON_SINGLE_TARGET="python3_4" + CURL_SSL="nss" # RUBY_TARGETS="ruby21 ruby22" diff --git a/portage/package.accept_keywords/python b/portage/package.accept_keywords/python new file mode 100644 index 00000000..fbc7daf8 --- /dev/null +++ b/portage/package.accept_keywords/python @@ -0,0 +1,5 @@ + +~dev-lang/python-3.5.3 + +~dev-python/setuptools-36.0.1 + diff --git a/postfix/main.cf b/postfix/main.cf index 7293b3bb..8b6c955d 100644 --- a/postfix/main.cf +++ b/postfix/main.cf @@ -717,3 +717,4 @@ smtp_tls_enforce_peername = no #debug_peer_list = 217.237.40.156 inet_protocols = all +virtual_alias_maps = hash:/etc/postfix/virtual diff --git a/postfix/virtual b/postfix/virtual new file mode 100644 index 00000000..39fb2b38 --- /dev/null +++ b/postfix/virtual @@ -0,0 +1,21 @@ +################################################################################ +# +# Virtual user mapping +# /etc/postfix/virtual +# +# See 'man -s 5 virtual' for a description of the format +# +# Note, that the target addresses must be valid e-mail-addresses +# +################################################################################ + +root@karla.home.brehm-online.com frank@brehm-online.com +@karla.home.brehm-online.com frank@brehm-online.com + +root@lena.home.brehm-online.com frank@brehm-online.com +@lena.home.brehm-online.com frank@brehm-online.com + +root@vera.home.brehm-online.com frank@brehm-online.com +@vera.home.brehm-online.com frank@brehm-online.com + +# vim: filetype=conf ts=8 list diff --git a/postfix/virtual.db b/postfix/virtual.db new file mode 100644 index 00000000..25739ebd Binary files /dev/null and b/postfix/virtual.db differ