]> Frank Brehm's Git Trees - config/uhu1/etc.git/commitdiff
Current state
authorFrank Brehm <frank@brehm-online.com>
Sun, 21 Oct 2012 16:28:29 +0000 (18:28 +0200)
committerFrank Brehm <frank@brehm-online.com>
Sun, 21 Oct 2012 16:28:29 +0000 (18:28 +0200)
20 files changed:
.etckeeper
apache2/modules.d/00_apache_manual.conf
cron.monthly/update-pciids [deleted file]
cron.monthly/update-usbids [deleted file]
elinks/keybind.conf.sample
eselect/boost/active
gtk-2.0/x86_64-pc-linux-gnu/gtk.immodules
host.conf
init.d/nrpe
init.d/nscd
init.d/udev-mount
nagios/nrpe.cfg
php/embed-php5.3/ext-active/imagick.ini [new symlink]
php/embed-php5.3/ext/imagick.ini [new file with mode: 0644]
portage/savedconfig/sys-apps/busybox-1.20.2
xinetd.d/nrpe [new file with mode: 0644]
xml/.keep [new file with mode: 0644]
xml/.keep_app-text_build-docbook-catalog-0 [deleted file]
xml/catalog
xml/docbook

index ddc6cad24691bc51f71ef51c1fa7a95b944e53cb..6f976b2abbae8dcdaf986760de5d73041b205c53 100755 (executable)
@@ -614,8 +614,6 @@ maybe chmod 0644 './cron.hourly/.keep_sys-process_cronbase-0'
 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'
@@ -1265,6 +1263,7 @@ maybe chmod 0755 './php/embed-php5.3/ext'
 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'
@@ -1623,10 +1622,11 @@ maybe chmod 0644 './xdg/autostart/gnome-keyring-ssh.desktop'
 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'
index c08b2a62d709b6b2a7121732dfb14872b92cec89..db1f06d85b3ad177f909b8b689eb2cea00a74d48 100644 (file)
@@ -3,9 +3,9 @@
 # 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
diff --git a/cron.monthly/update-pciids b/cron.monthly/update-pciids
deleted file mode 100755 (executable)
index 4c69423..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-exec /usr/sbin/update-pciids -q
diff --git a/cron.monthly/update-usbids b/cron.monthly/update-usbids
deleted file mode 100755 (executable)
index 1018546..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-exec /usr/sbin/update-usbids -q
index 3dded9c07565a6d5d232b1ca7454611f843f5fbb..a5270c38313e3aad199ae4501cc42f48d2bc3e53 100644 (file)
@@ -4,12 +4,12 @@
 # "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"
@@ -22,8 +22,8 @@ bind "main" "Alt-o" = "goto-url"
 
 # 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"
index 313b2f319486ea40dab04195d301e7d4fd4dd7bb..18df6a01e136588631470a20878065638e4e97f2 120000 (symlink)
@@ -1 +1 @@
-//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
index 96b72ad42fc6687e70417d40cedf5fb7660c2db8..6cf3b9563fa39cd7e364a2d804e014ba53c58cc8 100644 (file)
@@ -1,6 +1,6 @@
 # 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
 #
index 4c58e52d6b3fde4276415b6742cb3d7913f17462..887ab37b153e2b8907303fdeeaa9c21c3f0cba37 100644 (file)
--- a/host.conf
+++ b/host.conf
@@ -21,4 +21,4 @@ order hosts, bind
 # default, as it may cause a substantial performance loss at sites
 # with large hosts files.
 #
-multi off
+multi on
index 8032a30c47a6483be054f662dde0510e22a0d092..55c4eb079c1a86bec5ee72d9e9cc998e300141e2 100755 (executable)
@@ -1,22 +1,25 @@
 #!/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
 }
+
index 339d03d78a1f9bd16640df623690b8e78f770ab7..ebff59c0f8dba5c4e02bd9f6409b5acf7fb4a539 100755 (executable)
@@ -51,7 +51,7 @@ start() {
 
        start-stop-daemon --start --quiet --background \
                --exec /usr/sbin/nscd --pidfile ${pidfile} \
-               -- --foreground $secure
+               -- $secure
        eend $?
 }
 
index 62742bd644bc1e7ce48a925ff8392852dc92f6a5..f8700391ac3a89f520a4092406d066ff90aaecf2 100755 (executable)
@@ -6,6 +6,7 @@ description="mount devtmpfs or tmpfs on /dev"
 
 depend()
 {
+       provide dev-mount
        keyword -vserver -lxc
 }
 
index d33b46bf0accc6f765181fd92dc2d26237dd02b8..513d753f9bced3324d23cc55a1c96fa472e8a29a 100644 (file)
@@ -23,7 +23,7 @@ log_facility=daemon
 # 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
 
 
 
diff --git a/php/embed-php5.3/ext-active/imagick.ini b/php/embed-php5.3/ext-active/imagick.ini
new file mode 120000 (symlink)
index 0000000..70c17ad
--- /dev/null
@@ -0,0 +1 @@
+/etc/php/embed-php5.3/ext/imagick.ini
\ No newline at end of file
diff --git a/php/embed-php5.3/ext/imagick.ini b/php/embed-php5.3/ext/imagick.ini
new file mode 100644 (file)
index 0000000..d7513f1
--- /dev/null
@@ -0,0 +1 @@
+extension=imagick.so
index a326ed5e736ea6eb8922d23cc2eda898efa93050..4e4fd7abf6aed300e1ee7553304b95d830c75ffc 100644 (file)
@@ -1,7 +1,7 @@
 #
 # 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
 
@@ -15,7 +15,7 @@ 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
@@ -38,7 +38,7 @@ CONFIG_UNICODE_WIDE_WCHARS=y
 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
@@ -92,7 +92,7 @@ CONFIG_PREFIX="./_install"
 #
 # 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
diff --git a/xinetd.d/nrpe b/xinetd.d/nrpe
new file mode 100644 (file)
index 0000000..d9f226e
--- /dev/null
@@ -0,0 +1,5 @@
+/nrpe
+       server_args = -c /etc/nagios/nrpe.cfg --inetd
+#      only_from   = 127.0.0.1
+       disabled    = yes
+}
diff --git a/xml/.keep b/xml/.keep
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/xml/.keep_app-text_build-docbook-catalog-0 b/xml/.keep_app-text_build-docbook-catalog-0
deleted file mode 100644 (file)
index e69de29..0000000
index 82584f320e513c96fe30ea2a366888db269b880f..f149b2daccac71c61ea4a0fdf496e9b4bb9ef44e 100644 (file)
@@ -4,8 +4,9 @@
   <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"/>
index a05b38c57553cefa4bf97e1a8819259dd34ac95a..a0742bc5eac32b6923a1695ef07e14089a9f9a1c 100644 (file)
@@ -9,7 +9,7 @@
   <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"/>