]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
Current state
authorFrank Brehm <frank@brehm-online.com>
Mon, 5 Jan 2015 23:47:08 +0000 (00:47 +0100)
committerFrank Brehm <frank@brehm-online.com>
Mon, 5 Jan 2015 23:47:08 +0000 (00:47 +0100)
47 files changed:
X11/xinit.d/libcanberra-gtk-module.sh [deleted file]
X11/xinit/xinitrc.d/40-libcanberra-gtk-module [new file with mode: 0755]
X11/xinit/xinitrc.d/49-keychain [changed mode: 0644->0755]
X11/xinit/xinitrc.d/50-ssh-agent [changed mode: 0644->0755]
config-archive/etc/logrotate.conf
config-archive/etc/logrotate.conf.1 [new file with mode: 0644]
config-archive/etc/logrotate.conf.dist.new [new file with mode: 0644]
dbus-1/system.d/org.freedesktop.machine1.conf
dbus-1/system.d/org.freedesktop.resolve1.conf [new file with mode: 0644]
dbus-1/system.d/org.freedesktop.systemd1.conf
eselect/postgresql/active.links
eselect/postgresql/slots/9.3/base
eselect/postgresql/slots/9.3/docs [deleted file]
fonts/conf.avail/10-no-sub-pixel.conf
fonts/conf.avail/30-metric-aliases.conf
fonts/conf.avail/30-urw-aliases.conf
fonts/conf.avail/45-latin.conf
fonts/conf.d/10-scale-bitmap-fonts.conf
fonts/conf.d/README
fonts/fonts.conf
group
group-
gshadow
gshadow-
hp/hplip.conf
init.d/ntpd
logrotate.conf.orig [new file with mode: 0644]
pam.d/systemd-user
passwd
passwd-
php/apache2-php5.5/php.ini
php/cgi-php5.5/php.ini
php/cli-php5.5/php.ini
php/embed-php5.5/php.ini
php/fpm-php5.5/php.ini
portage/package.use
postgresql-9.3/.keep_dev-db_postgresql-base-9.3 [deleted file]
postgresql-9.3/psqlrc [new file with mode: 0644]
shadow
shadow-
systemd/journal-upload.conf [new file with mode: 0644]
systemd/journald.conf
systemd/resolved.conf
systemd/system/sysinit.target.wants/systemd-timesyncd.service [new symlink]
systemd/timesyncd.conf
udev/hwdb.bin
udev/udev.conf

diff --git a/X11/xinit.d/libcanberra-gtk-module.sh b/X11/xinit.d/libcanberra-gtk-module.sh
deleted file mode 100644 (file)
index 63c16af..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-# to be sourced
-
-case "$SESSION" in
-       GNOME)
-               # Done by gnome-settings-daemon
-               ;;
-       *)
-               if [ -z "$GTK_MODULES" ] ; then
-                       GTK_MODULES="canberra-gtk-module"
-               else
-                       GTK_MODULES="$GTK_MODULES:canberra-gtk-module"
-               fi
-               export GTK_MODULES
-               ;;
-esac
diff --git a/X11/xinit/xinitrc.d/40-libcanberra-gtk-module b/X11/xinit/xinitrc.d/40-libcanberra-gtk-module
new file mode 100755 (executable)
index 0000000..63c16af
--- /dev/null
@@ -0,0 +1,16 @@
+#!/bin/sh
+# to be sourced
+
+case "$SESSION" in
+       GNOME)
+               # Done by gnome-settings-daemon
+               ;;
+       *)
+               if [ -z "$GTK_MODULES" ] ; then
+                       GTK_MODULES="canberra-gtk-module"
+               else
+                       GTK_MODULES="$GTK_MODULES:canberra-gtk-module"
+               fi
+               export GTK_MODULES
+               ;;
+esac
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
index b6162de96252ee86e7dd095c8e569908ae5cb2e5..b6b141a407c3fd357c5f944fec61da252f1e0895 100644 (file)
@@ -1,4 +1,4 @@
-# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/files/logrotate.conf,v 1.3 2008/12/24 20:49:10 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/files/logrotate.conf,v 1.5 2013/05/18 09:41:04 nimiux Exp $
 #
 # Logrotate default configuration file for Gentoo Linux
 #
@@ -35,7 +35,7 @@ noolddir
 # packages can drop log rotation information into this directory
 include /etc/logrotate.d
 
