maybe chmod 0644 './conf.d/device-mapper'
maybe chmod 0644 './conf.d/dmesg'
maybe chmod 0644 './conf.d/fsck'
-maybe chmod 0644 './conf.d/gem_server'
maybe chmod 0644 './conf.d/git-daemon'
maybe chmod 0644 './conf.d/gpm'
maybe chmod 0644 './conf.d/hostname'
maybe chmod 0644 './env.d/05binutils'
maybe chmod 0644 './env.d/09sandbox'
maybe chmod 0644 './env.d/10bind'
-maybe chmod 0644 './env.d/10rubygems'
maybe chmod 0644 './env.d/20java-config'
maybe chmod 0644 './env.d/20php5.3'
maybe chmod 0644 './env.d/20php5.5'
maybe chmod 0755 './init.d/dmeventd'
maybe chmod 0755 './init.d/fancontrol'
maybe chmod 0755 './init.d/fsck'
-maybe chmod 0755 './init.d/gem_server'
maybe chmod 0755 './init.d/git-daemon'
maybe chmod 0755 './init.d/gpm'
maybe chmod 0755 './init.d/hostname'
+++ /dev/null
-# /etc/conf.d/gem_server
-
-# See `gem_server --help` for more
-
-GEM_SERVER_OPTS=""
setenv PYTHONDOCS_2_7 '/usr/share/doc/python-docs-2.7.3/html/library'
setenv PYTHONDOCS_3_3 '/usr/share/doc/python-docs-3.3.2/html/library'
setenv ROOTPATH '/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3:/usr/lib64/subversion/bin'
-setenv RUBYOPT '-rauto_gem'
setenv XDG_CONFIG_DIRS '/etc/xdg'
setenv XDG_DATA_DIRS '/usr/local/share:/usr/share'
# Inform the DHCP server of our hostname for DDNS.
hostname
-# To share the DHCP lease across OSX and Windows a ClientID is needed.
-# Enabling this may get a different lease than the kernel DHCP client.
-# Some upstream DHCP servers may also require a ClientID, such as FRITZ!Box.
+
+# Use the hardware address of the interface for the Client ID.
#clientid
+# or
+# Use the same DUID + IAID as set in DHCPv6 for DHCPv4 ClientID as per RFC4361.
+duid
+
+# Persist interface configuration when dhcpcd exits.
+persistent
+
+# Rapid commit support.
+# Safe to enable by default because it requires the equivalent option set
+# on the server to actually work.
+option rapid_commit
# A list of options to request from the DHCP server.
option domain_name_servers, domain_name, domain_search, host_name
# Most distributions have NTP support.
option ntp_servers
# Respect the network MTU.
-option interface_mtu
+# Some interface drivers reset when changing the MTU so disabled by default.
+#option interface_mtu
+
# A ServerID is required by RFC2131.
require dhcp_server_identifier
+++ /dev/null
-RUBYOPT="-rauto_gem"
+++ /dev/null
-#!/sbin/runscript
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-PID=/var/run/gem_server.pid
-
-depend() {
- need localmount net
-}
-
-start() {
- ebegin "Starting gem_server"
- start-stop-daemon --start --chuid nobody --quiet --background --make-pidfile \
- --pidfile ${PID} --exec /usr/bin/ruby -- /usr/bin/gem server ${GEM_SERVER_OPTS}
- eend ${?}
-}
-
-stop() {
- ebegin "Stopping gem_server"
- start-stop-daemon --stop --pidfile ${PID}
- eend ${?}
-}
net-analyzer/nrpe command-args
net-analyzer/nagios-plugins nagios-dns nagios-ntp nagios-ping nagios-ssh smart sudo
net-analyzer/net-snmp diskio elf extensible lm_sensors mfd-rewrites sendmail smux
+net-analyzer/pb-nagios-plugins nrpe
net-analyzer/tcpdump -samba
net-analyzer/wireshark adns gcrypt geoip profile smi
export PYTHONDOCS_2_7='/usr/share/doc/python-docs-2.7.3/html/library'
export PYTHONDOCS_3_3='/usr/share/doc/python-docs-3.3.2/html/library'
export ROOTPATH='/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3:/usr/lib64/subversion/bin'
-export RUBYOPT='-rauto_gem'
export XDG_CONFIG_DIRS='/etc/xdg'
export XDG_DATA_DIRS='/usr/local/share:/usr/share'
CATALOG "/etc/sgml/xml-docbook-4.3.cat"
CATALOG "/etc/sgml/xml-docbook-4.4.cat"
CATALOG "/etc/sgml/xml-docbook-4.5.cat"
-CATALOG "/etc/sgml/openjade-1.3.2.cat"
CATALOG "/etc/sgml/linuxdoc.cat"
+CATALOG "/etc/sgml/openjade-1.3.2.cat"