From d9302cf685f8aee5cc617c1bb7b6b1348682a375 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 3 Mar 2015 21:14:02 +0100 Subject: [PATCH] Current state --- X11/xinit/xinitrc | 19 + X11/xinit/xserverrc | 6 +- conf.d/nfs | 2 +- conf.d/nfsclient | 11 + conf.d/unbound | 4 + dbus-1/system.conf | 8 + dnssec/Kjqmt7v.csr | Bin 0 -> 765 bytes dnssec/root-anchors.txt | 1 + dnssec/root-anchors.xml | 10 + drirc | 20 +- env.d/50postgresql | 4 +- env.d/99libreoffice | 1 + eselect/postgresql/active | 2 +- eselect/postgresql/active.links | 8 +- eselect/postgresql/active.links93 | 19 - eselect/postgresql/active.links94 | 19 + eselect/postgresql/slots/9.3/base | 1 - eselect/postgresql/slots/9.4/base | 1 + gconf/gconf.xml.defaults/%gconf-tree.xml | 96 +- group | 1 + group- | 1 + gshadow | 1 + gshadow- | 1 + init.d/local | 10 +- init.d/netmount | 2 +- init.d/nfsclient | 11 +- init.d/nfsmount | 27 + init.d/rpc.statd | 4 +- init.d/unbound | 56 + kernel-config/config-3.18.7-gentoo-00 | 5947 +++++++++++++++++ ld.so.conf | 2 +- nanorc | 166 +- passwd | 1 + passwd- | 1 + portage/make.conf | 6 +- portage/package.keywords/common | 6 + portage/package.mask | 5 +- portage/package.use | 8 +- .../savedconfig/sys-apps/busybox-1.23.1-r1 | 1055 +++ {postgresql-9.3 => postgresql-9.4}/psqlrc | 0 rsyncd.conf | 2 +- shadow | 1 + shadow- | 1 + unbound/unbound.conf | 591 ++ 44 files changed, 7919 insertions(+), 219 deletions(-) create mode 100644 conf.d/unbound create mode 100644 dnssec/Kjqmt7v.csr create mode 100644 dnssec/root-anchors.txt create mode 100644 dnssec/root-anchors.xml create mode 100644 env.d/99libreoffice delete mode 100644 eselect/postgresql/active.links93 create mode 100644 eselect/postgresql/active.links94 delete mode 100644 eselect/postgresql/slots/9.3/base create mode 100644 eselect/postgresql/slots/9.4/base create mode 100755 init.d/nfsmount create mode 100755 init.d/unbound create mode 100644 kernel-config/config-3.18.7-gentoo-00 create mode 100644 portage/savedconfig/sys-apps/busybox-1.23.1-r1 rename {postgresql-9.3 => postgresql-9.4}/psqlrc (100%) create mode 100644 unbound/unbound.conf diff --git a/X11/xinit/xinitrc b/X11/xinit/xinitrc index 53723a0..e6dd7fe 100644 --- a/X11/xinit/xinitrc +++ b/X11/xinit/xinitrc @@ -18,6 +18,25 @@ + + + + + + + + + + + + + + + + + + + diff --git a/X11/xinit/xserverrc b/X11/xinit/xserverrc index b4de252..6b57eeb 100755 --- a/X11/xinit/xserverrc +++ b/X11/xinit/xserverrc @@ -1,2 +1,6 @@ #!/bin/sh -exec /usr/bin/X -nolisten tcp "$@" +if [ -z "$XDG_VTNR" ]; then + exec /usr/bin/X -nolisten tcp "$@" +else + exec /usr/bin/X -nolisten tcp "$@" vt$XDG_VTNR +fi diff --git a/conf.d/nfs b/conf.d/nfs index 60ed5d8..2841688 100644 --- a/conf.d/nfs +++ b/conf.d/nfs @@ -7,7 +7,7 @@ # For NFSv4 users, you'll want to add "rpc.idmapd" here. NFS_NEEDED_SERVICES="rpc.idmapd" -# Number of servers to be started up by default +# Options to pass to rpc.nfsd OPTS_RPC_NFSD="8" # Options to pass to rpc.mountd diff --git a/conf.d/nfsclient b/conf.d/nfsclient index d885b63..8a99557 100644 --- a/conf.d/nfsclient +++ b/conf.d/nfsclient @@ -1,3 +1,14 @@ +# You need to decide which nfs protocol version you want to use. +# If you are unsure, leave these alone. +# +# If you are using only nfsv4, uncomment this line: +# +#rc_need="!rpc.statd" +# +# If you are using only nfsv3, uncomment this line: +# +#rc_need="!rpc.idmapd" +# # You will need to set the dependencies in the nfsclient script to match # the network configuration tools you are using. This should be done in # this file by following the examples below, and not by changing the diff --git a/conf.d/unbound b/conf.d/unbound new file mode 100644 index 0000000..b4de7cf --- /dev/null +++ b/conf.d/unbound @@ -0,0 +1,4 @@ +# Settings should normally not need any changes. + +# Location of the unbound configuration file. Leave empty for the default. +#UNBOUND_CONFFILE="/etc/unbound/unbound.conf" diff --git a/dbus-1/system.conf b/dbus-1/system.conf index cb5d15f..0d22e67 100644 --- a/dbus-1/system.conf +++ b/dbus-1/system.conf @@ -68,6 +68,14 @@ + + + + + + @@ -45,6 +49,7 @@ TODO: document the other workarounds.