-# no packages own lastlog or wtmp -- we'll rotate them here
+# no packages own wtmp and btmp -- we'll rotate them here
 /var/log/wtmp {
     monthly
     create 0664 root utmp
diff --git a/config-archive/etc/logrotate.conf.1 b/config-archive/etc/logrotate.conf.1
new file mode 100644 (file)
index 0000000..b6162de
--- /dev/null
@@ -0,0 +1,53 @@
+# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/files/logrotate.conf,v 1.3 2008/12/24 20:49:10 dang Exp $
+#
+# Logrotate default configuration file for Gentoo Linux
+#
+# See "man logrotate" for details
+
+# rotate log files weekly
+weekly
+#daily
+
+# keep 4 weeks worth of backlogs
+rotate 10
+maxage 2y
+
+# create new (empty) log files after rotating old ones
+create
+
+tabooprefix    \.
+
+# use date as a suffix of the rotated file
+dateext
+
+# do not rotate, if the file is empty
+notifempty
+
+# uncomment this if you want your log files compressed
+compress
+
+# is it okay, if a logfile doesn't exists ?
+missingok
+
+#nomail
+noolddir
+
+# packages can drop log rotation information into this directory
+include /etc/logrotate.d
+
+# no packages own lastlog or wtmp -- we'll rotate them here
+/var/log/wtmp {
+    monthly
+    create 0664 root utmp
+    rotate 12
+    size=4096K
+}
+
+/var/log/btmp {
+    missingok
+    monthly
+    create 0600 root utmp
+    rotate 1
+}
+
+# system-specific logs may be also be configured here.
diff --git a/config-archive/etc/logrotate.conf.dist.new b/config-archive/etc/logrotate.conf.dist.new
new file mode 100644 (file)
index 0000000..4a5184a
--- /dev/null
@@ -0,0 +1,43 @@
+# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/files/logrotate.conf,v 1.6 2014/07/07 09:55:32 nimiux Exp $
+#
+# Default logrotate(8) configuration file for Gentoo Linux.
+# See "man logrotate" for details.
+
+# rotate log files weekly.
+weekly
+#daily
+
+# keep 4 weeks worth of backlogs.
+rotate 4
+
+# create new (empty) log files after rotating old ones.
+create
+
+# use date as a suffix of the rotated file.
+dateext
+
+# compress rotated log files.
+compress
+
+notifempty
+nomail
+noolddir
+
+# packages can drop log rotation information into this directory.
+include /etc/logrotate.d
+
+# no packages own wtmp and btmp -- we'll rotate them here.
+/var/log/wtmp {
+    monthly
+    create 0664 root utmp
+    minsize 1M
+    rotate 1
+}
+/var/log/btmp {
+    missingok
+    monthly
+    create 0600 root utmp
+    rotate 1
+}
+
+# system-specific logs may be also be configured here.
index 3a77c70bf1171c9959c6345aecfaadd640c923fb..ac1aee855dc32ca275a797a24cfd61a6dce05e4f 100644 (file)
 
                 <allow send_destination="org.freedesktop.machine1"
                        send_interface="org.freedesktop.machine1.Manager"
-                       send_member="GetMachineAddresses"/>
+                       send_member="GetMachine"/>
 
                 <allow send_destination="org.freedesktop.machine1"
                        send_interface="org.freedesktop.machine1.Manager"
-                       send_member="GetMachine"/>
+                       send_member="GetMachineByPID"/>
 
                 <allow send_destination="org.freedesktop.machine1"
                        send_interface="org.freedesktop.machine1.Manager"
-                       send_member="GetMachineByPID"/>
+                       send_member="GetMachineAddresses"/>
+
+                <allow send_destination="org.freedesktop.machine1"
+                       send_interface="org.freedesktop.machine1.Manager"
+                       send_member="GetMachineOSRelease"/>
 
                 <allow send_destination="org.freedesktop.machine1"
                        send_interface="org.freedesktop.machine1.Machine"
@@ -58,7 +62,7 @@
 
                 <allow send_destination="org.freedesktop.machine1"
                        send_interface="org.freedesktop.machine1.Machine"
-                       send_member="GetMachineOSRelease"/>
+                       send_member="GetOSRelease"/>
 
                 <allow receive_sender="org.freedesktop.machine1"/>
         </policy>
diff --git a/dbus-1/system.d/org.freedesktop.resolve1.conf b/dbus-1/system.d/org.freedesktop.resolve1.conf
new file mode 100644 (file)
index 0000000..25b0977
--- /dev/null
@@ -0,0 +1,27 @@
+<?xml version="1.0"?> <!--*-nxml-*-->
+<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
+        "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
+
+<!--
+  This file is part of systemd.
+
+  systemd is free software; you can redistribute it and/or modify it
+  under the terms of the GNU Lesser General Public License as published by
+  the Free Software Foundation; either version 2.1 of the License, or
+  (at your option) any later version.
+-->
+
+<busconfig>
+
+        <policy user="systemd-resolve">
+                <allow own="org.freedesktop.resolve1"/>
+                <allow send_destination="org.freedesktop.resolve1"/>
+                <allow receive_sender="org.freedesktop.resolve1"/>
+        </policy>
+
+        <policy context="default">
+                <allow send_destination="org.freedesktop.resolve1"/>
+                <allow receive_sender="org.freedesktop.resolve1"/>
+        </policy>
+
+</busconfig>
index 9dfca81cb1f88aed0178f85804114ce8475e055e..3e1382524ab89acf03d2a690e6b767f79cc2ecf6 100644 (file)
@@ -28,6 +28,8 @@
         <policy context="default">
                 <deny send_destination="org.freedesktop.systemd1"/>
 
+                <!-- Completely open to anyone -->
+
                 <allow send_destination="org.freedesktop.systemd1"
                        send_interface="org.freedesktop.DBus.Introspectable"/>
 
                        send_interface="org.freedesktop.systemd1.Manager"
                        send_member="GetDefaultTarget"/>
 
+                <!-- Managed via polkit or other criteria -->
+
+                <allow send_destination="org.freedesktop.systemd1"
+                       send_interface="org.freedesktop.systemd1.Manager"
+                       send_member="StartUnit"/>
+
+                <allow send_destination="org.freedesktop.systemd1"
+                       send_interface="org.freedesktop.systemd1.Manager"
+                       send_member="StartUnitReplace"/>
+
+                <allow send_destination="org.freedesktop.systemd1"
+                       send_interface="org.freedesktop.systemd1.Manager"
+                       send_member="StopUnit"/>
+
+                <allow send_destination="org.freedesktop.systemd1"
+                       send_interface="org.freedesktop.systemd1.Manager"
+                       send_member="ReloadUnit"/>
+
+                <allow send_destination="org.freedesktop.systemd1"
+                       send_interface="org.freedesktop.systemd1.Manager"
+                       send_member="RestartUnit"/>
+
+                <allow send_destination="org.freedesktop.systemd1"
+                       send_interface="org.freedesktop.systemd1.Manager"
+                       send_member="TryRestartUnit"/>
+
+                <allow send_destination="org.freedesktop.systemd1"
+                       send_interface="org.freedesktop.systemd1.Manager"
+                       send_member="ReloadOrRestartUnit"/>
+
+                <allow send_destination="org.freedesktop.systemd1"
+                       send_interface="org.freedesktop.systemd1.Manager"
+                       send_member="ReloadOrTryRestartUnit"/>
+
+                <allow send_destination="org.freedesktop.systemd1"
+                       send_interface="org.freedesktop.systemd1.Manager"
+                       send_member="KillUnit"/>
+
+                <allow send_destination="org.freedesktop.systemd1"
+                       send_interface="org.freedesktop.systemd1.Manager"
+                       send_member="ResetFailedUnit"/>
+
+                <allow send_destination="org.freedesktop.systemd1"
+                       send_interface="org.freedesktop.systemd1.Manager"
+                       send_member="SetUnitProperties"/>
+
+                <allow send_destination="org.freedesktop.systemd1"
+                       send_interface="org.freedesktop.systemd1.Manager"
+                       send_member="StartTransientUnit"/>
+
+                <allow send_destination="org.freedesktop.systemd1"
+                       send_interface="org.freedesktop.systemd1.Manager"
+                       send_member="CancelJob"/>
+
+                <allow send_destination="org.freedesktop.systemd1"
+                       send_interface="org.freedesktop.systemd1.Manager"
+                       send_member="Reload"/>
+
+                <allow send_destination="org.freedesktop.systemd1"
+                       send_interface="org.freedesktop.systemd1.Manager"
+                       send_member="Reexecute"/>
+
+                <allow send_destination="org.freedesktop.systemd1"
+                       send_interface="org.freedesktop.systemd1.Manager"
+                       send_member="EnableUnitFiles"/>
+
+                <allow send_destination="org.freedesktop.systemd1"
+                       send_interface="org.freedesktop.systemd1.Manager"
+                       send_member="DisableUnitFiles"/>
+
+                <allow send_destination="org.freedesktop.systemd1"
+                       send_interface="org.freedesktop.systemd1.Manager"
+                       send_member="ReenableUnitFiles"/>
+
+                <allow send_destination="org.freedesktop.systemd1"
+                       send_interface="org.freedesktop.systemd1.Manager"
+                       send_member="LinkUnitFiles"/>
+
+                <allow send_destination="org.freedesktop.systemd1"
+                       send_interface="org.freedesktop.systemd1.Manager"
+                       send_member="PresetUnitFiles"/>
+
+                <allow send_destination="org.freedesktop.systemd1"
+                       send_interface="org.freedesktop.systemd1.Manager"
+                       send_member="PresetUnitFilesWithMode"/>
+
+                <allow send_destination="org.freedesktop.systemd1"
+                       send_interface="org.freedesktop.systemd1.Manager"
+                       send_member="MaskUnitFiles"/>
+
+                <allow send_destination="org.freedesktop.systemd1"
+                       send_interface="org.freedesktop.systemd1.Manager"
+                       send_member="UnmaskUnitFiles"/>
+
+                <allow send_destination="org.freedesktop.systemd1"
+                       send_interface="org.freedesktop.systemd1.Manager"
+                       send_member="SetDefaultTarget"/>
+
+                <allow send_destination="org.freedesktop.systemd1"
+                       send_interface="org.freedesktop.systemd1.Manager"
+                       send_member="PresetAllUnitFiles"/>
+
+                <allow send_destination="org.freedesktop.systemd1"
+                       send_interface="org.freedesktop.systemd1.Job"
+                       send_member="Cancel"/>
+
                 <allow receive_sender="org.freedesktop.systemd1"/>
         </policy>
 
index d34088b14e21b197fb3a7885de703b6700cc5eca..de418bbf48d6289cfb5d821c87ac587296ea25dc 100644 (file)
@@ -9,8 +9,6 @@ usr/lib64/libecpg_compat.so.3
 usr/lib64/libpgtypes.so.3
 usr/lib64/libpq.so.5
 usr/lib64/libpgtypes.so.3.4
-usr/lib64/libpgport.a
-usr/lib64/libecpg.a
 usr/lib64/libecpg_compat.so.3.5
 usr/lib64/libecpg.so.6
 usr/lib64/libecpg.so
@@ -18,10 +16,6 @@ usr/lib64/libpq.so
 usr/lib64/libpq.so.5.6
 usr/lib64/libpgtypes.so
 usr/lib64/libecpg.so.6.5
-usr/lib64/libpgtypes.a
-usr/lib64/libpq.a
-usr/lib64/libecpg_compat.a
-usr/lib64/libpgcommon.a
 usr/lib64/libecpg_compat.so
 usr/bin/pg_isready
 usr/bin/droplang
index 7d4a07f958e03af9476c274fe09501a42d8ba412..d7f0fd8387046df0a395ed0a1f9ef3ed367dd842 100644 (file)
@@ -1 +1 @@
-postgres_ebuilds="${postgres_ebuilds} postgresql-base-9.3.5"
+postgres_ebuilds="${postgres_ebuilds} postgresql-9.3.5-r2"
diff --git a/eselect/postgresql/slots/9.3/docs b/eselect/postgresql/slots/9.3/docs
deleted file mode 100644 (file)
index 41c7233..0000000
+++ /dev/null
@@ -1 +0,0 @@
-postgres_ebuilds="${postgres_ebuilds} postgresql-docs-9.3.5"
index cf124656176032f3d7e852b06aff6e19fd4a2dcd..635847c404490b3b8af6c3717d0bbfaa22c87166 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
 <fontconfig>
-<!--  Enable sub-pixel rendering --> 
+<!--  Disable sub-pixel rendering --> 
   <match target="pattern">
     <!--
       This configuration is available on the major desktop environments.
index f25052a299fec09c1377855834273cac3e2c2953..08c8ba328f5cb418cb15001ec25b43742c305bbd 100644 (file)
@@ -2,57 +2,49 @@
 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
 <fontconfig>
 
-       <!-- Alias similar/metric-compatible families from various sources:
-
-               PostScript fonts:
-                       Helvetica
-                       Times
-                       Courier
-               URW fonts:
-                       Nimbus Sans L
-                       Nimbus Roman No9 L
-                       Nimbus Mono L
-
-               Microsoft fonts:
-                       Arial
-                       Arial Narrow
-                       Times New Roman
-                       Courier New
-               Liberation fonts:
-                       Liberation Sans
-                       Liberation Sans Narrow
-                       Liberation Serif
-                       Liberation Mono
-               StarOffice fonts:
-                       Albany
-                       Thorndale
-                       Cumberland
-               AMT fonts:
-                       Albany AMT
-                       Thorndale AMT
-                       Cumberland AMT
-               Google CrOS Core fonts:
-                       Arimo
-                       Cousine
-                       Tinos
-
-            Of these, URW fonts are design compatible with PostScrict fonts,
-            and the Liberation, StarOffice, AMT and CrOS Core ones are
-            compatible with Microsoft fonts.
-
-            We want for each of them to fallback to any of these
-            available, but in an order preferring similar designs
-            first.  We do this in three steps:
-
-               1) Alias each specific to it's generic family.
-                  eg. Liberation Sans to Arial
-
-               2) Weak alias each generic to the other generic of its family.
-                  eg. Arial to Helvetica
-
-               3) Alias each generic to its specifics.
-                  eg. Arial to Liberation Sans, Albany, and Albany AMT
-       -->
+<!--
+
+Alias similar/metric-compatible families from various sources:
+
+PostScript fonts:       URW fonts:            GUST fonts:        Windows fonts:
+======================  ====================  =================  ==================
+Helvetica               Nimbus Sans L         TeX Gyre Heros
+Helvetica Condensed                           TeX Gyre Heros Cn
+Times                   Nimbus Roman No9 L    TeX Gyre Termes
+Courier                 Nimbus Mono L         TeX Gyre Cursor
+ITC Avant Garde Gothic  URW Gothic L          TeX Gyre Adventor
+ITC Bookman             URW Bookman L         TeX Gyre Bonum     Bookman Old Style
+ITC Zapf Chancery       URW Chancery L        TeX Gyre Chorus
+Palatino                URW Palladio L        TeX Gyre Pagella   Palatino Linotype
+New Century Schoolbook  Century Schoolbook L  TeX Gyre Schola    Century Schoolbook
+
+Microsoft fonts:  Liberation fonts:       Google CrOS core fonts:  StarOffice fonts:  AMT fonts:
+================  ======================  =======================  =================  ==============
+Arial             Liberation Sans         Arimo                    Albany             Albany AMT
+Arial Narrow      Liberation Sans Narrow
+Times New Roman   Liberation Serif        Tinos                    Thorndale          Thorndale AMT
+Courier New       Liberation Mono         Cousine                  Cumberland         Cumberland AMT
+Cambria                                   Caladea
+Calibri                                   Carlito
+Symbol                                    SymbolNeu
+
+Microsoft fonts:  Other fonts:
+================  ============
+Georgia           Gelasio
+
+We want for each of them to fallback to any of these available,
+but in an order preferring similar designs first.  We do this in three steps:
+
+1) Alias each specific to its generic family.
+   e.g. Liberation Sans to Arial
+
+2) Weak alias each generic to the other generic of its family.
+   e.g. Arial to Helvetica
+
+3) Alias each generic to its specifics.
+   e.g. Arial to Liberation Sans, Arimo, Albany, and Albany AMT
+
+-->
 
 <!-- Map specifics to generics -->
 
          </default>
        </alias>
 
