From: Frank Brehm Date: Wed, 13 Mar 2013 14:58:54 +0000 (+0100) Subject: Current state X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=6e6a21f3713c020c0efc502635fe44db9b04f660;p=config%2Fsamara%2Fetc.git Current state --- diff --git a/.etckeeper b/.etckeeper index 4955a19..21fcb01 100755 --- a/.etckeeper +++ b/.etckeeper @@ -406,6 +406,8 @@ maybe chmod 0755 './config-archive/etc/init.d/sshd' maybe chmod 0755 './config-archive/etc/init.d/sshd.dist' maybe chmod 0755 './config-archive/etc/init.d/sysstat' maybe chmod 0755 './config-archive/etc/init.d/sysstat.dist' +maybe chmod 0644 './config-archive/etc/inittab' +maybe chmod 0644 './config-archive/etc/inittab.dist' maybe chmod 0644 './config-archive/etc/ksysguarddrc' maybe chmod 0644 './config-archive/etc/ksysguarddrc.dist' maybe chmod 0755 './config-archive/etc/layman' @@ -1710,6 +1712,7 @@ maybe chmod 0644 './pulse/daemon.conf' maybe chmod 0644 './pulse/default.pa' maybe chmod 0644 './pulse/system.pa' maybe chmod 0755 './qemu' +maybe chmod 0644 './qemu/bridge.conf' maybe chmod 0644 './qemu/target-x86_64.conf' maybe chmod 0755 './qt4' maybe chmod 0644 './qt4/.keep_x11-libs_qt-core-4' @@ -1954,7 +1957,6 @@ maybe chmod 0750 './sudoers.d' maybe chmod 0644 './sysctl.conf' maybe chmod 0755 './sysctl.d' maybe chmod 0644 './sysctl.d/README' -maybe chmod 0644 './sysctl.d/libvirtd.conf' maybe chmod 0755 './syslog-ng' maybe chmod 0644 './syslog-ng/modules.conf' maybe chmod 0755 './syslog-ng/patterndb.d' diff --git a/apache2/modules.d/00_apache_manual.conf b/apache2/modules.d/00_apache_manual.conf index db1f06d..a0e5c83 100644 --- a/apache2/modules.d/00_apache_manual.conf +++ b/apache2/modules.d/00_apache_manual.conf @@ -3,9 +3,9 @@ # The documentation is always available at # http://httpd.apache.org/docs/2.2/ -AliasMatch ^/manual(?:/(?:de|en|es|fr|ja|ko|pt-br))?(/.*)?$ "/usr/share/doc/apache-2.2.23/manual$1" +AliasMatch ^/manual(?:/(?:de|en|es|fr|ja|ko|pt-br))?(/.*)?$ "/usr/share/doc/apache-2.2.24/manual$1" - + Options Indexes AllowOverride None Order allow,deny diff --git a/chromium/default b/chromium/default index 45f1f38..c140cde 100644 --- a/chromium/default +++ b/chromium/default @@ -2,4 +2,4 @@ # the chromium launcher. # Options to pass to chromium. -CHROMIUM_FLAGS="" +#CHROMIUM_FLAGS="" diff --git a/config-archive/etc/inittab b/config-archive/etc/inittab new file mode 100644 index 0000000..fe9bd62 --- /dev/null +++ b/config-archive/etc/inittab @@ -0,0 +1,59 @@ +# +# /etc/inittab: This file describes how the INIT process should set up +# the system in a certain run-level. +# +# Author: Miquel van Smoorenburg, +# Modified by: Patrick J. Volkerding, +# Modified by: Daniel Robbins, +# Modified by: Martin Schlemmer, +# Modified by: Mike Frysinger, +# Modified by: Robin H. Johnson, +# +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sysvinit/files/inittab-2.87,v 1.1 2010/01/08 16:55:07 williamh Exp $ + +# Default runlevel. +id:3:initdefault: + +# System initialization, mount local filesystems, etc. +si::sysinit:/sbin/rc sysinit + +# Further system initialization, brings up the boot runlevel. +rc::bootwait:/sbin/rc boot + +l0:0:wait:/sbin/rc shutdown +l0s:0:wait:/sbin/halt -dhp +l1:1:wait:/sbin/rc single +l2:2:wait:/sbin/rc nonetwork +l3:3:wait:/sbin/rc default +l4:4:wait:/sbin/rc default +l5:5:wait:/sbin/rc default +l6:6:wait:/sbin/rc reboot +l6r:6:wait:/sbin/reboot -dk +#z6:6:respawn:/sbin/sulogin + +# new-style single-user +su0:S:wait:/sbin/rc single +su1:S:wait:/sbin/sulogin + +# TERMINALS +c1:12345:respawn:/sbin/agetty --noclear 38400 tty1 linux +c2:2345:respawn:/sbin/agetty 38400 tty2 linux +c3:2345:respawn:/sbin/agetty 38400 tty3 linux +c4:2345:respawn:/sbin/agetty 38400 tty4 linux +c5:2345:respawn:/sbin/agetty 38400 tty5 linux +c6:2345:respawn:/sbin/agetty 38400 tty6 linux + +# SERIAL CONSOLES +#s0:12345:respawn:/sbin/agetty 9600 ttyS0 vt100 +#s1:12345:respawn:/sbin/agetty 9600 ttyS1 vt100 + +# What to do at the "Three Finger Salute". +ca:12345:ctrlaltdel:/sbin/shutdown -r now + +# Used by /etc/init.d/xdm to control DM startup. +# Read the comments in /etc/init.d/xdm for more +# info. Do NOT remove, as this will start nothing +# extra at boot if /etc/init.d/xdm is not added +# to the "default" runlevel. +x:a:once:/etc/X11/startDM.sh + diff --git a/config-archive/etc/inittab.dist b/config-archive/etc/inittab.dist new file mode 100644 index 0000000..2f6af66 --- /dev/null +++ b/config-archive/etc/inittab.dist @@ -0,0 +1,59 @@ +# +# /etc/inittab: This file describes how the INIT process should set up +# the system in a certain run-level. +# +# Author: Miquel van Smoorenburg, +# Modified by: Patrick J. Volkerding, +# Modified by: Daniel Robbins, +# Modified by: Martin Schlemmer, +# Modified by: Mike Frysinger, +# Modified by: Robin H. Johnson, +# +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sysvinit/files/inittab-2.87,v 1.1 2010/01/08 16:55:07 williamh Exp $ + +# Default runlevel. +id:3:initdefault: + +# System initialization, mount local filesystems, etc. +si::sysinit:/sbin/rc sysinit + +# Further system initialization, brings up the boot runlevel. +rc::bootwait:/sbin/rc boot + +l0:0:wait:/sbin/rc shutdown +l0s:0:wait:/sbin/halt -dhp +l1:1:wait:/sbin/rc single +l2:2:wait:/sbin/rc nonetwork +l3:3:wait:/sbin/rc default +l4:4:wait:/sbin/rc default +l5:5:wait:/sbin/rc default +l6:6:wait:/sbin/rc reboot +l6r:6:wait:/sbin/reboot -dk +#z6:6:respawn:/sbin/sulogin + +# new-style single-user +su0:S:wait:/sbin/rc single +su1:S:wait:/sbin/sulogin + +# TERMINALS +c1:12345:respawn:/sbin/agetty 38400 tty1 linux +c2:2345:respawn:/sbin/agetty 38400 tty2 linux +c3:2345:respawn:/sbin/agetty 38400 tty3 linux +c4:2345:respawn:/sbin/agetty 38400 tty4 linux +c5:2345:respawn:/sbin/agetty 38400 tty5 linux +c6:2345:respawn:/sbin/agetty 38400 tty6 linux + +# SERIAL CONSOLES +#s0:12345:respawn:/sbin/agetty 115200 ttyS0 vt100 +#s1:12345:respawn:/sbin/agetty 115200 ttyS1 vt100 + +# What to do at the "Three Finger Salute". +ca:12345:ctrlaltdel:/sbin/shutdown -r now + +# Used by /etc/init.d/xdm to control DM startup. +# Read the comments in /etc/init.d/xdm for more +# info. Do NOT remove, as this will start nothing +# extra at boot if /etc/init.d/xdm is not added +# to the "default" runlevel. +x:a:once:/etc/X11/startDM.sh + diff --git a/gconf/gconf.xml.defaults/%gconf-tree-de.xml b/gconf/gconf.xml.defaults/%gconf-tree-de.xml index 6ae8b30..0ecf3b5 100644 --- a/gconf/gconf.xml.defaults/%gconf-tree-de.xml +++ b/gconf/gconf.xml.defaults/%gconf-tree-de.xml @@ -1876,7 +1876,6 @@ - Zeichenkodierung für Untertitel diff --git a/gconf/gconf.xml.defaults/%gconf-tree-en_GB.xml b/gconf/gconf.xml.defaults/%gconf-tree-en_GB.xml index df0bb83..40b1888 100644 --- a/gconf/gconf.xml.defaults/%gconf-tree-en_GB.xml +++ b/gconf/gconf.xml.defaults/%gconf-tree-en_GB.xml @@ -1876,7 +1876,6 @@ - Encoding charset for subtitle diff --git a/gconf/gconf.xml.defaults/%gconf-tree-ru.xml b/gconf/gconf.xml.defaults/%gconf-tree-ru.xml index f127698..ede17a2 100644 --- a/gconf/gconf.xml.defaults/%gconf-tree-ru.xml +++ b/gconf/gconf.xml.defaults/%gconf-tree-ru.xml @@ -1844,7 +1844,6 @@ - Кодировка символов для субтитров diff --git a/gconf/gconf.xml.defaults/%gconf-tree.xml b/gconf/gconf.xml.defaults/%gconf-tree.xml index 97bbc28..ccb1cda 100644 --- a/gconf/gconf.xml.defaults/%gconf-tree.xml +++ b/gconf/gconf.xml.defaults/%gconf-tree.xml @@ -2913,39 +2913,39 @@ - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + @@ -3013,9 +3013,9 @@ - - - + + + @@ -17279,13 +17279,11 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati /usr/bin/ufraw-batch --embedded-image --out-type=png --size=%s %i --overwrite --silent --output=%o - - @@ -17295,13 +17293,11 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati /usr/bin/ufraw-batch --embedded-image --out-type=png --size=%s %i --overwrite --silent --output=%o - - @@ -17311,13 +17307,11 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati /usr/bin/ufraw-batch --embedded-image --out-type=png --size=%s %i --overwrite --silent --output=%o - - @@ -17327,13 +17321,11 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati /usr/bin/ufraw-batch --embedded-image --out-type=png --size=%s %i --overwrite --silent --output=%o - - @@ -17343,13 +17335,11 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati /usr/bin/ufraw-batch --embedded-image --out-type=png --size=%s %i --overwrite --silent --output=%o - - @@ -17359,13 +17349,11 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati /usr/bin/ufraw-batch --embedded-image --out-type=png --size=%s %i --overwrite --silent --output=%o - - @@ -17375,13 +17363,11 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati /usr/bin/ufraw-batch --embedded-image --out-type=png --size=%s %i --overwrite --silent --output=%o - - @@ -17391,13 +17377,11 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati /usr/bin/ufraw-batch --embedded-image --out-type=png --size=%s %i --overwrite --silent --output=%o - - @@ -17407,13 +17391,11 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati /usr/bin/ufraw-batch --embedded-image --out-type=png --size=%s %i --overwrite --silent --output=%o - - @@ -17423,13 +17405,11 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati /usr/bin/ufraw-batch --embedded-image --out-type=png --size=%s %i --overwrite --silent --output=%o - - @@ -17439,13 +17419,11 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati /usr/bin/ufraw-batch --embedded-image --out-type=png --size=%s %i --overwrite --silent --output=%o - - @@ -17455,13 +17433,11 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati /usr/bin/ufraw-batch --embedded-image --out-type=png --size=%s %i --overwrite --silent --output=%o - - @@ -17471,13 +17447,11 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati /usr/bin/ufraw-batch --embedded-image --out-type=png --size=%s %i --overwrite --silent --output=%o - - @@ -17487,13 +17461,11 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati /usr/bin/ufraw-batch --embedded-image --out-type=png --size=%s %i --overwrite --silent --output=%o - - @@ -17503,13 +17475,11 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati /usr/bin/ufraw-batch --embedded-image --out-type=png --size=%s %i --overwrite --silent --output=%o - - @@ -17519,13 +17489,11 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati /usr/bin/ufraw-batch --embedded-image --out-type=png --size=%s %i --overwrite --silent --output=%o - - @@ -17535,13 +17503,11 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati /usr/bin/ufraw-batch --embedded-image --out-type=png --size=%s %i --overwrite --silent --output=%o - - @@ -17551,13 +17517,11 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati /usr/bin/ufraw-batch --embedded-image --out-type=png --size=%s %i --overwrite --silent --output=%o - - @@ -19804,13 +19768,13 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati - + True if the command used to handle this type of URL should be run in a terminal. - + purple-url-handler "%s" @@ -19818,7 +19782,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati The command used to handle "ymsgr" URLs, if enabled. - + True if the command specified in the "command" key should handle "ymsgr" URLs. @@ -19826,13 +19790,13 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati - + True if the command used to handle this type of URL should be run in a terminal. - + purple-url-handler "%s" @@ -19840,7 +19804,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati The command used to handle "xmpp" URLs, if enabled. - + True if the command specified in the "command" key should handle "xmpp" URLs. @@ -19848,13 +19812,13 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati - + True if the command used to handle this type of URL should be run in a terminal. - + purple-url-handler "%s" @@ -19862,7 +19826,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati The command used to handle "sip" URLs, if enabled. - + True if the command specified in the "command" key should handle "sip" URLs. @@ -19870,13 +19834,13 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati - + True if the command used to handle this type of URL should be run in a terminal. - + purple-url-handler "%s" @@ -19884,7 +19848,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati The command used to handle "msnim" URLs, if enabled. - + True if the command specified in the "command" key should handle "msnim" URLs. @@ -19892,13 +19856,13 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati - + True if the command used to handle this type of URL should be run in a terminal. - + purple-url-handler "%s" @@ -19906,7 +19870,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati The command used to handle "irc" URLs, if enabled. - + True if the command specified in the "command" key should handle "irc" URLs. @@ -19914,13 +19878,13 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati - + True if the command used to handle this type of URL should be run in a terminal. - + purple-url-handler "%s" @@ -19928,7 +19892,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati The command used to handle "icq" URLs, if enabled. - + True if the command specified in the "command" key should handle "icq" URLs. @@ -19936,13 +19900,13 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati - + True if the command used to handle this type of URL should be run in a terminal. - + purple-url-handler "%s" @@ -19950,7 +19914,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati The command used to handle "gg" URLs, if enabled. - + True if the command specified in the "command" key should handle "gg" URLs. @@ -20214,13 +20178,13 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati - + True if the command used to handle this type of URL should be run in a terminal. - + purple-url-handler "%s" @@ -20228,7 +20192,7 @@ The parser is fairly liberal and allows lower or upper case, and also abbreviati The command used to handle "aim" URLs, if enabled. - + True if the command specified in the "command" key should handle "aim" URLs. diff --git a/init.d/libvirtd b/init.d/libvirtd index 93d407a..4d296bb 100755 --- a/init.d/libvirtd +++ b/init.d/libvirtd @@ -6,6 +6,7 @@ description_halt="Stops the libvirt daemon without stopping your VMs" description_reload="Restarts the libvirt daemon without stopping your VMs" depend() { + use avahi-daemon dbus after ntp-client ntpd nfs nfsmount portmap rpc.statd iptables ip6tables ebtables corosync sanlock cgconfig } diff --git a/init.d/mit-krb5kadmind b/init.d/mit-krb5kadmind index 75d411c..7b28fb2 100755 --- a/init.d/mit-krb5kadmind +++ b/init.d/mit-krb5kadmind @@ -8,7 +8,8 @@ daemon="MIT Kerberos 5 Admin daemon" exec="/usr/sbin/kadmind" depend() { - need net mit-krb5kdc + need mit-krb5kdc + use net } start() { diff --git a/init.d/mit-krb5kdc b/init.d/mit-krb5kdc index d0ab859..94f1f79 100755 --- a/init.d/mit-krb5kdc +++ b/init.d/mit-krb5kdc @@ -8,7 +8,7 @@ daemon="MIT Kerberos 5 KDC" exec="/usr/sbin/krb5kdc" depend() { - need net + use net } start() { diff --git a/init.d/mit-krb5kpropd b/init.d/mit-krb5kpropd index 76841da..d800d66 100755 --- a/init.d/mit-krb5kpropd +++ b/init.d/mit-krb5kpropd @@ -8,8 +8,7 @@ daemon="MIT Kerberos 5 kpropd" exec="/usr/sbin/kpropd" depend() { - need net - use mit-krb5kdc mit-krb5kadmind + use net mit-krb5kdc mit-krb5kadmind } start() { diff --git a/init.d/qemu-binfmt b/init.d/qemu-binfmt index d2c0b73..4b1dba5 100755 --- a/init.d/qemu-binfmt +++ b/init.d/qemu-binfmt @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/files/qemu-binfmt.initd-r1,v 1.1 2013/01/19 03:42:06 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/files/qemu-binfmt.initd-r1,v 1.3 2013/02/17 22:05:22 vapier Exp $ # enable automatic i386/ARM/M68K/MIPS/SPARC/PPC/s390 program execution by the kernel @@ -12,24 +12,17 @@ depend() { start() { ebegin "Registering qemu-user binaries" - if [[ ! -d /proc/sys/fs/binfmt_misc ]] ; then - /sbin/modprobe binfmt_misc + if [ ! -d /proc/sys/fs/binfmt_misc ] ; then + modprobe -q binfmt_misc fi - if [[ ! -d /proc/sys/fs/binfmt_misc ]] ; then - eerror "You need \"binfmt_misc\" support in your kernel." - eend 1 - return 1 + if [ ! -d /proc/sys/fs/binfmt_misc ] ; then + eend $? "You need support for 'misc binaries' in your kernel!" || return fi - if [[ ! -f /proc/sys/fs/binfmt_misc/register ]] ; then - mount -t binfmt_misc binfmt_misc /proc/sys/fs/binfmt_misc &> /dev/null - local result=$? - - if [[ $result -ne 0 ]] ; then - eend $result - return $result - fi + if [ ! -f /proc/sys/fs/binfmt_misc/register ] ; then + mount -t binfmt_misc binfmt_misc /proc/sys/fs/binfmt_misc >/dev/null 2>&1 + eend $? || return fi # probe cpu type @@ -125,7 +118,7 @@ stop() { arches="${arches} s390x" for a in ${arches}; do - if [[ -f /proc/sys/fs/binfmt_misc/$a ]] ; then + if [ -f /proc/sys/fs/binfmt_misc/$a ] ; then echo '-1' > /proc/sys/fs/binfmt_misc/$a fi done diff --git a/inittab b/inittab index fe9bd62..ad7317f 100644 --- a/inittab +++ b/inittab @@ -44,8 +44,8 @@ c5:2345:respawn:/sbin/agetty 38400 tty5 linux c6:2345:respawn:/sbin/agetty 38400 tty6 linux # SERIAL CONSOLES -#s0:12345:respawn:/sbin/agetty 9600 ttyS0 vt100 -#s1:12345:respawn:/sbin/agetty 9600 ttyS1 vt100 +#s0:12345:respawn:/sbin/agetty 115200 ttyS0 vt100 +#s1:12345:respawn:/sbin/agetty 115200 ttyS1 vt100 # What to do at the "Three Finger Salute". ca:12345:ctrlaltdel:/sbin/shutdown -r now diff --git a/libvirt/libvirtd.conf b/libvirt/libvirtd.conf index 3d296cd..47da520 100644 --- a/libvirt/libvirtd.conf +++ b/libvirt/libvirtd.conf @@ -251,7 +251,7 @@ # The minimum limit sets the number of workers to start up # initially. If the number of active clients exceeds this, -# then more threads are spawned, upto max_workers limit. +# then more threads are spawned, up to max_workers limit. # Typically you'd want max_workers to equal maximum number # of clients allowed #min_workers = 5 @@ -267,7 +267,7 @@ # at least as large as max_workers. Beyond this, RPC requests # will be read into memory and queued. This directly impact # memory usage, currently each request requires 256 KB of -# memory. So by default upto 5 MB of memory is used +# memory. So by default up to 5 MB of memory is used # # XXX this isn't actually enforced yet, only the per-client # limit is used so far diff --git a/qemu/bridge.conf b/qemu/bridge.conf new file mode 100644 index 0000000..2bde37e --- /dev/null +++ b/qemu/bridge.conf @@ -0,0 +1,14 @@ +# This should have the following permissions: root:qemu 0640 + +# allow br0 +# Uncommenting the above would allow users in the 'qemu' group +# to add devices to 'br0' + +# allow virbr0 +# Uncommenting the above would allow users in the 'qemu' group +# to add devices to 'virbr0' + +# include /etc/qemu/bob.conf +# Uncommenting the above would allow users in the 'bob' group +# to have permissions defined in it, iff it has the following +# permissions: root:bob 0640 diff --git a/revdep-rebuild/61-sun-jdk-1.6 b/revdep-rebuild/61-sun-jdk-1.6 index 530aeea..181da18 100644 --- a/revdep-rebuild/61-sun-jdk-1.6 +++ b/revdep-rebuild/61-sun-jdk-1.6 @@ -1 +1 @@ -SEARCH_DIRS_MASK="/opt/sun-jdk-1.6.0.38" +SEARCH_DIRS_MASK="/opt/sun-jdk-1.6.0.43" diff --git a/revdep-rebuild/61-sun-jre-bin-1.6 b/revdep-rebuild/61-sun-jre-bin-1.6 index 2e3ee7f..8e7401f 100644 --- a/revdep-rebuild/61-sun-jre-bin-1.6 +++ b/revdep-rebuild/61-sun-jre-bin-1.6 @@ -1 +1 @@ -SEARCH_DIRS_MASK="/opt/sun-jre-bin-1.6.0.38" +SEARCH_DIRS_MASK="/opt/sun-jre-bin-1.6.0.43" diff --git a/runlevels/default/xdm b/runlevels/default/xdm deleted file mode 120000 index af5b119..0000000 --- a/runlevels/default/xdm +++ /dev/null @@ -1 +0,0 @@ -/etc/init.d/xdm \ No newline at end of file diff --git a/sysctl.d/libvirtd.conf b/sysctl.d/libvirtd.conf deleted file mode 100644 index 275482c..0000000 --- a/sysctl.d/libvirtd.conf +++ /dev/null @@ -1,8 +0,0 @@ -# The kernel allocates aio memory on demand, and this number limits the -# number of parallel aio requests; the only drawback of a larger limit is -# that a malicious guest could issue parallel requests to cause the kernel -# to set aside memory. Set this number at least as large as -# 128 * (number of virtual disks on the host) -# Libvirt uses a default of 1M requests to allow 8k disks, with at most -# 64M of kernel memory if all disks hit an aio request at the same time. -fs.aio-max-nr = 1048576