maybe chmod 0755 './cron.hourly/sysstat'
maybe chmod 0750 './cron.monthly'
maybe chmod 0644 './cron.monthly/.keep_sys-process_cronbase-0'
-maybe chmod 0755 './cron.monthly/update-pciids'
-maybe chmod 0755 './cron.monthly/update-usbids'
maybe chmod 0750 './cron.weekly'
maybe chmod 0644 './cron.weekly/.keep_sys-process_cronbase-0'
maybe chmod 0644 './crontab'
maybe chmod 0755 './php/embed-php5.3/ext-active'
maybe chmod 0644 './php/embed-php5.3/ext/crack.ini'
maybe chmod 0644 './php/embed-php5.3/ext/http.ini'
+maybe chmod 0644 './php/embed-php5.3/ext/imagick.ini'
maybe chmod 0644 './php/embed-php5.3/ext/mailparse.ini'
maybe chmod 0644 './php/embed-php5.3/php.ini'
maybe chmod 0755 './php/embed-php5.4'
maybe chmod 0644 './xdg/autostart/gsettings-data-convert.desktop'
maybe chmod 0755 './xinetd.d'
maybe chmod 0644 './xinetd.d/cvspserver'
+maybe chmod 0644 './xinetd.d/nrpe'
maybe chmod 0644 './xinetd.d/rsyncd'
maybe chmod 0644 './xinetd.d/svnserve'
maybe chmod 0755 './xml'
-maybe chmod 0644 './xml/.keep_app-text_build-docbook-catalog-0'
+maybe chmod 0644 './xml/.keep'
maybe chmod 0644 './xml/.keep_app-text_docbook-xml-dtd-4.1.2'
maybe chmod 0644 './xml/.keep_app-text_docbook-xml-dtd-4.2'
maybe chmod 0644 './xml/.keep_app-text_docbook-xml-dtd-4.3'
# The documentation is always available at
# http://httpd.apache.org/docs/2.2/
<IfDefine MANUAL>
-AliasMatch ^/manual(?:/(?:de|en|es|fr|ja|ko|pt-br))?(/.*)?$ "/usr/share/doc/apache-2.2.22-r1/manual$1"
+AliasMatch ^/manual(?:/(?:de|en|es|fr|ja|ko|pt-br))?(/.*)?$ "/usr/share/doc/apache-2.2.23/manual$1"
-<Directory "/usr/share/doc/apache-2.2.22-r1/manual">
+<Directory "/usr/share/doc/apache-2.2.23/manual">
Options Indexes
AllowOverride None
Order allow,deny
+++ /dev/null
-#!/bin/sh
-exec /usr/sbin/update-pciids -q
+++ /dev/null
-#!/bin/sh
-exec /usr/sbin/update-usbids -q
# "elinks.conf" to include it.
# vi-like navigation keys
-bind "main" "j" = "down"
-bind "main" "k" = "up"
-bind "main" "h" = "back"
-bind "main" "l" = "enter"
-bind "main" "g" = "home"
-bind "main" "G" = "end"
+bind "main" "j" = "move-link-next"
+bind "main" "k" = "move-link-prev"
+bind "main" "h" = "history-move-back"
+bind "main" "l" = "link-follow"
+bind "main" "g" = "move-document-start"
+bind "main" "G" = "move-document-end"
# Keys close to the above
bind "main" "i" = "scroll-up"
# Emacs-like paging keys
# Ctrl prefixed keys must be capital :-(
-bind "main" "Alt-v" = "page-up"
-bind "main" "Ctrl-V" = "page-down"
+bind "main" "Alt-v" = "move-page-up"
+bind "main" "Ctrl-V" = "move-page-down"
# Emacs-like editing keys
bind "edit" "Ctrl-B" = "left"
-//usr/share/boost-eselect/profiles/1.48/default
\ No newline at end of file
+//usr/share/boost-eselect/profiles/1.49/default
\ No newline at end of file
# GTK+ Input Method Modules file
# Automatically generated file, do not edit
-# Created by gtk-query-immodules-2.0 from gtk+-2.24.10
+# Created by gtk-query-immodules-2.0 from gtk+-2.24.12
#
# ModulesPath = /root/.gtk-2.0/2.10.0/x86_64-pc-linux-gnu/immodules:/root/.gtk-2.0/2.10.0/immodules:/root/.gtk-2.0/x86_64-pc-linux-gnu/immodules:/root/.gtk-2.0/immodules:/usr/lib64/gtk-2.0/2.10.0/x86_64-pc-linux-gnu/immodules:/usr/lib64/gtk-2.0/2.10.0/immodules:/usr/lib64/gtk-2.0/x86_64-pc-linux-gnu/immodules:/usr/lib64/gtk-2.0/immodules
#
# default, as it may cause a substantial performance loss at sites
# with large hosts files.
#
-multi off
+multi on
#!/sbin/runscript
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nrpe/files/nrpe.init,v 1.1 2012/08/23 23:07:05 flameeyes Exp $
-extra_started_commands="reload"
+: ${CFGFILE:=/etc/nagios/nrpe.cfg}
-command="/usr/bin/nrpe"
-command_args="-c /etc/nagios/nrpe.cfg --daemon"
-pidfile="${pidfile:-/var/run/nrpe/nrpe.pid}"
-start_stop_daemon_args="--user nagios --group nagios"
+get_config() {
+ [ -f ${CFGFILE} ] || return 1
-depend() {
- need net
+ sed -n -e 's:^[ \t]*'$1'=\([^#]\+\).*:\1:p' \
+ ${CFGFILE}
}
-start_pre() {
- checkpath -d -m 0750 -o nagios:nagios /var/run/nrpe
-}
+extra_started_commands=""
+
+command=/usr/libexec/${SVCNAME}
+command_args="-c ${CFGFILE} --daemon"
+pidfile=$(get_config pid_file)
-reload() {
- ebegin "Reloading nrpe"
- kill -HUP $(head -n1 ${pidfile})
- eend $? "Failed to reload nrpe"
+depend() {
+ config ${CFGFILE}
+ need net
}
+
start-stop-daemon --start --quiet --background \
--exec /usr/sbin/nscd --pidfile ${pidfile} \
- -- --foreground $secure
+ -- $secure
eend $?
}
depend()
{
+ provide dev-mount
keyword -vserver -lxc
}
# number. The file is only written if the NRPE daemon is started by the root
# user and is running in standalone mode.
-pid_file=/var/run/nrpe/nrpe.pid
+pid_file=/var/run/nrpe.pid
--- /dev/null
+/etc/php/embed-php5.3/ext/imagick.ini
\ No newline at end of file
--- /dev/null
+extension=imagick.so
#
# Automatically generated make config: don't edit
# Busybox version: 1.20.2
-# Tue Sep 18 21:56:35 2012
+# Sat Oct 20 10:15:57 2012
#
CONFIG_HAVE_DOT_CONFIG=y
CONFIG_DESKTOP=y
CONFIG_EXTRA_COMPAT=y
CONFIG_INCLUDE_SUSv2=y
-CONFIG_USE_PORTABLE_CODE=y
+# CONFIG_USE_PORTABLE_CODE is not set
CONFIG_PLATFORM_LINUX=y
CONFIG_FEATURE_BUFFERS_USE_MALLOC=y
# CONFIG_FEATURE_BUFFERS_GO_ON_STACK is not set
CONFIG_UNICODE_PRESERVE_BROKEN=y
CONFIG_LONG_OPTS=y
CONFIG_FEATURE_DEVPTS=y
-CONFIG_FEATURE_CLEAN_UP=y
+# CONFIG_FEATURE_CLEAN_UP is not set
CONFIG_FEATURE_UTMP=y
CONFIG_FEATURE_WTMP=y
CONFIG_FEATURE_PIDFILE=y
#
# Busybox Library Tuning
#
-CONFIG_FEATURE_SYSTEMD=y
+# CONFIG_FEATURE_SYSTEMD is not set
CONFIG_FEATURE_RTMINMAX=y
CONFIG_PASSWORD_MINLEN=6
CONFIG_MD5_SMALL=1
--- /dev/null
+/nrpe
+ server_args = -c /etc/nagios/nrpe.cfg --inetd
+# only_from = 127.0.0.1
+ disabled = yes
+}
<public publicId="-//OMF//DTD Scrollkeeper OMF Variant V1.0//EN" uri="/usr/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd"/>
<system systemId="http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/scrollkeeper-omf.dtd" uri="/usr/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd"/>
<system systemId="http://glade.gnome.org/glade-2.0.dtd" uri="/usr/share/xml/libglade/glade-2.0.dtd"/>
- <delegatePublic publicIdStartString="-//OASIS//ENTITIES DocBook XML" catalog="file:///etc/xml/docbook"/>
- <delegatePublic publicIdStartString="-//OASIS//DTD DocBook XML" catalog="file:///etc/xml/docbook"/>
+ <delegatePublic publicIdStartString="-//OASIS//ENTITIES DocBook" catalog="file:///etc/xml/docbook"/>
+ <delegatePublic publicIdStartString="-//OASIS//ELEMENTS DocBook" catalog="file:///etc/xml/docbook"/>
+ <delegatePublic publicIdStartString="-//OASIS//DTD DocBook" catalog="file:///etc/xml/docbook"/>
<delegateSystem systemIdStartString="http://www.oasis-open.org/docbook/" catalog="file:///etc/xml/docbook"/>
<delegateURI uriStartString="http://www.oasis-open.org/docbook/" catalog="file:///etc/xml/docbook"/>
<delegatePublic publicIdStartString="ISO 8879:1986" catalog="file:///etc/xml/docbook"/>
<public publicId="-//OASIS//ENTITIES DocBook XML Notations V4.1.2//EN" uri="file:///usr/share/sgml/docbook/xml-dtd-4.1.2/dbnotnx.mod"/>
<public publicId="-//OASIS//ENTITIES DocBook XML Additional General Entities V4.1.2//EN" uri="file:///usr/share/sgml/docbook/xml-dtd-4.1.2/dbgenent.mod"/>
<public publicId="-//OASIS//ELEMENTS DocBook XML Document Hierarchy V4.1.2//EN" uri="file:///usr/share/sgml/docbook/xml-dtd-4.1.2/dbhierx.mod"/>
- <public publicId="-//OASIS//DTD XML Exchange Table Model 19990315//EN" uri="file:///usr/share/sgml/docbook/xml-dtd-4.4/soextblx.dtd"/>
+ <public publicId="-//OASIS//DTD XML Exchange Table Model 19990315//EN" uri="file:///usr/share/sgml/docbook/xml-dtd-4.5/soextblx.dtd"/>
<public publicId="-//OASIS//DTD DocBook XML CALS Table Model V4.1.2//EN" uri="file:///usr/share/sgml/docbook/xml-dtd-4.1.2/calstblx.dtd"/>
<rewriteSystem systemIdStartString="http://www.oasis-open.org/docbook/xml/4.1.2" rewritePrefix="file:///usr/share/sgml/docbook/xml-dtd-4.1.2"/>
<rewriteURI uriStartString="http://www.oasis-open.org/docbook/xml/4.1.2" rewritePrefix="file:///usr/share/sgml/docbook/xml-dtd-4.1.2"/>