+       <alias binding="same">
+         <family>TeX Gyre Heros</family>
+         <default>
+         <family>Helvetica</family>
+         </default>
+       </alias>
+
+       <alias binding="same">
+         <family>TeX Gyre Heros Cn</family>
+         <default>
+         <family>Helvetica Condensed</family>
+         </default>
+       </alias>
+
        <alias binding="same">
          <family>Nimbus Roman No9 L</family>
          <default>
          </default>
        </alias>
 
+<!--
+     Due to Bug#73291, commented out those lines until the broken font are fixed.
+       <alias binding="same">
+         <family>TeX Gyre Termes</family>
+         <default>
+         <family>Times</family>
+         </default>
+       </alias>
+-->
+
        <alias binding="same">
          <family>Nimbus Mono L</family>
          <default>
          </default>
        </alias>
 
+       <alias binding="same">
+         <family>TeX Gyre Cursor</family>
+         <default>
+         <family>Courier</family>
+         </default>
+       </alias>
+
+       <alias binding="same">
+         <family>Avant Garde</family>
+         <default>
+         <family>ITC Avant Garde Gothic</family>
+         </default>
+       </alias>
+
+       <alias binding="same">
+         <family>URW Gothic L</family>
+         <default>
+         <family>ITC Avant Garde Gothic</family>
+         </default>
+       </alias>
+
+       <alias binding="same">
+         <family>TeX Gyre Adventor</family>
+         <default>
+         <family>ITC Avant Garde Gothic</family>
+         </default>
+       </alias>
+
+       <alias binding="same">
+         <family>Bookman</family>
+         <default>
+         <family>ITC Bookman</family>
+         </default>
+       </alias>
+
+       <alias binding="same">
+         <family>URW Bookman L</family>
+         <default>
+         <family>ITC Bookman</family>
+         </default>
+       </alias>
+
+       <alias binding="same">
+         <family>TeX Gyre Bonum</family>
+         <default>
+         <family>ITC Bookman</family>
+         </default>
+       </alias>
+
+       <alias binding="same">
+         <family>Bookman Old Style</family>
+         <default>
+         <family>ITC Bookman</family>
+         </default>
+       </alias>
+
+       <alias binding="same">
+         <family>Zapf Chancery</family>
+         <default>
+         <family>ITC Zapf Chancery</family>
+         </default>
+       </alias>
+
+       <alias binding="same">
+         <family>URW Chancery L</family>
+         <default>
+         <family>ITC Zapf Chancery</family>
+         </default>
+       </alias>
+
+       <alias binding="same">
+         <family>TeX Gyre Chorus</family>
+         <default>
+         <family>ITC Zapf Chancery</family>
+         </default>
+       </alias>
+
+       <alias binding="same">
+         <family>URW Palladio L</family>
+         <default>
+         <family>Palatino</family>
+         </default>
+       </alias>
+
+       <alias binding="same">
+         <family>TeX Gyre Pagella</family>
+         <default>
+         <family>Palatino</family>
+         </default>
+       </alias>
+
+       <alias binding="same">
+         <family>Palatino Linotype</family>
+         <default>
+         <family>Palatino</family>
+         </default>
+       </alias>
+
+       <alias binding="same">
+         <family>Century Schoolbook L</family>
+         <default>
+         <family>New Century Schoolbook</family>
+         </default>
+       </alias>
+
+       <alias binding="same">
+         <family>TeX Gyre Schola</family>
+         <default>
+         <family>New Century Schoolbook</family>
+         </default>
+       </alias>
+
+       <alias binding="same">
+         <family>Century Schoolbook</family>
+         <default>
+         <family>New Century Schoolbook</family>
+         </default>
+       </alias>
+
 
        <!-- Microsoft -->
        <alias binding="same">
          </default>
        </alias>
 
+       <alias binding="same">
+         <family>Gelasio</family>
+         <default>
+         <family>Georgia</family>
+         </default>
+       </alias>
 
+       <alias binding="same">
+         <family>Caladea</family>
+         <default>
+         <family>Cambria</family>
+         </default>
+       </alias>
 
-<!-- Accept the other group as fallback -->
+       <alias binding="same">
+         <family>Carlito</family>
+         <default>
+         <family>Calibri</family>
+         </default>
+       </alias>
 
+       <alias binding="same">
+         <family>SymbolNeu</family>
+         <default>
+         <family>Symbol</family>
+         </default>
+  </alias>
+
+<!-- Accept the other group as fallback -->
 
        <!-- PostScript -->
        <alias>
          </default>
        </alias>
 
+       <alias>
+         <family>Helvetica Condensed</family>
+         <default>
+         <family>Arial Narrow</family>
+         </default>
+       </alias>
+
        <alias>
          <family>Times</family>
          <default>
          </default>
        </alias>
 
+       <alias>
+         <family>Arial Narrow</family>
+         <default>
+         <family>Helvetica Condensed</family>
+         </default>
+       </alias>
+
        <alias>
          <family>Times New Roman</family>
          <default>
 
 <!-- Map generics to specifics -->
 
-
        <!-- PostScript -->
        <alias binding="same">
          <family>Helvetica</family>
          <accept>
+         <family>TeX Gyre Heros</family>
          <family>Nimbus Sans L</family>
          </accept>
        </alias>
 
+       <alias binding="same">
+         <family>Helvetica Condensed</family>
+         <accept>
+         <family>TeX Gyre Heros Cn</family>
+         </accept>
+       </alias>
+
        <alias binding="same">
          <family>Times</family>
          <accept>
+<!--
+     Due to Bug#73291, commented out this line until the broken font are fixed.
+         <family>TeX Gyre Termes</family>
+-->
          <family>Nimbus Roman No9 L</family>
          </accept>
        </alias>
        <alias binding="same">
          <family>Courier</family>
          <accept>
+         <family>TeX Gyre Cursor</family>
          <family>Nimbus Mono L</family>
          </accept>
        </alias>
 
+       <alias binding="same">
+         <family>ITC Avant Garde Gothic</family>
+         <accept>
+         <family>TeX Gyre Adventor</family>
+         <family>URW Gothic L</family>
+         </accept>
+       </alias>
+
+       <alias binding="same">
+         <family>ITC Bookman</family>
+         <accept>
+         <family>Bookman Old Style</family>
+         <family>TeX Gyre Bonum</family>
+         <family>URW Bookman L</family>
+         </accept>
+       </alias>
+
+       <alias binding="same">
+         <family>ITC Zapf Chancery</family>
+         <accept>
+         <family>TeX Gyre Chorus</family>
+         <family>URW Chancery L</family>
+         </accept>
+       </alias>
+
+       <alias binding="same">
+         <family>Palatino</family>
+         <accept>
+         <family>Palatino Linotype</family>
+         <family>TeX Gyre Pagella</family>
+         <family>URW Palladio L</family>
+         </accept>
+       </alias>
+
+       <alias binding="same">
+         <family>New Century Schoolbook</family>
+         <accept>
+         <family>Century Schoolbook</family>
+         <family>TeX Gyre Schola</family>
+         <family>Century Schoolbook L</family>
+         </accept>
+       </alias>
 
        <!-- Microsoft -->
        <alias binding="same">
          </accept>
        </alias>
 
+       <alias binding="same">
+         <family>Georgia</family>
+         <accept>
+           <family>Gelasio</family>
+         </accept>
+       </alias>
+
+       <alias binding="same">
+         <family>Cambria</family>
+         <accept>
+           <family>Caladea</family>
+         </accept>
+       </alias>
+
+       <alias binding="same">
+         <family>Calibri</family>
+         <accept>
+           <family>Carlito</family>
+         </accept>
+  </alias>
+
+       <alias binding="same">
+         <family>Symbol</family>
+         <accept>
+           <family>SymbolNeu</family>
+         </accept>
+  </alias>
 
 </fontconfig>
index aae06acd68804e2ea3b2744bfa1849bb9e9bac92..e0d45da8760c656d32f0e9ed2d4e73b3d5fc7645 100644 (file)
@@ -3,30 +3,14 @@
 <fontconfig>
 <!--
   URW provides metric and shape compatible fonts for some Adobe families.
-  Helvetica, Courier, and Times are handled in 30-metric-aliases.conf.
+  Most of these are handled in 30-metric-aliases.conf.
   -->
        <alias binding="same">
-         <family>Avant Garde</family>
-         <accept><family>URW Gothic L</family></accept>
-       </alias>
-       <alias binding="same">
-         <family>Bookman</family>
-         <accept><family>URW Bookman L</family></accept>
-       </alias>
-       <alias binding="same">
-         <family>New Century Schoolbook</family>
-         <accept><family>Century Schoolbook L</family></accept>
-       </alias>
-       <alias binding="same">
-         <family>Palatino</family>
-         <accept><family>URW Palladio L</family></accept>
-       </alias>
-       <alias binding="same">
-         <family>Zapf Chancery</family>
-         <accept><family>URW Chancery L</family></accept>
+         <family>Zapf Dingbats</family>
+         <accept><family>Dingbats</family></accept>
        </alias>
        <alias binding="same">
-         <family>Zapf Dingbats</family>
+         <family>ITC Zapf Dingbats</family>
          <accept><family>Dingbats</family></accept>
        </alias>
        <match target="pattern">
index 09fd526524945987902d17c1870cea5188f71e6a..aa62ed42e7fb1a13f665be37562fbd3e2933dcca 100644 (file)
                <family>Thorndale</family>
                <default><family>serif</family></default>
        </alias>
+       <alias>
+               <family>Georgia</family>
+               <default><family>serif</family></default>
+       </alias>
+       <alias>
+               <family>Garamond</family>
+               <default><family>serif</family></default>
+       </alias>
+       <alias>
+               <family>Palatino Linotype</family>
+               <default><family>serif</family></default>
+       </alias>
+       <alias>
+               <family>Trebuchet MS</family>
+               <default><family>serif</family></default>
+       </alias>
 <!--
   Sans-serif faces
  -->
index 56049bc6c8590233ecba6fd637e4fece13ac859e..c3ca696badbf2bdc3783719224f47cf09c143e3f 120000 (symlink)
@@ -1 +1 @@
-/etc/fonts/conf.avail/10-scale-bitmap-fonts.conf
\ No newline at end of file
+../conf.avail/10-scale-bitmap-fonts.conf
\ No newline at end of file
index c2fb52c3b4a9df85ffc7c8327301b7629917d98e..6a774c5d03ce0e1620bb9fe965781f2c7ae9d3fc 100644 (file)
@@ -2,9 +2,9 @@ conf.d/README
 
 Each file in this directory is a fontconfig configuration file.  Fontconfig
 scans this directory, loading all files of the form [0-9][0-9]*.conf.
-These files are normally installed in ../conf.avail and then symlinked here,
-allowing them to be easily installed and then enabled/disabled by adjusting
-the symlinks.
+These files are normally installed in /usr/share/fontconfig/conf.avail
+and then symlinked here, allowing them to be easily installed and then
+enabled/disabled by adjusting the symlinks.
 
 The files are loaded in numeric order, the structure of the configuration
 has led to the following conventions in usage:
index e2d5567fc3f1e1af981b28285cad6d7fa1cc084d..2530eef054ef694527ec82de80def4bf135b99bb 100644 (file)
@@ -68,7 +68,7 @@
 <!--
   Load local system customization file
 -->
-       <include ignore_missing="yes">/etc/fonts/conf.d</include>
+       <include ignore_missing="yes">conf.d</include>
 
 <!-- Font cache directory list -->
 
diff --git a/group b/group
index 3a62aaab85cedf5fbbad5db43cf3f6f67061828e..ca948a1a0ff3439ba66d0aef4ac93ac0cc6d355a 100644 (file)
--- a/group
+++ b/group
@@ -80,3 +80,6 @@ systemd-bus-proxy:x:977:
 systemd-network:x:976:
 systemd-resolve:x:975:
 systemd-timesync:x:974:
+systemd-journal-gateway:x:973:
+systemd-journal-remote:x:972:
+systemd-journal-upload:x:971:
diff --git a/group- b/group-
index 02222326399ec77d8086b4c589636ae17e4ad166..49c1e795ff3f2a0222cc7ccb4ce669c49b971f45 100644 (file)
--- a/group-
+++ b/group-
@@ -79,3 +79,6 @@ input:x:978:
 systemd-bus-proxy:x:977:
 systemd-network:x:976:
 systemd-resolve:x:975:
+systemd-timesync:x:974:
+systemd-journal-gateway:x:973:
+systemd-journal-remote:x:972:
diff --git a/gshadow b/gshadow
index ced083f98e7d5e20cc030135dda445f76c0f6c5f..3e365c107ab06061a02ea86b6019e1d31eed141c 100644 (file)
--- a/gshadow
+++ b/gshadow
@@ -78,3 +78,6 @@ systemd-bus-proxy:!::
 systemd-network:!::
 systemd-resolve:!::
 systemd-timesync:!::
+systemd-journal-gateway:!::
+systemd-journal-remote:!::
+systemd-journal-upload:!::
index 2527ca8d43337236aaf2a55883bfbd39b54ef7ee..8fd0b688b2d077e493f1c437004f13f80ed4b816 100644 (file)
--- a/gshadow-
+++ b/gshadow-
@@ -77,3 +77,6 @@ input:!::
 systemd-bus-proxy:!::
 systemd-network:!::
 systemd-resolve:!::
+systemd-timesync:!::
+systemd-journal-gateway:!::
+systemd-journal-remote:!::
index a747a354745d3fcb475f7b1ac53be6aa6fba9ab6..1b05a73868b696188e05cc0c96268ef3561189d2 100644 (file)
@@ -1,15 +1,15 @@
 # hplip.conf.  Generated from hplip.conf.in by configure.
 
 [hplip]
-version=3.14.1
+version=3.14.10
 
 [dirs]
 home=/usr/share/hplip
 run=/var/run
 ppd=/usr/share/ppd/HP
 ppdbase=/usr/share/ppd
-doc=/usr/share/doc/hplip-3.14.1
-html=/usr/share/doc/hplip-3.14.1/html
+doc=/usr/share/doc/hplip-3.14.10
+html=/usr/share/doc/hplip-3.14.10/html
 icon=/usr/share/applications
 cupsbackend=/usr/libexec/cups/backend
 cupsfilter=/usr/libexec/cups/filter
@@ -35,14 +35,13 @@ foomatic-rip-hplip-install=no
 hpcups-install=yes
 cups-drv-install=yes
 cups-ppd-install=no
-internal-tag=3.14.1
+internal-tag=3.14.10
 restricted-build=no
 ui-toolkit=qt4
 qt3=no
 qt4=yes
 policy-kit=yes
 lite-build=no
-udev-acl-rules=no
 udev_sysfs_rules=no
 hpcups-only-build=no
 hpijs-only-build=no
index a5bd1ffc598d7221fbdc78e6d15c8380dd3a058f..1a34bb2f260982dbe0afbecf80bcea266e846d6f 100755 (executable)
@@ -1,36 +1,23 @@
 #!/sbin/runscript
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/files/ntpd.rc,v 1.24 2010/07/18 21:53:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/files/ntpd.rc-r1,v 1.2 2014/12/23 17:43:25 floppym Exp $
+
+description="ntpd - the network time protocol daemon"
+pidfile="/var/run/ntpd.pid"
+command="/usr/sbin/ntpd"
+command_args="-p ${pidfile} ${NTPD_OPTS}"
+start_stop_daemon_args="--pidfile ${pidfile}"
 
 depend() {
        use net dns logger
        after ntp-client
 }
 
-checkconfig() {
+start_pre() {
        if [ ! -f /etc/ntp.conf ] ; then
                eerror "Please create /etc/ntp.conf"
-               eerror "Sample conf: /usr/share/ntp/ntp.conf"
                return 1
        fi
        return 0
 }
-
-start() {
-       checkconfig || return $?
-
-       ebegin "Starting ntpd"
-       start-stop-daemon --start --exec /usr/sbin/ntpd \
-           --pidfile /var/run/ntpd.pid \
-           -- -p /var/run/ntpd.pid ${NTPD_OPTS}
-       eend $? "Failed to start ntpd"
-}
-
-stop() {
-       ebegin "Stopping ntpd"
-       start-stop-daemon --stop \
-               --pidfile /var/run/ntpd.pid \
-               --exec /usr/sbin/ntpd
-       eend $? "Failed to stop ntpd"
-}
diff --git a/logrotate.conf.orig b/logrotate.conf.orig
new file mode 100644 (file)
index 0000000..4a5184a
--- /dev/null
@@ -0,0 +1,43 @@
+# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/files/logrotate.conf,v 1.6 2014/07/07 09:55:32 nimiux Exp $
+#
+# Default logrotate(8) configuration file for Gentoo Linux.
+# See "man logrotate" for details.
+
+# rotate log files weekly.
+weekly
+#daily
+
+# keep 4 weeks worth of backlogs.
+rotate 4
+
+# create new (empty) log files after rotating old ones.
+create
+
+# use date as a suffix of the rotated file.
+dateext
+
+# compress rotated log files.
+compress
+
+notifempty
+nomail
+noolddir
+
+# packages can drop log rotation information into this directory.
+include /etc/logrotate.d
+
+# no packages own wtmp and btmp -- we'll rotate them here.
+/var/log/wtmp {
+    monthly
+    create 0664 root utmp
+    minsize 1M
+    rotate 1
+}
+/var/log/btmp {
+    missingok
+    monthly
+    create 0600 root utmp
+    rotate 1
+}
+
+# system-specific logs may be also be configured here.
index 7b57dbf78492359cb8d6c00915bc33aa3306f054..8112d746404d8569f5c162276a58aefc89d8285b 100644 (file)
@@ -1,8 +1,6 @@
-#%PAM-1.0
+# This file is part of systemd.
+#
+# Used by systemd --user instances.
 
-# Used by systemd when launching systemd user instances.
-
-account include system-auth
-session include system-auth
-auth required pam_deny.so
-password required pam_deny.so
+account  include system-auth
+session  include system-auth
diff --git a/passwd b/passwd
index 7fd3f71114025125caa5b1bc3e4e0e77cadac4fc..ac806adde5fb98c221de08beb67bee2402402ff8 100644 (file)
--- a/passwd
+++ b/passwd
@@ -62,3 +62,6 @@ systemd-bus-proxy:x:124:977:added by portage for systemd:/dev/null:/sbin/nologin
 systemd-network:x:125:976:added by portage for systemd:/dev/null:/sbin/nologin
 systemd-resolve:x:126:975:added by portage for systemd:/dev/null:/sbin/nologin
 systemd-timesync:x:127:974:added by portage for systemd:/dev/null:/sbin/nologin
+systemd-journal-gateway:x:128:973:added by portage for systemd:/dev/null:/sbin/nologin
+systemd-journal-remote:x:129:972:added by portage for systemd:/dev/null:/sbin/nologin
+systemd-journal-upload:x:130:971:added by portage for systemd:/dev/null:/sbin/nologin
diff --git a/passwd- b/passwd-
index cfc4cc17a897f4db95ef4d1d29c496df02a057b6..0eaa4630ffa47456eeebc890918aa5688223d247 100644 (file)
--- a/passwd-
+++ b/passwd-
@@ -61,3 +61,6 @@ dhcp:x:122:979:added by portage for dhcp:/var/lib/dhcp:/sbin/nologin
 systemd-bus-proxy:x:124:977:added by portage for systemd:/dev/null:/sbin/nologin
 systemd-network:x:125:976:added by portage for systemd:/dev/null:/sbin/nologin
 systemd-resolve:x:126:975:added by portage for systemd:/dev/null:/sbin/nologin
+systemd-timesync:x:127:974:added by portage for systemd:/dev/null:/sbin/nologin
+systemd-journal-gateway:x:128:973:added by portage for systemd:/dev/null:/sbin/nologin
+systemd-journal-remote:x:129:972:added by portage for systemd:/dev/null:/sbin/nologin
index 717f4f95817b0a6a16498b679ae5ba39de4fff40..8d5ae6c106264d4b2d98c12805e30770ebdd77a2 100644 (file)
@@ -293,20 +293,17 @@ serialize_precision = 17
 
 ; open_basedir, if set, limits all file operations to the defined directory
 ; and below.  This directive makes most sense if used in a per-directory
-; or per-virtualhost web server configuration file. This directive is
-; *NOT* affected by whether Safe Mode is turned On or Off.
+; or per-virtualhost web server configuration file.
 ; http://php.net/open-basedir
 ;open_basedir =
 
 ; This directive allows you to disable certain functions for security reasons.
-; It receives a comma-delimited list of function names. This directive is
-; *NOT* affected by whether Safe Mode is turned On or Off.
+; It receives a comma-delimited list of function names.
 ; http://php.net/disable-functions
 disable_functions =
 
 ; This directive allows you to disable certain classes for security reasons.
-; It receives a comma-delimited list of class names. This directive is
-; *NOT* affected by whether Safe Mode is turned On or Off.
+; It receives a comma-delimited list of class names.
 ; http://php.net/disable-classes
 disable_classes =
 
@@ -1005,7 +1002,7 @@ smtp_port = 25
 
 ; Force the addition of the specified parameters to be passed as extra parameters
 ; to the sendmail binary. These parameters will always replace the value of
-; the 5th parameter to mail(), even in safe mode.
+; the 5th parameter to mail().
 ;mail.force_extra_parameters =
 
 ; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
index 717f4f95817b0a6a16498b679ae5ba39de4fff40..8d5ae6c106264d4b2d98c12805e30770ebdd77a2 100644 (file)
@@ -293,20 +293,17 @@ serialize_precision = 17
 
 ; open_basedir, if set, limits all file operations to the defined directory
 ; and below.  This directive makes most sense if used in a per-directory
-; or per-virtualhost web server configuration file. This directive is
-; *NOT* affected by whether Safe Mode is turned On or Off.
+; or per-virtualhost web server configuration file.
 ; http://php.net/open-basedir
 ;open_basedir =
 
 ; This directive allows you to disable certain functions for security reasons.
-; It receives a comma-delimited list of function names. This directive is
-; *NOT* affected by whether Safe Mode is turned On or Off.
+; It receives a comma-delimited list of function names.
 ; http://php.net/disable-functions
 disable_functions =
 
 ; This directive allows you to disable certain classes for security reasons.
-; It receives a comma-delimited list of class names. This directive is
-; *NOT* affected by whether Safe Mode is turned On or Off.
+; It receives a comma-delimited list of class names.
 ; http://php.net/disable-classes
 disable_classes =
 
@@ -1005,7 +1002,7 @@ smtp_port = 25
 
 ; Force the addition of the specified parameters to be passed as extra parameters
 ; to the sendmail binary. These parameters will always replace the value of
-; the 5th parameter to mail(), even in safe mode.
+; the 5th parameter to mail().
 ;mail.force_extra_parameters =
 
 ; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
index 717f4f95817b0a6a16498b679ae5ba39de4fff40..8d5ae6c106264d4b2d98c12805e30770ebdd77a2 100644 (file)
@@ -293,20 +293,17 @@ serialize_precision = 17
 
 ; open_basedir, if set, limits all file operations to the defined directory
 ; and below.  This directive makes most sense if used in a per-directory
-; or per-virtualhost web server configuration file. This directive is
-; *NOT* affected by whether Safe Mode is turned On or Off.
+; or per-virtualhost web server configuration file.
 ; http://php.net/open-basedir
 ;open_basedir =
 
 ; This directive allows you to disable certain functions for security reasons.
-; It receives a comma-delimited list of function names. This directive is
-; *NOT* affected by whether Safe Mode is turned On or Off.
+; It receives a comma-delimited list of function names.
 ; http://php.net/disable-functions
 disable_functions =
 
 ; This directive allows you to disable certain classes for security reasons.
-; It receives a comma-delimited list of class names. This directive is
-; *NOT* affected by whether Safe Mode is turned On or Off.
+; It receives a comma-delimited list of class names.
 ; http://php.net/disable-classes
 disable_classes =
 
@@ -1005,7 +1002,7 @@ smtp_port = 25
 
 ; Force the addition of the specified parameters to be passed as extra parameters
 ; to the sendmail binary. These parameters will always replace the value of
-; the 5th parameter to mail(), even in safe mode.
+; the 5th parameter to mail().
 ;mail.force_extra_parameters =
 
 ; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
index 717f4f95817b0a6a16498b679ae5ba39de4fff40..8d5ae6c106264d4b2d98c12805e30770ebdd77a2 100644 (file)
@@ -293,20 +293,17 @@ serialize_precision = 17
 
 ; open_basedir, if set, limits all file operations to the defined directory
 ; and below.  This directive makes most sense if used in a per-directory
-; or per-virtualhost web server configuration file. This directive is
-; *NOT* affected by whether Safe Mode is turned On or Off.
+; or per-virtualhost web server configuration file.
 ; http://php.net/open-basedir
 ;open_basedir =
 
 ; This directive allows you to disable certain functions for security reasons.
-; It receives a comma-delimited list of function names. This directive is
-; *NOT* affected by whether Safe Mode is turned On or Off.
+; It receives a comma-delimited list of function names.
 ; http://php.net/disable-functions
 disable_functions =
 
 ; This directive allows you to disable certain classes for security reasons.
-; It receives a comma-delimited list of class names. This directive is
-; *NOT* affected by whether Safe Mode is turned On or Off.
+; It receives a comma-delimited list of class names.
 ; http://php.net/disable-classes
 disable_classes =
 
@@ -1005,7 +1002,7 @@ smtp_port = 25
 
 ; Force the addition of the specified parameters to be passed as extra parameters
 ; to the sendmail binary. These parameters will always replace the value of
-; the 5th parameter to mail(), even in safe mode.
+; the 5th parameter to mail().
 ;mail.force_extra_parameters =
 
 ; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
index 717f4f95817b0a6a16498b679ae5ba39de4fff40..8d5ae6c106264d4b2d98c12805e30770ebdd77a2 100644 (file)
@@ -293,20 +293,17 @@ serialize_precision = 17
 
 ; open_basedir, if set, limits all file operations to the defined directory
 ; and below.  This directive makes most sense if used in a per-directory
-; or per-virtualhost web server configuration file. This directive is
-; *NOT* affected by whether Safe Mode is turned On or Off.
+; or per-virtualhost web server configuration file.
 ; http://php.net/open-basedir
 ;open_basedir =
 
 ; This directive allows you to disable certain functions for security reasons.
-; It receives a comma-delimited list of function names. This directive is
-; *NOT* affected by whether Safe Mode is turned On or Off.
+; It receives a comma-delimited list of function names.
 ; http://php.net/disable-functions
 disable_functions =
 
 ; This directive allows you to disable certain classes for security reasons.
-; It receives a comma-delimited list of class names. This directive is
-; *NOT* affected by whether Safe Mode is turned On or Off.
+; It receives a comma-delimited list of class names.
 ; http://php.net/disable-classes
 disable_classes =
 
@@ -1005,7 +1002,7 @@ smtp_port = 25
 
 ; Force the addition of the specified parameters to be passed as extra parameters
 ; to the sendmail binary. These parameters will always replace the value of
-; the 5th parameter to mail(), even in safe mode.
+; the 5th parameter to mail().
 ;mail.force_extra_parameters =
 
 ; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
index f43c731dabdc26402400b3d20981d234ecc221ab..e2f93a8f1698adf30f1d93c8749c515ae08b4d19 100644 (file)
@@ -56,6 +56,7 @@ dev-cpp/gtkmm                         accessibility
 dev-db/libdbi                          -doc
 dev-db/libdbi-drivers                  -doc
 dev-db/mysql                           cluster extraengine profiling xtradb
+dev-db/postgresql                      -server uuid xml
 dev-db/sqlite                          extensions fts3 secure-delete soundex unlock-notify
 dev-db/unixODBC                                odbcmanual
 
@@ -79,6 +80,7 @@ dev-libs/libgcrypt                    idea static-libs
 dev-libs/libpeas                       -python_targets_python3_3
 dev-libs/libusb                                -doc
 dev-libs/openssl                       rfc3779
+dev-libs/ossp-uuid                     -php
 dev-libs/STLport                       boost
 
 dev-perl/Catalyst-Action-REST          php xml config-general data-taxi freezethaw json
@@ -258,7 +260,7 @@ net-misc/ntp                                parse-clocks -zeroconf
 net-misc/openssh                       -X509 sftplogging
 net-misc/openvpn                       down-root eurephia iproute2 passwordsave
 net-misc/rdesktop                      rdpusb
-net-misc/spice-gtk                     -pulseaudio
+net-misc/spice-gtk                     -pulseaudio usbredir
 # net-misc/vnc                         server
 net-misc/vpnc                          hybrid-auth
 
diff --git a/postgresql-9.3/.keep_dev-db_postgresql-base-9.3 b/postgresql-9.3/.keep_dev-db_postgresql-base-9.3
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/postgresql-9.3/psqlrc b/postgresql-9.3/psqlrc
new file mode 100644 (file)
index 0000000..8152cac
--- /dev/null
@@ -0,0 +1,8 @@
+--
+--     system-wide psql configuration file
+--
+--  This file is read before the .psqlrc file in the user's home directory.
+--
+--  Copy this to your installation's sysconf directory and rename it psqlrc.
+--  The sysconf directory can be identified via "pg_config --sysconfdir".
+--
diff --git a/shadow b/shadow
index 28bbc24a4dd2a9a072463fad64cad587ff40ffa2..76c6b409c9b56f5703ff104d751343ba9d9d78a9 100644 (file)
--- a/shadow
+++ b/shadow
@@ -61,3 +61,6 @@ systemd-bus-proxy:!:16398::::::
 systemd-network:!:16398::::::
 systemd-resolve:!:16398::::::
 systemd-timesync:!:16398::::::
+systemd-journal-gateway:!:16440::::::
+systemd-journal-remote:!:16440::::::
+systemd-journal-upload:!:16440::::::
diff --git a/shadow- b/shadow-
index 7716051efface20c6efce20ccf61e93a595e3473..4f949ee47d8888c3198f06f10b22c9644dd88c01 100644 (file)
--- a/shadow-
+++ b/shadow-
@@ -60,3 +60,6 @@ dhcp:!:16237::::::
 systemd-bus-proxy:!:16398::::::
 systemd-network:!:16398::::::
 systemd-resolve:!:16398::::::
+systemd-timesync:!:16398::::::
+systemd-journal-gateway:!:16440::::::
+systemd-journal-remote:!:16440::::::
diff --git a/systemd/journal-upload.conf b/systemd/journal-upload.conf
new file mode 100644 (file)
index 0000000..d261027
--- /dev/null
@@ -0,0 +1,5 @@
+[Upload]
+# URL=
+# ServerKeyFile=/etc/ssl/private/journal-upload.pem
+# ServerCertificateFile=/etc/ssl/certs/journal-upload.pem
+# TrustedCertificateFile=/etc/ssl/ca/trusted.pem
index cded4a9d475e1d72e70b2b0e129568f80a52d02e..2073f1bf2183a634b021b4ae33b521b702fc7724 100644 (file)
@@ -23,7 +23,7 @@
 #RuntimeMaxFileSize=
 #MaxRetentionSec=
 #MaxFileSec=1month
-#ForwardToSyslog=yes
+#ForwardToSyslog=no
 #ForwardToKMsg=no
 #ForwardToConsole=no
 #ForwardToWall=yes
index e3165987bc58617986ec89d62c39b0c5390045b9..0b2e0f2b105b917cb414ed896d034f6e9374bf3d 100644 (file)
@@ -8,4 +8,6 @@
 # See resolved.conf(5) for details
 
 [Resolve]
-#DNS=8.8.8.8 8.8.4.4 2001:4860:4860::8888 2001:4860:4860::8844
+#DNS=
+#FallbackDNS=8.8.8.8 8.8.4.4 2001:4860:4860::8888 2001:4860:4860::8844
+#LLMNR=yes
diff --git a/systemd/system/sysinit.target.wants/systemd-timesyncd.service b/systemd/system/sysinit.target.wants/systemd-timesyncd.service
new file mode 120000 (symlink)
index 0000000..f10f26e
--- /dev/null
@@ -0,0 +1 @@
+../../../../usr/lib/systemd/system/systemd-timesyncd.service
\ No newline at end of file
index 6e9ed9e94c31dc177952c3fd909262ce8dfc5885..d2130f9078b2d143daafd55b4d63e389742bb042 100644 (file)
@@ -8,4 +8,5 @@
 # See timesyncd.conf(5) for details
 
 [Time]
-#Servers=0.gentoo.pool.ntp.org 1.gentoo.pool.ntp.org 2.gentoo.pool.ntp.org 3.gentoo.pool.ntp.org
+#NTP=
+#FallbackNTP=0.gentoo.pool.ntp.org 1.gentoo.pool.ntp.org 2.gentoo.pool.ntp.org 3.gentoo.pool.ntp.org
index b57718aa7a75794deed2411c441e8e27a473684c..80175bced6cfee69ad1f705ed978d4021be8dd5a 100644 (file)
Binary files a/udev/hwdb.bin and b/udev/hwdb.bin differ
index f39253eb677d7bb0496eb329e777107d202dba58..47d14330022b022cf53cb7e9c0a7068801dc4709 100644 (file)
@@ -1,3 +1,3 @@
-# see udev(7) for details
+# see udev.conf(5) for details
 
 #udev_log="info"