saving uncommitted changes in /etc prior to emerge run
This commit is contained in:
15
conf.d/._cfg0000_alsasound
Normal file
15
conf.d/._cfg0000_alsasound
Normal file
@@ -0,0 +1,15 @@
|
||||
# RESTORE_ON_START:
|
||||
# Do you want to restore your mixer settings? If not, your cards will be
|
||||
# muted.
|
||||
# no - Do not restore state
|
||||
# yes - Restore state
|
||||
|
||||
RESTORE_ON_START="yes"
|
||||
|
||||
# SAVE_ON_STOP:
|
||||
# Do you want to save changes made to your mixer volumes when alsasound
|
||||
# stops?
|
||||
# no - Do not save state
|
||||
# yes - Save state
|
||||
|
||||
SAVE_ON_STOP="yes"
|
||||
74
conf.d/._cfg0000_apache2
Normal file
74
conf.d/._cfg0000_apache2
Normal file
@@ -0,0 +1,74 @@
|
||||
# /etc/conf.d/apache2: config file for /etc/init.d/apache2
|
||||
|
||||
# When you install a module it is easy to activate or deactivate the modules
|
||||
# and other features of apache using the APACHE2_OPTS line. Every module should
|
||||
# install a configuration in /etc/apache2/modules.d. In that file will have an
|
||||
# <IfDefine NNN> directive where NNN is the option to enable that module.
|
||||
#
|
||||
# Here are the options available in the default configuration:
|
||||
#
|
||||
# AUTH_DIGEST Enables mod_auth_digest
|
||||
# AUTHNZ_LDAP Enables authentication through mod_ldap (available if USE=ldap)
|
||||
# CACHE Enables mod_cache
|
||||
# DAV Enables mod_dav
|
||||
# ERRORDOCS Enables default error documents for many languages.
|
||||
# INFO Enables mod_info, a useful module for debugging
|
||||
# LANGUAGE Enables content-negotiation based on language and charset.
|
||||
# LDAP Enables mod_ldap (available if USE=ldap)
|
||||
# MANUAL Enables /manual/ to be the apache manual (available if USE=docs)
|
||||
# MEM_CACHE Enables default configuration mod_mem_cache
|
||||
# PROXY Enables mod_proxy
|
||||
# SSL Enables SSL (available if USE=ssl)
|
||||
# STATUS Enabled mod_status, a useful module for statistics
|
||||
# SUEXEC Enables running CGI scripts (in USERDIR) through suexec.
|
||||
# USERDIR Enables /~username mapping to /home/username/public_html
|
||||
#
|
||||
#
|
||||
# The following two options provide the default virtual host for the HTTP and
|
||||
# HTTPS protocol. YOU NEED TO ENABLE AT LEAST ONE OF THEM, otherwise apache
|
||||
# will not listen for incomming connections on the approriate port.
|
||||
#
|
||||
# DEFAULT_VHOST Enables name-based virtual hosts, with the default
|
||||
# virtual host being in /var/www/localhost/htdocs
|
||||
# SSL_DEFAULT_VHOST Enables default vhost for SSL (you should enable this
|
||||
# when you enable SSL)
|
||||
#
|
||||
APACHE2_OPTS="-D DEFAULT_VHOST -D INFO -D SSL -D SSL_DEFAULT_VHOST -D LANGUAGE"
|
||||
|
||||
# Extended options for advanced uses of Apache ONLY
|
||||
# You don't need to edit these unless you are doing crazy Apache stuff
|
||||
# As not having them set correctly, or feeding in an incorrect configuration
|
||||
# via them will result in Apache failing to start
|
||||
# YOU HAVE BEEN WARNED.
|
||||
|
||||
# PID file
|
||||
#PIDFILE=/run/apache2.pid
|
||||
|
||||
# timeout for startup/shutdown checks
|
||||
#TIMEOUT=10
|
||||
|
||||
# ServerRoot setting
|
||||
#SERVERROOT=/usr/lib64/apache2
|
||||
|
||||
# Configuration file location
|
||||
# - If this does NOT start with a '/', then it is treated relative to
|
||||
# $SERVERROOT by Apache
|
||||
#CONFIGFILE=/etc/apache2/httpd.conf
|
||||
|
||||
# Location to log startup errors to
|
||||
# They are normally dumped to your terminal.
|
||||
#STARTUPERRORLOG="/var/log/apache2/startuperror.log"
|
||||
|
||||
# A command that outputs a formatted text version of the HTML at the URL
|
||||
# of the command line. Designed for lynx, however other programs may work.
|
||||
#LYNX="lynx -dump"
|
||||
|
||||
# The URL to your server's mod_status status page.
|
||||
# Required for status and fullstatus
|
||||
#STATUSURL="http://localhost/server-status"
|
||||
|
||||
# Method to use when reloading the server
|
||||
# Valid options are 'restart' and 'graceful'
|
||||
# See http://httpd.apache.org/docs/2.2/stopping.html for information on
|
||||
# what they do and how they differ.
|
||||
#RELOAD_TYPE="graceful"
|
||||
35
conf.d/._cfg0000_distccd
Normal file
35
conf.d/._cfg0000_distccd
Normal file
@@ -0,0 +1,35 @@
|
||||
# /etc/conf.d/distccd: config file for /etc/init.d/distccd
|
||||
|
||||
# this is the distccd executable
|
||||
DISTCCD_EXEC="/usr/bin/distccd"
|
||||
|
||||
# this is where distccd will store its pid file
|
||||
DISTCCD_PIDFILE="/var/run/distccd/distccd.pid"
|
||||
|
||||
# Ports:
|
||||
# Default port is 3632. For most people the default is okay.
|
||||
#
|
||||
# Logging:
|
||||
# You can change some logging options here:
|
||||
# --log-file FILE
|
||||
# --log-level LEVEL [critical,error,warning, notice, info, debug]
|
||||
#
|
||||
# Leaving --log-file blank will log to syslog
|
||||
# example: --log-file /dev/null --log-level warning
|
||||
# example: --log-level critical
|
||||
#
|
||||
# Nice level:
|
||||
# The default nice level is 15. You can change it by adding: -N xx
|
||||
# where xx is the nice level.
|
||||
|
||||
# SECURITY NOTICE:
|
||||
# It is HIGHLY recomended that you use the --listen option
|
||||
# for increased security. You can specify an IP to permit connections
|
||||
# from or a CIDR mask
|
||||
# --listen accepts only a single IP
|
||||
# --allow is now mandatory as of distcc-2.18.
|
||||
# example: --allow 192.168.0.0/24
|
||||
# example: --allow 192.168.0.5 --allow 192.168.0.150
|
||||
# example: --listen 192.168.0.2
|
||||
|
||||
DISTCCD_OPTS="--port 3632 --log-level notice --log-file /var/log/distccd.log -N 15"
|
||||
20
conf.d/._cfg0000_hwclock
Normal file
20
conf.d/._cfg0000_hwclock
Normal file
@@ -0,0 +1,20 @@
|
||||
# Set CLOCK to "UTC" if your Hardware Clock is set to UTC (also known as
|
||||
# Greenwich Mean Time). If that clock is set to the local time, then
|
||||
# set CLOCK to "local". Note that if you dual boot with Windows, then
|
||||
# you should set it to "local".
|
||||
clock="UTC"
|
||||
|
||||
# If you want the hwclock script to set the system time (software clock)
|
||||
# to match the current hardware clock during bootup, leave this
|
||||
# commented out.
|
||||
# However, you can set this to "NO" ifyou are running a modern kernel
|
||||
# with CONFIG_RTC_HCTOSYS set to y and your hardware clock set to UTC.
|
||||
#clock_hctosys="YES"
|
||||
|
||||
# If you do not want to set the hardware clock to the current system
|
||||
# time (software clock) during shutdown, set this to no.
|
||||
#clock_systohc="YES"
|
||||
|
||||
# If you wish to pass any other arguments to hwclock during bootup,
|
||||
# you may do so here. Alpha users may wish to use --arc or --srm here.
|
||||
clock_args=""
|
||||
23
conf.d/._cfg0000_keymaps
Normal file
23
conf.d/._cfg0000_keymaps
Normal file
@@ -0,0 +1,23 @@
|
||||
# Use keymap to specify the default console keymap. There is a complete tree
|
||||
# of keymaps in /usr/share/keymaps to choose from.
|
||||
keymap="us"
|
||||
|
||||
# Should we first load the 'windowkeys' console keymap? Most x86 users will
|
||||
# say "yes" here. Note that non-x86 users should leave it as "no".
|
||||
# Loading this keymap will enable VT switching (like ALT+Left/Right)
|
||||
# using the special windows keys on the linux console.
|
||||
windowkeys="YES"
|
||||
|
||||
# The maps to load for extended keyboards. Most users will leave this as is.
|
||||
extended_keymaps=""
|
||||
#extended_keymaps="backspace keypad euro2"
|
||||
|
||||
# Tell dumpkeys(1) to interpret character action codes to be
|
||||
# from the specified character set.
|
||||
# This only matters if you set unicode="yes" in /etc/rc.conf.
|
||||
# For a list of valid sets, run `dumpkeys --help`
|
||||
dumpkeys_charset=""
|
||||
|
||||
# Some fonts map AltGr-E to the currency symbol ¤ instead of the Euro €
|
||||
# To fix this, set to "yes"
|
||||
fix_euro="NO"
|
||||
16
conf.d/._cfg0000_minetest-server
Normal file
16
conf.d/._cfg0000_minetest-server
Normal file
@@ -0,0 +1,16 @@
|
||||
# /etc/conf.d/minetest-server: config file for /etc/init.d/minetest-server
|
||||
|
||||
# user
|
||||
USER="minetest"
|
||||
|
||||
# group
|
||||
GROUP="games"
|
||||
|
||||
# pidfile
|
||||
PIDFILE="/var/run/minetest.pid"
|
||||
|
||||
# executable
|
||||
MINETESTBIN="/usr/games/bin/minetestserver"
|
||||
|
||||
# additional arguments for the server
|
||||
ARGS="--logfile /var/lib/minetest/minetest-server.log"
|
||||
23
conf.d/._cfg0000_modules
Normal file
23
conf.d/._cfg0000_modules
Normal file
@@ -0,0 +1,23 @@
|
||||
# You can define a list modules for a specific kernel version,
|
||||
# a released kernel version, a main kernel version or just a list.
|
||||
# The most specific versioned variable will take precedence.
|
||||
#modules_2_6_23_gentoo_r5="ieee1394 ohci1394"
|
||||
#modules_2_6_23="tun ieee1394"
|
||||
#modules_2_6="tun"
|
||||
#modules_2="ipv6"
|
||||
#modules="ohci1394"
|
||||
|
||||
# You can give modules a different name when they load - the new name
|
||||
# will also be used to pick arguments below.
|
||||
#modules="dummy:dummy1"
|
||||
|
||||
# Give the modules some arguments if needed, per version if necessary.
|
||||
# Again, the most specific versioned variable will take precedence.
|
||||
#module_ieee1394_args="debug"
|
||||
#module_ieee1394_args_2_6_23_gentoo_r5="debug2"
|
||||
#module_ieee1394_args_2_6_23="debug3"
|
||||
#module_ieee1394_args_2_6="debug4"
|
||||
#module_ieee1394_args_2="debug5"
|
||||
|
||||
# You should consult your kernel documentation and configuration
|
||||
# for a list of modules and their options.
|
||||
26
conf.d/._cfg0000_openconnect
Normal file
26
conf.d/._cfg0000_openconnect
Normal file
@@ -0,0 +1,26 @@
|
||||
# Variables to configure vpn tunnels where "vpnname" is the name of your vpn tunnel:
|
||||
#
|
||||
# server_vpnname
|
||||
# password_vpnname
|
||||
# vpnopts_vpnname
|
||||
#
|
||||
# The tunnel will need to be started with a symbolic link to openconnect:
|
||||
#
|
||||
# ln -s /etc/init.d/openconnect /etc/init.d/openconnect.vpnname
|
||||
#
|
||||
# If you'd like to execute a script on preup, postup, predown and postdown of the vpn tunnel, you
|
||||
# need to create executable scripts in a directory with the same name as
|
||||
# the vpn tunnel (vpn0 can be replaced with the vpn name):
|
||||
#
|
||||
# mkdir /etc/openconnect/vpn0
|
||||
# cd /etc/openconnect/vpn0"
|
||||
# echo '#!/bin/sh' > preup.sh"
|
||||
# cp preup.sh predown.sh"
|
||||
# cp preup.sh postup.sh"
|
||||
# cp preup.sh postdown.sh"
|
||||
# chmod 755 /etc/openconnect/vpn0/*"
|
||||
|
||||
server_vpn0="vpn.server.tld"
|
||||
password_vpn0="YOUR_PASSWORD"
|
||||
# Any OPENCONNECT options my go here (see openconnect --help)
|
||||
vpnopts_vpn0="-l --passwd-on-stdin --user=YOUR_USERNAME --script=/etc/openconnect/openconnect.sh"
|
||||
55
conf.d/._cfg0000_postgrey
Normal file
55
conf.d/._cfg0000_postgrey
Normal file
@@ -0,0 +1,55 @@
|
||||
# Config file for /etc/init.d/postgrey
|
||||
|
||||
# LISTEN TYPE
|
||||
# Set to 'inet' if you want to use a TCP socket.
|
||||
# Set to 'unix' if you want to use a UNIX socket.
|
||||
POSTGREY_TYPE="inet"
|
||||
|
||||
# HOST
|
||||
# What IP should postgrey bind to?
|
||||
# Leave unchanged unless you know what you are doing.
|
||||
# (ignored if POSTGREY_TYPE is set to 'unix')
|
||||
POSTGREY_HOST="127.0.0.1"
|
||||
|
||||
# PORT
|
||||
# What TCP port should postgrey listen on?
|
||||
# (ignored if POSTGREY_TYPE is set to 'unix')
|
||||
POSTGREY_PORT="10030"
|
||||
|
||||
# SOCKET
|
||||
# Unix socket to listen on, if POSTGREY_TYPE is set to 'unix'.
|
||||
# Leave unchanged unless you know what you are doing.
|
||||
# (ignored if POSTGREY_TYPE is set to 'inet')
|
||||
POSTGREY_SOCKET="/var/spool/postfix/private/postgrey"
|
||||
|
||||
# PID
|
||||
# Postgrey pid file.
|
||||
# Do not change, if you don't know what this is!
|
||||
POSTGREY_PID="/var/run/postgrey.pid"
|
||||
|
||||
# DELAY
|
||||
# How long to delay mail that is greylisted in seconds.
|
||||
POSTGREY_DELAY=300
|
||||
|
||||
# TEXT
|
||||
# The response we'll send back with delayed mail.
|
||||
POSTGREY_TEXT="Greylisted for %s seconds"
|
||||
|
||||
# Additional Postgrey options
|
||||
#
|
||||
# -v, --verbose increase verbosity level
|
||||
# --max-age=N delete entries older than N days since the last time
|
||||
# that they have been seen (default: 30)
|
||||
# --retry-window=N allow only N days for the first retrial (default: 2)
|
||||
# append 'h' if you want to specify it in hours
|
||||
# --greylist-action=A if greylisted, return A to Postfix (default: DEFER_IF_PERMIT)
|
||||
# --lookup-by-subnet strip the last 8 bits from IP addresses (default)
|
||||
# --lookup-by-host do not strip the last 8 bits from IP addresses
|
||||
# --whitelist-clients=FILE default: /etc/postfix/postgrey_whitelist_clients
|
||||
# --whitelist-recipients=FILE default: /etc/postfix/postgrey_whitelist_recipients
|
||||
#
|
||||
# Note that the --whitelist-x options can be specified multiple times, and that
|
||||
# per default /etc/postfix/postgrey_whitelist_clients.local is also read, so
|
||||
# that you can put there local entries.
|
||||
#
|
||||
POSTGREY_OPTS=""
|
||||
50
conf.d/._cfg0000_psd
Normal file
50
conf.d/._cfg0000_psd
Normal file
@@ -0,0 +1,50 @@
|
||||
#
|
||||
# /etc/psd.conf
|
||||
#
|
||||
# For documentation, see: https://wiki.archlinux.org/index.php/Profile-sync-daemon
|
||||
|
||||
# List users separated by spaces whose browser(s) profile(s) will get symlinked
|
||||
# and sync'ed to tmpfs
|
||||
# Do NOT list a user twice!
|
||||
#
|
||||
# Example
|
||||
# USERS="facade happy"
|
||||
USERS=""
|
||||
|
||||
# List browsers separated by spaces to include in the sync. Useful if you do not
|
||||
# wish to have all possible browser profiles sync'ed
|
||||
#
|
||||
# Possible values:
|
||||
# chromium
|
||||
# conkeror.mozdev.org
|
||||
# firefox
|
||||
# firefox-trunk
|
||||
# google-chrome
|
||||
# heftig-aurora
|
||||
# luakit
|
||||
# midori
|
||||
# opera
|
||||
# opera-next
|
||||
# qupzilla
|
||||
# rekonq
|
||||
# seamonkey
|
||||
#
|
||||
# Uncomment and select which browsers to manage if you wish
|
||||
# Otherwise all available/supported browsers will be managed
|
||||
#BROWSERS=""
|
||||
|
||||
# Define where browser profiles will reside in tmpfs
|
||||
# This location must be mounted to tmpfs and MUST have permissions of 777
|
||||
# Use NO trailing backslash!
|
||||
#
|
||||
# Suggested locations based on distro defaults:
|
||||
# Arch Linux/Chakra, Fedora, and Gentoo users can leave this commented out
|
||||
# Debian users should use a setting of "/dev/shm"
|
||||
# Mint/Ubuntu users should use a setting of "/run/shm"
|
||||
#VOLATILE="/tmp"
|
||||
|
||||
# Define where the pid file for psd will reside
|
||||
# Arch Linux/Chakra, Fedora, and Gentoo users can leave this commented out
|
||||
# Debian/Mint/Ubuntu users should use a setting of "/var/run/psd"
|
||||
#
|
||||
#DAEMON_FILE="/run/psd"
|
||||
21
conf.d/._cfg0000_sshd
Normal file
21
conf.d/._cfg0000_sshd
Normal file
@@ -0,0 +1,21 @@
|
||||
# /etc/conf.d/sshd: config file for /etc/init.d/sshd
|
||||
|
||||
# Where is your sshd_config file stored?
|
||||
|
||||
SSHD_CONFDIR="/etc/ssh"
|
||||
|
||||
|
||||
# Any random options you want to pass to sshd.
|
||||
# See the sshd(8) manpage for more info.
|
||||
|
||||
SSHD_OPTS=""
|
||||
|
||||
|
||||
# Pid file to use (needs to be absolute path).
|
||||
|
||||
#SSHD_PIDFILE="/var/run/sshd.pid"
|
||||
|
||||
|
||||
# Path to the sshd binary (needs to be absolute path).
|
||||
|
||||
#SSHD_BINARY="/usr/sbin/sshd"
|
||||
2
conf.d/._cfg0000_tox-dht-daemon
Normal file
2
conf.d/._cfg0000_tox-dht-daemon
Normal file
@@ -0,0 +1,2 @@
|
||||
TOX_GROUP=tox
|
||||
TOX_USER=tox
|
||||
13
conf.d/._cfg0000_unvanquished-server
Normal file
13
conf.d/._cfg0000_unvanquished-server
Normal file
@@ -0,0 +1,13 @@
|
||||
# /etc/conf.d/unvanquished-server: config file for /etc/init.d/unvanquished-server
|
||||
|
||||
# set to 1 to enable
|
||||
START_DAEMON=0
|
||||
|
||||
# DNS name or IP address of your internet interface.
|
||||
# Change it if you're setting up an internet server.
|
||||
#NET_IP="localhost"
|
||||
|
||||
# Additional options that are passed to the Daemon.
|
||||
# Add "+set dedicated 2" if you want your server advertised on the public
|
||||
# server list.
|
||||
#DAEMON_OPTS="+nocurses +set net_ip ${NET_IP}"
|
||||
74
conf.d/._cfg0001_apache2
Normal file
74
conf.d/._cfg0001_apache2
Normal file
@@ -0,0 +1,74 @@
|
||||
# /etc/conf.d/apache2: config file for /etc/init.d/apache2
|
||||
|
||||
# When you install a module it is easy to activate or deactivate the modules
|
||||
# and other features of apache using the APACHE2_OPTS line. Every module should
|
||||
# install a configuration in /etc/apache2/modules.d. In that file will have an
|
||||
# <IfDefine NNN> directive where NNN is the option to enable that module.
|
||||
#
|
||||
# Here are the options available in the default configuration:
|
||||
#
|
||||
# AUTH_DIGEST Enables mod_auth_digest
|
||||
# AUTHNZ_LDAP Enables authentication through mod_ldap (available if USE=ldap)
|
||||
# CACHE Enables mod_cache
|
||||
# DAV Enables mod_dav
|
||||
# ERRORDOCS Enables default error documents for many languages.
|
||||
# INFO Enables mod_info, a useful module for debugging
|
||||
# LANGUAGE Enables content-negotiation based on language and charset.
|
||||
# LDAP Enables mod_ldap (available if USE=ldap)
|
||||
# MANUAL Enables /manual/ to be the apache manual (available if USE=docs)
|
||||
# MEM_CACHE Enables default configuration mod_mem_cache
|
||||
# PROXY Enables mod_proxy
|
||||
# SSL Enables SSL (available if USE=ssl)
|
||||
# STATUS Enabled mod_status, a useful module for statistics
|
||||
# SUEXEC Enables running CGI scripts (in USERDIR) through suexec.
|
||||
# USERDIR Enables /~username mapping to /home/username/public_html
|
||||
#
|
||||
#
|
||||
# The following two options provide the default virtual host for the HTTP and
|
||||
# HTTPS protocol. YOU NEED TO ENABLE AT LEAST ONE OF THEM, otherwise apache
|
||||
# will not listen for incomming connections on the approriate port.
|
||||
#
|
||||
# DEFAULT_VHOST Enables name-based virtual hosts, with the default
|
||||
# virtual host being in /var/www/localhost/htdocs
|
||||
# SSL_DEFAULT_VHOST Enables default vhost for SSL (you should enable this
|
||||
# when you enable SSL)
|
||||
#
|
||||
APACHE2_OPTS="-D DEFAULT_VHOST -D INFO -D SSL -D SSL_DEFAULT_VHOST -D LANGUAGE"
|
||||
|
||||
# Extended options for advanced uses of Apache ONLY
|
||||
# You don't need to edit these unless you are doing crazy Apache stuff
|
||||
# As not having them set correctly, or feeding in an incorrect configuration
|
||||
# via them will result in Apache failing to start
|
||||
# YOU HAVE BEEN WARNED.
|
||||
|
||||
# PID file
|
||||
#PIDFILE=/var/run/apache2.pid
|
||||
|
||||
# timeout for startup/shutdown checks
|
||||
#TIMEOUT=10
|
||||
|
||||
# ServerRoot setting
|
||||
#SERVERROOT=/usr/lib64/apache2
|
||||
|
||||
# Configuration file location
|
||||
# - If this does NOT start with a '/', then it is treated relative to
|
||||
# $SERVERROOT by Apache
|
||||
#CONFIGFILE=/etc/apache2/httpd.conf
|
||||
|
||||
# Location to log startup errors to
|
||||
# They are normally dumped to your terminal.
|
||||
#STARTUPERRORLOG="/var/log/apache2/startuperror.log"
|
||||
|
||||
# A command that outputs a formatted text version of the HTML at the URL
|
||||
# of the command line. Designed for lynx, however other programs may work.
|
||||
#LYNX="lynx -dump"
|
||||
|
||||
# The URL to your server's mod_status status page.
|
||||
# Required for status and fullstatus
|
||||
#STATUSURL="http://localhost/server-status"
|
||||
|
||||
# Method to use when reloading the server
|
||||
# Valid options are 'restart' and 'graceful'
|
||||
# See http://httpd.apache.org/docs/2.2/stopping.html for information on
|
||||
# what they do and how they differ.
|
||||
#RELOAD_TYPE="graceful"
|
||||
20
conf.d/._cfg0001_hwclock
Normal file
20
conf.d/._cfg0001_hwclock
Normal file
@@ -0,0 +1,20 @@
|
||||
# Set CLOCK to "UTC" if your Hardware Clock is set to UTC (also known as
|
||||
# Greenwich Mean Time). If that clock is set to the local time, then
|
||||
# set CLOCK to "local". Note that if you dual boot with Windows, then
|
||||
# you should set it to "local".
|
||||
clock="UTC"
|
||||
|
||||
# If you want the hwclock script to set the system time (software clock)
|
||||
# to match the current hardware clock during bootup, leave this
|
||||
# commented out.
|
||||
# However, you can set this to "NO" if you are running a modern kernel
|
||||
# and using NTP to synchronize your system clock.
|
||||
#clock_hctosys="YES"
|
||||
|
||||
# If you do not want to set the hardware clock to the current system
|
||||
# time (software clock) during shutdown, set this to no.
|
||||
#clock_systohc="YES"
|
||||
|
||||
# If you wish to pass any other arguments to hwclock during bootup,
|
||||
# you may do so here. Alpha users may wish to use --arc or --srm here.
|
||||
clock_args=""
|
||||
23
conf.d/._cfg0001_keymaps
Normal file
23
conf.d/._cfg0001_keymaps
Normal file
@@ -0,0 +1,23 @@
|
||||
# Use keymap to specify the default console keymap. There is a complete tree
|
||||
# of keymaps in /usr/share/keymaps to choose from.
|
||||
keymap="us"
|
||||
|
||||
# Should we first load the 'windowkeys' console keymap? Most x86 users will
|
||||
# say "yes" here. Note that non-x86 users should leave it as "no".
|
||||
# Loading this keymap will enable VT switching (like ALT+Left/Right)
|
||||
# using the special windows keys on the linux console.
|
||||
windowkeys="YES"
|
||||
|
||||
# The maps to load for extended keyboards. Most users will leave this as is.
|
||||
extended_keymaps=""
|
||||
#extended_keymaps="backspace keypad euro2"
|
||||
|
||||
# Tell dumpkeys(1) to interpret character action codes to be
|
||||
# from the specified character set.
|
||||
# This only matters if you set unicode="yes" in /etc/rc.conf.
|
||||
# For a list of valid sets, run `dumpkeys --help`
|
||||
dumpkeys_charset=""
|
||||
|
||||
# Some fonts map AltGr-E to the currency symbol instead of the Euro.
|
||||
# To fix this, set to "yes"
|
||||
fix_euro="NO"
|
||||
16
conf.d/._cfg0001_minetest-server
Normal file
16
conf.d/._cfg0001_minetest-server
Normal file
@@ -0,0 +1,16 @@
|
||||
# /etc/conf.d/minetest-server: config file for /etc/init.d/minetest-server
|
||||
|
||||
# user
|
||||
USER="minetest"
|
||||
|
||||
# group
|
||||
GROUP="root"
|
||||
|
||||
# pidfile
|
||||
PIDFILE="/var/run/minetest.pid"
|
||||
|
||||
# executable
|
||||
MINETESTBIN="/usr/bin/minetestserver"
|
||||
|
||||
# additional arguments for the server
|
||||
ARGS="--logfile /var/lib/minetest/minetest-server.log"
|
||||
16
conf.d/._cfg0002_minetest-server
Normal file
16
conf.d/._cfg0002_minetest-server
Normal file
@@ -0,0 +1,16 @@
|
||||
# /etc/conf.d/minetest-server: config file for /etc/init.d/minetest-server
|
||||
|
||||
# user
|
||||
USER="minetest"
|
||||
|
||||
# group
|
||||
GROUP="minetest"
|
||||
|
||||
# pidfile
|
||||
PIDFILE="/var/run/minetest.pid"
|
||||
|
||||
# executable
|
||||
MINETESTBIN="/usr/bin/minetestserver"
|
||||
|
||||
# additional arguments for the server
|
||||
ARGS="--logfile /var/lib/minetest/minetest-server.log"
|
||||
6
conf.d/acpid
Normal file
6
conf.d/acpid
Normal file
@@ -0,0 +1,6 @@
|
||||
# /etc/conf.d/acpid: config file for /etc/init.d/acpid
|
||||
|
||||
# Options to pass to the acpid daemon.
|
||||
# See the acpid(8) man page for more info.
|
||||
|
||||
ACPID_ARGS=""
|
||||
31
conf.d/alsasound
Normal file
31
conf.d/alsasound
Normal file
@@ -0,0 +1,31 @@
|
||||
# ENABLE_OSS_EMUL:
|
||||
# Do you want to enable in-kernel oss emulation?
|
||||
# no - Do not load oss emul drivers
|
||||
# yes - Load oss emul drivers if they're found
|
||||
|
||||
ENABLE_OSS_EMUL="yes"
|
||||
|
||||
# RESTORE_ON_START:
|
||||
# Do you want to restore your mixer settings? If not, your cards will be
|
||||
# muted.
|
||||
# no - Do not restore state
|
||||
# yes - Restore state
|
||||
|
||||
RESTORE_ON_START="yes"
|
||||
|
||||
# SAVE_ON_STOP:
|
||||
# Do you want to save changes made to your mixer volumes when alsasound
|
||||
# stops?
|
||||
# no - Do not save state
|
||||
# yes - Save state
|
||||
|
||||
SAVE_ON_STOP="yes"
|
||||
|
||||
# LOAD_ON_START:
|
||||
# Do you want to load sound modules when alsasound starts?
|
||||
# Note: The Gentoo ALSA developers encourage you to build your sound
|
||||
# drivers into the kernel unless the device is hotpluggable or
|
||||
# you need to supply specific options (such as model= to HD-Audio).
|
||||
# no - Do not load modules
|
||||
# yes - Load modules
|
||||
LOAD_ON_START="yes"
|
||||
74
conf.d/apache2
Normal file
74
conf.d/apache2
Normal file
@@ -0,0 +1,74 @@
|
||||
# /etc/conf.d/apache2: config file for /etc/init.d/apache2
|
||||
|
||||
# When you install a module it is easy to activate or deactivate the modules
|
||||
# and other features of apache using the APACHE2_OPTS line. Every module should
|
||||
# install a configuration in /etc/apache2/modules.d. In that file will have an
|
||||
# <IfDefine NNN> directive where NNN is the option to enable that module.
|
||||
#
|
||||
# Here are the options available in the default configuration:
|
||||
#
|
||||
# AUTH_DIGEST Enables mod_auth_digest
|
||||
# AUTHNZ_LDAP Enables authentication through mod_ldap (available if USE=ldap)
|
||||
# CACHE Enables mod_cache
|
||||
# DAV Enables mod_dav
|
||||
# ERRORDOCS Enables default error documents for many languages.
|
||||
# INFO Enables mod_info, a useful module for debugging
|
||||
# LANGUAGE Enables content-negotiation based on language and charset.
|
||||
# LDAP Enables mod_ldap (available if USE=ldap)
|
||||
# MANUAL Enables /manual/ to be the apache manual (available if USE=docs)
|
||||
# MEM_CACHE Enables default configuration mod_mem_cache
|
||||
# PROXY Enables mod_proxy
|
||||
# SSL Enables SSL (available if USE=ssl)
|
||||
# STATUS Enabled mod_status, a useful module for statistics
|
||||
# SUEXEC Enables running CGI scripts (in USERDIR) through suexec.
|
||||
# USERDIR Enables /~username mapping to /home/username/public_html
|
||||
#
|
||||
#
|
||||
# The following two options provide the default virtual host for the HTTP and
|
||||
# HTTPS protocol. YOU NEED TO ENABLE AT LEAST ONE OF THEM, otherwise apache
|
||||
# will not listen for incomming connections on the approriate port.
|
||||
#
|
||||
# DEFAULT_VHOST Enables name-based virtual hosts, with the default
|
||||
# virtual host being in /var/www/localhost/htdocs
|
||||
# SSL_DEFAULT_VHOST Enables default vhost for SSL (you should enable this
|
||||
# when you enable SSL)
|
||||
#
|
||||
APACHE2_OPTS="-D DEFAULT_VHOST -D INFO -D SSL -D SSL_DEFAULT_VHOST -D LANGUAGE -D PASSENGER"
|
||||
|
||||
# Extended options for advanced uses of Apache ONLY
|
||||
# You don't need to edit these unless you are doing crazy Apache stuff
|
||||
# As not having them set correctly, or feeding in an incorrect configuration
|
||||
# via them will result in Apache failing to start
|
||||
# YOU HAVE BEEN WARNED.
|
||||
|
||||
# PID file
|
||||
#PIDFILE=/var/run/apache2.pid
|
||||
|
||||
# timeout for startup/shutdown checks
|
||||
#TIMEOUT=10
|
||||
|
||||
# ServerRoot setting
|
||||
#SERVERROOT=/usr/lib64/apache2
|
||||
|
||||
# Configuration file location
|
||||
# - If this does NOT start with a '/', then it is treated relative to
|
||||
# $SERVERROOT by Apache
|
||||
#CONFIGFILE=/etc/apache2/httpd.conf
|
||||
|
||||
# Location to log startup errors to
|
||||
# They are normally dumped to your terminal.
|
||||
#STARTUPERRORLOG="/var/log/apache2/startuperror.log"
|
||||
|
||||
# A command that outputs a formatted text version of the HTML at the URL
|
||||
# of the command line. Designed for lynx, however other programs may work.
|
||||
#LYNX="lynx -dump"
|
||||
|
||||
# The URL to your server's mod_status status page.
|
||||
# Required for status and fullstatus
|
||||
#STATUSURL="http://localhost/server-status"
|
||||
|
||||
# Method to use when reloading the server
|
||||
# Valid options are 'restart' and 'graceful'
|
||||
# See http://httpd.apache.org/docs/2.2/stopping.html for information on
|
||||
# what they do and how they differ.
|
||||
#RELOAD_TYPE="graceful"
|
||||
2
conf.d/bitlbee
Normal file
2
conf.d/bitlbee
Normal file
@@ -0,0 +1,2 @@
|
||||
#Bitlbee options (see /usr/sbin/bitlbee -h)
|
||||
BITLBEE_OPTS="-F"
|
||||
10
conf.d/bootmisc
Normal file
10
conf.d/bootmisc
Normal file
@@ -0,0 +1,10 @@
|
||||
# List of /tmp directories we should clean up
|
||||
clean_tmp_dirs="/tmp"
|
||||
|
||||
# Should we wipe the tmp paths completely or just selectively remove known
|
||||
# locks / files / etc... ?
|
||||
wipe_tmp="YES"
|
||||
|
||||
# Write the initial dmesg log into /var/log/dmesg after boot
|
||||
# This may be useful if you need the kernel boot log afterwards
|
||||
log_dmesg="YES"
|
||||
6
conf.d/busybox-ntpd
Normal file
6
conf.d/busybox-ntpd
Normal file
@@ -0,0 +1,6 @@
|
||||
# Config file for /etc/init.d/busybox-ntpd
|
||||
|
||||
# run "/sbin/ntpd --help" to see all possible options.
|
||||
|
||||
# Get time from specified server and run in background
|
||||
NTPD_OPTS="-N -p pool.ntp.org"
|
||||
9
conf.d/busybox-watchdog
Normal file
9
conf.d/busybox-watchdog
Normal file
@@ -0,0 +1,9 @@
|
||||
# Config file for /etc/init.d/busybox-watchdog
|
||||
|
||||
# run "/sbin/watchdog --help" to see all possible options.
|
||||
|
||||
# Periodically write to watchdog device
|
||||
WATCHDOG_OPTS="/dev/watchdog"
|
||||
|
||||
# optionally set the nice-level
|
||||
#SSD_NICELEVEL="-20"
|
||||
18
conf.d/consolefont
Normal file
18
conf.d/consolefont
Normal file
@@ -0,0 +1,18 @@
|
||||
# The consolefont service is not activated by default. If you need to
|
||||
# use it, you should run "rc-update add consolefont boot" as root.
|
||||
#
|
||||
# consolefont specifies the default font that you'd like Linux to use on the
|
||||
# console. You can find a good selection of fonts in /usr/share/consolefonts;
|
||||
# you shouldn't specify the trailing ".psf.gz", just the font name below.
|
||||
# To use the default console font, comment out the CONSOLEFONT setting below.
|
||||
consolefont="default8x16"
|
||||
|
||||
# consoletranslation is the charset map file to use. Leave commented to use
|
||||
# the default one. Have a look in /usr/share/consoletrans for a selection of
|
||||
# map files you can use.
|
||||
#consoletranslation="8859-1_to_uni"
|
||||
|
||||
# unicodemap is the unicode map file to use. Leave commented to use the
|
||||
# default one. Have a look in /usr/share/unimaps for a selection of map files
|
||||
# you can use.
|
||||
#unicodemap="iso01"
|
||||
11
conf.d/cpufrequtils
Normal file
11
conf.d/cpufrequtils
Normal file
@@ -0,0 +1,11 @@
|
||||
# /etc/conf.d/cpufrequtils: config file for /etc/init.d/cpufrequtils
|
||||
|
||||
# Options when starting cpufreq (given to the `cpufreq-set` program)
|
||||
START_OPTS="--governor ondemand"
|
||||
|
||||
# Options when stopping cpufreq (given to the `cpufreq-set` program)
|
||||
STOP_OPTS="--governor performance"
|
||||
|
||||
# Extra settings to write to sysfs cpufreq values.
|
||||
#SYSFS_EXTRA="ondemand/ignore_nice_load=1 ondemand/up_threshold=70"
|
||||
|
||||
36
conf.d/cpupower
Normal file
36
conf.d/cpupower
Normal file
@@ -0,0 +1,36 @@
|
||||
# /etc/conf.d/cpupower: config file for /etc/init.d/cpupower
|
||||
|
||||
# Options when starting cpufreq (given to the `cpupower` program)
|
||||
# Possible options are:
|
||||
# -g --governor <GOV> (ie: ondemand, performance, or powersave)
|
||||
# -d --min <FREQ> (ie: 1000MHz)
|
||||
# -u --max <FREQ> (ie: 2000MHz)
|
||||
# -f --freq <FREQ> (requires userspace governor, this *can not* be combined with
|
||||
# with any other parameters).
|
||||
# Frequencies can be passed in Hz, kHz (default), MHz, GHz, or THz by postfixing the
|
||||
# value with the wanted unit name, without any space.
|
||||
# (frequency in kHz =^ Hz * 0.001 =^ MHz * 1000 =^ GHz * 1000000).
|
||||
|
||||
START_OPTS="--governor ondemand"
|
||||
|
||||
# Options when stopping cpufreq (given to the `cpupower` program)
|
||||
# This option can be used to change governer on stop. Leaving it empty will ensure
|
||||
# the governer remains on the one provided above.
|
||||
STOP_OPTS=""
|
||||
|
||||
# Extra settings to write to sysfs cpufreq values.
|
||||
#
|
||||
# up_threshold: threshold for stepping up frequency, where the value represents
|
||||
# the percentage of cpu load.
|
||||
#
|
||||
# down_threshold: threshold for stepping down frequency, where the value
|
||||
# represents the percentage of cpu load.
|
||||
#
|
||||
# sampling_down_factor: determines how frequently the governor polls the cpu, a
|
||||
# value greater than 1 improves performance by reducing the polling when the
|
||||
# load is high. This tunable has no effect on behavior at lower CPU frequencies.
|
||||
#
|
||||
# ignore_nice_load: when set to '1' the processes that are run with a 'nice'
|
||||
# value will not count in the usage calculation.
|
||||
|
||||
#SYSFS_EXTRA="ondemand/ignore_nice_load=1 ondemand/up_threshold=75 ondemand/sampling_down_factor=10"
|
||||
6
conf.d/cyrus
Normal file
6
conf.d/cyrus
Normal file
@@ -0,0 +1,6 @@
|
||||
# Copyright 1999-2004 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/files/cyrus.confd,v 1.1 2004/12/29 06:44:00 swegener Exp $
|
||||
|
||||
# Additional options for the cyrus master
|
||||
CYRUS_OPTS=""
|
||||
8
conf.d/devfs
Normal file
8
conf.d/devfs
Normal file
@@ -0,0 +1,8 @@
|
||||
# OpenRC will attempt each of the following in succession to mount /dev.
|
||||
#
|
||||
# 1. If there is an entry for /dev in fstab, it will be used.
|
||||
# 2. If devtmpfs is defined in the kernel, it will be used.
|
||||
# 3. If tmpfs is defined in the kernel, it will be used.
|
||||
#
|
||||
# Set this to yes if you do not want OpenRC to attempt to mount /dev.
|
||||
# skip_mount_dev="NO"
|
||||
1
conf.d/device-mapper
Normal file
1
conf.d/device-mapper
Normal file
@@ -0,0 +1 @@
|
||||
RC_AFTER="lvm"
|
||||
1
conf.d/devmon
Normal file
1
conf.d/devmon
Normal file
@@ -0,0 +1 @@
|
||||
ARGS=""
|
||||
40
conf.d/distccd
Normal file
40
conf.d/distccd
Normal file
@@ -0,0 +1,40 @@
|
||||
# /etc/conf.d/distccd: config file for /etc/init.d/distccd
|
||||
|
||||
DISTCCD_OPTS=""
|
||||
|
||||
# this is the distccd executable
|
||||
DISTCCD_EXEC="/usr/bin/distccd"
|
||||
|
||||
# this is where distccd will store its pid file
|
||||
DISTCCD_PIDFILE="/var/run/distccd/distccd.pid"
|
||||
|
||||
# set this option to run distccd with extra parameters
|
||||
# Default port is 3632. For most people the default is okay.
|
||||
DISTCCD_OPTS="${DISTCCD_OPTS} --port 3632"
|
||||
|
||||
# Logging
|
||||
# You can change some logging options here:
|
||||
# --log-file FILE
|
||||
# --log-level LEVEL [critical,error,warning, notice, info, debug]
|
||||
#
|
||||
# Leaving --log-file blank will log to syslog
|
||||
# example: --log-file /dev/null --log-level warning
|
||||
# example: --log-level critical
|
||||
|
||||
DISTCCD_OPTS="${DISTCCD_OPTS} --log-level critical"
|
||||
|
||||
# SECURITY NOTICE:
|
||||
# It is HIGHLY recomended that you use the --listen option
|
||||
# for increased security. You can specify an IP to permit connections
|
||||
# from or a CIDR mask
|
||||
# --listen accepts only a single IP
|
||||
# --allow is now mandatory as of distcc-2.18.
|
||||
# example: --allow 192.168.0.0/24
|
||||
# example: --allow 192.168.0.5 --allow 192.168.0.150
|
||||
# example: --listen 192.168.0.2
|
||||
DISTCCD_OPTS="${DISTCCD_OPTS} --allow 192.168.4.8 --listen 192.168.4.5"
|
||||
#DISTCCD_OPTS="${DISTCCD_OPTS} --listen 192.168.0.2"
|
||||
|
||||
# set this for niceness
|
||||
# Default is 15
|
||||
DISTCCD_OPTS="${DISTCCD_OPTS} -N 15"
|
||||
98
conf.d/dmcrypt
Normal file
98
conf.d/dmcrypt
Normal file
@@ -0,0 +1,98 @@
|
||||
# /etc/conf.d/dmcrypt
|
||||
|
||||
# For people who run dmcrypt on top of some other layer (like raid),
|
||||
# use rc_need to specify that requirement. See the runscript(8) man
|
||||
# page for more information.
|
||||
|
||||
#--------------------
|
||||
# Instructions
|
||||
#--------------------
|
||||
|
||||
# Note regarding the syntax of this file. This file is *almost* bash,
|
||||
# but each line is evaluated separately. Separate swaps/targets can be
|
||||
# specified. The init-script which reads this file assumes that a
|
||||
# swap= or target= line starts a new section, similar to lilo or grub
|
||||
# configuration.
|
||||
|
||||
# Note when using gpg keys and /usr on a separate partition, you will
|
||||
# have to copy /usr/bin/gpg to /bin/gpg so that it will work properly
|
||||
# and ensure that gpg has been compiled statically.
|
||||
# See http://bugs.gentoo.org/90482 for more information.
|
||||
|
||||
# Note that the init-script which reads this file detects whether your
|
||||
# partition is LUKS or not. No mkfs is run unless you specify a makefs
|
||||
# option.
|
||||
|
||||
# Global options:
|
||||
#----------------
|
||||
|
||||
# Max number of checks to perform (1 per second)
|
||||
#dmcrypt_max_timeout=120
|
||||
|
||||
# Arguments:
|
||||
#-----------
|
||||
# target=<name> == Mapping name for partition.
|
||||
# swap=<name> == Mapping name for swap partition.
|
||||
# source='<dev>' == Real device for partition.
|
||||
# key='</path/to/keyfile>[:<mode>]' == Fullpath from / or from inside removable media.
|
||||
# remdev='<dev>' == Device that will be assigned to removable media.
|
||||
# gpg_options='<opts>' == Default are --quiet --decrypt
|
||||
# options='<opts>' == cryptsetup, for LUKS you can only use --readonly
|
||||
# loop_file='<file>' == Loopback file.
|
||||
# pre_mount='cmds' == commands to execute before mounting partition.
|
||||
# post_mount='cmds' == commands to execute after mounting partition.
|
||||
#-----------
|
||||
# Supported Modes
|
||||
# gpg == decrypt and pipe key into cryptsetup.
|
||||
# Note: new-line character must not be part of key.
|
||||
# Command to erase \n char: 'cat key | tr -d '\n' > cleanKey'
|
||||
|
||||
#--------------------
|
||||
# dm-crypt examples
|
||||
#--------------------
|
||||
|
||||
## swap
|
||||
# Swap partitions. These should come first so that no keys make their
|
||||
# way into unencrypted swap.
|
||||
# If no options are given, they will default to: -c aes -h sha1 -d /dev/urandom
|
||||
# If no makefs is given then mkswap will be assumed
|
||||
#swap=crypt-swap
|
||||
#source='/dev/hda2'
|
||||
|
||||
## /home with passphrase
|
||||
#target=crypt-home
|
||||
#source='/dev/hda5'
|
||||
|
||||
## /home with regular keyfile
|
||||
#target=crypt-home
|
||||
#source='/dev/hda5'
|
||||
#key='/full/path/to/homekey'
|
||||
|
||||
## /home with gpg protected key
|
||||
#target=crypt-home
|
||||
#source='/dev/hda5'
|
||||
#key='/full/path/to/homekey:gpg'
|
||||
|
||||
## /home with regular keyfile on removable media(such as usb-stick)
|
||||
#target=crypt-home
|
||||
#source='/dev/hda5'
|
||||
#key='/full/path/to/homekey'
|
||||
#remdev='/dev/sda1'
|
||||
|
||||
##/home with gpg protected key on removable media(such as usb-stick)
|
||||
#target=crypt-home
|
||||
#source='/dev/hda5'
|
||||
#key='/full/path/to/homekey:gpg'
|
||||
#remdev='/dev/sda1'
|
||||
|
||||
##/tmp with regular keyfile
|
||||
#target=crypt-tmp
|
||||
#source='/dev/hda6'
|
||||
#key='/full/path/to/tmpkey'
|
||||
#pre_mount='/sbin/mkreiserfs -f -f ${dev}'
|
||||
#post_mount='chown root:root ${mount_point}; chmod 1777 ${mount_point}'
|
||||
|
||||
## Loopback file example
|
||||
#mount='crypt-loop-home'
|
||||
#source='/dev/loop0'
|
||||
#loop_file='/mnt/crypt/home'
|
||||
3
conf.d/dmesg
Normal file
3
conf.d/dmesg
Normal file
@@ -0,0 +1,3 @@
|
||||
# Sets the level at which logging of messages is done to the
|
||||
# console. See dmesg(1) for more info.
|
||||
dmesg_level="1"
|
||||
14
conf.d/dropbox
Normal file
14
conf.d/dropbox
Normal file
@@ -0,0 +1,14 @@
|
||||
# /etc/conf.d/dropbox.conf: config file for /etc/init.d/dropbox
|
||||
|
||||
# Users to run dropbox
|
||||
DROPBOX_USERS=""
|
||||
|
||||
# integer [-20 .. 19 ] default 0
|
||||
# change the priority of the server -20 (high) to 19 (low)
|
||||
# see nice(1) for description
|
||||
#NICE=0
|
||||
|
||||
# See start-stop-daemon(8) for possible settings
|
||||
#IONICE=2
|
||||
|
||||
PID_DIR=/var/run/dropbox
|
||||
7
conf.d/fbcondecor
Normal file
7
conf.d/fbcondecor
Normal file
@@ -0,0 +1,7 @@
|
||||
# On which TTYs should fbcondecor be enabled? Defaults to RC_TTY_NUMBER.
|
||||
# FBCONDECOR_TTYS="1 2 3 4 5 6"
|
||||
|
||||
# Allows to set different themes on different consoles
|
||||
# format: "<console>:<theme> <console>:<theme> (...)"
|
||||
# FBCONDECOR_TTY_MAP="1:emergence"
|
||||
|
||||
34
conf.d/fsck
Normal file
34
conf.d/fsck
Normal file
@@ -0,0 +1,34 @@
|
||||
# Pass any arguments to fsck.
|
||||
# By default we preen.
|
||||
# Linux systems also force -C0 and -T.
|
||||
# If fsck_args is not specified then Linux systems also use -A
|
||||
# (and -R if / is rw)
|
||||
#fsck_args="-p"
|
||||
|
||||
# We can also specify the passno in /etc/fstab to check
|
||||
# If you multiplex fsck (ie ln -s fsck /etc/init.d/fsck.late) then you can
|
||||
# do an fsck outside of the normal scope, say for /home.
|
||||
# Here are some exampes:-
|
||||
#fsck_passno="=1 =2"
|
||||
#fsck_passno=">1"
|
||||
#fsck_passno="<2"
|
||||
|
||||
# If passno is not enough granularity, you can also specify mountpoints to
|
||||
# check. This should NOT be used for the default non-multiplexed fsck, or your
|
||||
# system might not be checked. Additionally, it is mutually exclusive with
|
||||
# the fsck_passno setting.
|
||||
#fsck_mnt=""
|
||||
#fsck_mnt="/home"
|
||||
|
||||
# Most modern fs's don't require a full fsck on boot, but for those that do
|
||||
# it may be advisable to skip this when running on battery.
|
||||
# WARNING: Do not turn this off if you have any JFS partitions.
|
||||
fsck_on_battery="YES"
|
||||
|
||||
# fsck_shutdown causes fsck to trigger during shutdown as well as startup.
|
||||
# The end result of this is that if any periodic non-root filesystem checks are
|
||||
# scheduled, under normal circumstances the actual check will happen during
|
||||
# shutdown rather than at next boot.
|
||||
# This is useful when periodic filesystem checks are causing undesirable
|
||||
# delays at startup, but such delays at shutdown are acceptable.
|
||||
fsck_shutdown="NO"
|
||||
17
conf.d/g15composer
Normal file
17
conf.d/g15composer
Normal file
@@ -0,0 +1,17 @@
|
||||
# /etc/conf.d/g15composer: Configuration for the g15composer
|
||||
|
||||
# The CONTROL_FIFO is the name of the FIFO that g15composer listens to.
|
||||
# It does not create a screen on the display, but allows programs to
|
||||
# create their own non-virtual screens.
|
||||
# Please make sure the file specified does not exist.
|
||||
CONTROL_FIFO="/var/run/g15composer"
|
||||
|
||||
# Set the user who owns the CONTROL_FIFO.
|
||||
# As this is also the user as whom g15composer is run,
|
||||
# it has to be someone who can create further message channels
|
||||
# This should be the user who runs the LCD clients
|
||||
FIFO_USER=jule
|
||||
|
||||
# Set the grop which owns the CONTROL_FIFO.
|
||||
# The users who want to display screens on the LCD need to be in this group.
|
||||
FIFO_GROUP=users
|
||||
9
conf.d/g15daemon
Normal file
9
conf.d/g15daemon
Normal file
@@ -0,0 +1,9 @@
|
||||
# /etc/conf.d/g15daemon: Configuration for the g15daemon
|
||||
|
||||
# Key to switch the client-screens. Default is the MR key,
|
||||
# Set to "yes" to use L1 key instead (black round key below the LCD, above the multimedia keys).
|
||||
CLIENT_SWITCH_L1="no"
|
||||
|
||||
# Set to "yes" to switch off the lcd backlight when stopping g15daemon.
|
||||
BACKLIGHT_OFF="no"
|
||||
|
||||
20
conf.d/g15stats
Normal file
20
conf.d/g15stats
Normal file
@@ -0,0 +1,20 @@
|
||||
# /etc/conf.d/g15stats: Configuration for the G15 stats
|
||||
|
||||
#Gather statistics from named interface (ie eth0)
|
||||
#Network Screen displays Total bytes In/Out, history graph, Peak speed.
|
||||
IFACE="eth0"
|
||||
|
||||
# Please see g15stats --help for meanings
|
||||
#TEMP_INPUT=1
|
||||
#GLOBAL_TEMP_INPUT=1
|
||||
#FAN_INPUT=1
|
||||
|
||||
# please see g15stats --help for all options
|
||||
# As of 1.9.7, the options where:
|
||||
# --unicore
|
||||
# --net-scale-absolute
|
||||
# --info-rotate
|
||||
# --variable-cpu
|
||||
# --refresh
|
||||
# --disable-freq
|
||||
EXTRA_OPTS="${IFACE:+--interface} ${IFACE} ${TEMP_INPUT:+--temperature} ${TEMP_INPUT} ${GLOBAL_TEMP_INPUT:+--global-temp} ${GLOBAL_TEMP_INPUT} ${FAN_INPUT:+--fan} ${FAN_INPUT}"
|
||||
19
conf.d/git-daemon
Normal file
19
conf.d/git-daemon
Normal file
@@ -0,0 +1,19 @@
|
||||
# conf.d file for git-daemon
|
||||
#
|
||||
# Please check man 1 git-daemon for more information about the options
|
||||
# git-daemon accepts. You MUST edit this to include your repositories you wish
|
||||
# to serve.
|
||||
#
|
||||
# Some of the meaningful options are:
|
||||
# --syslog --- Enables syslog logging
|
||||
# --verbose --- Enables verbose logging
|
||||
# --export-all --- Exports all repositories
|
||||
# --port=XXXX --- Starts in port XXXX instead of 9418
|
||||
#
|
||||
GITDAEMON_OPTS="--syslog --base-path=/var/git"
|
||||
|
||||
# To run an anonymous git safely, the following user should be able to only
|
||||
# read your Git repositories. It should not able able to write to anywhere on
|
||||
# your system, esp. not the repositories.
|
||||
GIT_USER="nobody"
|
||||
GIT_GROUP="nobody"
|
||||
23
conf.d/gpm
Normal file
23
conf.d/gpm
Normal file
@@ -0,0 +1,23 @@
|
||||
# /etc/init.d/gpm
|
||||
|
||||
# Please uncomment the type of mouse you have and the appropriate MOUSEDEV entry
|
||||
|
||||
MOUSE=ps2
|
||||
#MOUSE=imps2
|
||||
#MOUSEDEV=/dev/psaux
|
||||
MOUSEDEV=/dev/input/mice
|
||||
|
||||
# Extra settings
|
||||
|
||||
#RESPONSIVENESS=
|
||||
#REPEAT_TYPE=raw
|
||||
|
||||
# Please uncomment this line if you want gpm to understand charsets used
|
||||
# in URLs and names with ~ or : in them, etc. This is a good idea to turn on!
|
||||
|
||||
#APPEND="-l \"a-zA-Z0-9_.:~/\300-\326\330-\366\370-\377\""
|
||||
|
||||
# Various other options, see gpm(8) manpage for more.
|
||||
|
||||
#APPEND="-g 1 -A60"
|
||||
#APPEND="-l \"a-zA-Z0-9_.:~/\300-\326\330-\366\370-\377\" -g 1 -A60"
|
||||
13
conf.d/hddtemp
Normal file
13
conf.d/hddtemp
Normal file
@@ -0,0 +1,13 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/files/hddtemp-conf.d,v 1.4 2012/03/16 14:25:14 aidecoe Exp $
|
||||
|
||||
# the hddtemp executable
|
||||
HDDTEMP_EXEC=/usr/sbin/hddtemp
|
||||
|
||||
# various options to pass to the daemon
|
||||
HDDTEMP_OPTS="--listen=127.0.0.1"
|
||||
|
||||
# a list of drives to check
|
||||
HDDTEMP_DRIVES="/dev/sda /dev/sdb"
|
||||
|
||||
26
conf.d/hdparm
Normal file
26
conf.d/hdparm
Normal file
@@ -0,0 +1,26 @@
|
||||
# /etc/conf.d/hdparm: config file for /etc/init.d/hdparm
|
||||
|
||||
#
|
||||
# Note that options such as -y which force *immediate* power saving options
|
||||
# should generally not be placed here. The hdparm init.d script may run at
|
||||
# anytime with respect to other init.d scripts that do system wide drive
|
||||
# scans (like the hald script), so they will merely get spun right back up.
|
||||
# If you wish to use these options, please use the local.start init.d script
|
||||
# instead so that you're guaranteed that it will run last.
|
||||
#
|
||||
|
||||
# You can either set hdparm arguments for each drive using hdX_args,
|
||||
# discX_args, cdromX_args and genericX_args, e.g.
|
||||
#
|
||||
# hda_args="-d1 -X66"
|
||||
# disc1_args="-d1"
|
||||
# cdrom0_args="-d1"
|
||||
|
||||
# or you can set options for all PATA drives
|
||||
pata_all_args="-d1"
|
||||
|
||||
# or you can set options for all SATA drives
|
||||
sata_all_args=""
|
||||
|
||||
# or, you can set hdparm options for all drives
|
||||
all_args=""
|
||||
2
conf.d/hostname
Normal file
2
conf.d/hostname
Normal file
@@ -0,0 +1,2 @@
|
||||
# Set to the hostname of this machine
|
||||
hostname="localhost"
|
||||
11
conf.d/hprofile
Normal file
11
conf.d/hprofile
Normal file
@@ -0,0 +1,11 @@
|
||||
#
|
||||
# $Header: hprofile.confd,v 2014/09/20 13:05:23 -tclover Exp $
|
||||
#
|
||||
# This variable is a list of profiles to start when starting the service
|
||||
#
|
||||
|
||||
PROFILES="vga power"
|
||||
|
||||
#
|
||||
# vim:fenc=utf-8:ft=gentoo-conf-d:ci:pi:sts=0:sw=4:ts=4:
|
||||
#
|
||||
126
conf.d/hsqldb
Normal file
126
conf.d/hsqldb
Normal file
@@ -0,0 +1,126 @@
|
||||
# $Id: sample-hsqldb.cfg,v 1.15 2005/07/23 19:54:17 unsaved Exp $
|
||||
|
||||
# Sample configuration file for HSQLDB database server.
|
||||
# See the "UNIX Quick Start" chapter of the Hsqldb User Guide.
|
||||
|
||||
# N.b.!!!! You must place this in the right location for your type of UNIX.
|
||||
# See the init script "hsqldb" to see where this must be placed and
|
||||
# what it should be renamed to.
|
||||
|
||||
# This file is "sourced" by a Bourne shell, so use Bourne shell syntax.
|
||||
|
||||
# This file WILL NOT WORK until you set (at least) the non-commented
|
||||
# variables to the appropriate values for your system.
|
||||
# Life will be easier if you avoid all filepaths with spaces or any other
|
||||
# funny characters. Don't ask for support if you ignore this advice.
|
||||
|
||||
# Thanks to Meikel Bisping for his contributions. -- Blaine
|
||||
|
||||
JAVA_EXECUTABLE=/usr/bin/java
|
||||
|
||||
# Unless you copied a hsqldb.jar file from another system, this typically
|
||||
# resides at $HSQLDB_HOME/lib/hsqldb.jar, where $HSQLDB_HOME is your HSQLDB
|
||||
# software base directory.
|
||||
HSQLDB_JAR_PATH=/usr/share/hsqldb/lib/hsqldb.jar
|
||||
|
||||
# Where the file "server.properties" resides.
|
||||
SERVER_HOME=/var/lib/hsqldb
|
||||
|
||||
# What UNIX user the server will run as.
|
||||
# (The shutdown client is always run as root or the invoker of the init script).
|
||||
# Runs as root by default, but you should take the time to set database file
|
||||
# ownerships to another user and set that user name here.
|
||||
HSQLDB_OWNER=hsqldb
|
||||
|
||||
# The HSQLDB jar file specified in HSQLDB_JAR_PATH above will automatically
|
||||
# be in the class path. This arg specifies additional classpath elements.
|
||||
# To embed your own application, add your jar file(s) or class base
|
||||
# directories here, and add your main class to the INVOC_ADDL_ARGS setting
|
||||
# below.
|
||||
#SERVER_ADDL_CLASSPATH=/usr/local/dist/currencybank.jar
|
||||
|
||||
# We require all Server/WebServer instances to be accessible within
|
||||
# $MAX_START_SECS from when the Server/WebServer is started.
|
||||
# Defaults to 60.
|
||||
# Raise this is you are running lots of DB instances or have a slow server.
|
||||
#MAX_START_SECS=200
|
||||
|
||||
# Time to allow for JVM to die after all HSQLDB instances stopped.
|
||||
# Defaults to 1.
|
||||
#MAX_TERMINATE_SECS=0
|
||||
|
||||
# These are "urlid" values from a SqlTool authentication file
|
||||
# ** IN ADDITION TO THOSE IN YOUR server.properties OR webserver.properties **
|
||||
# file. All server.urlid.X values from your properties file will automatically
|
||||
# be started/stopped/tested. $SHUTDOWN_URLIDS is for additional urlids which
|
||||
# will stopped. (Therefore, most users will not set this at all).
|
||||
# Separate multiple values with white space. NO OTHER SPECIAL CHARACTERS!
|
||||
# Make sure to quote the entire value if it contains white space separator(s).
|
||||
# Defaults to none (i.e., only urlids set in properties file will be stopped).
|
||||
#SHUTDOWN_URLIDS='sa mygms'
|
||||
|
||||
# SqlTool authentication file used only for shutdown.
|
||||
# The default value will be sqltool.rc in root's home directory, since it is
|
||||
# root who runs the init script.
|
||||
# (See the SqlTool chapter of the HSQLDB User Guide if you don't understand
|
||||
# this).
|
||||
AUTH_FILE=${SERVER_HOME}/sqltool.rc
|
||||
|
||||
# Set this to either 'WebServer' or 'Server'. Defaults to Server.
|
||||
# The JVM that is started can invoke many classes (see the following item
|
||||
# about that), but this is the Server that is used (1) to check status,
|
||||
# (2) to shut down the JVM, (3) to get urlids for #1 from the
|
||||
# server's server/webserver.properties file.
|
||||
#TARGET_CLASS=WebServer
|
||||
# Note that you don't specify the org.hsqldb package, since you have no
|
||||
# choice in the matter (you can only run org.hsqldb.Server or
|
||||
# org.hsqldb.WebServer). If you specify additional classes with
|
||||
# INVOC_ADDL_ARGS (described next), you do need to specify the
|
||||
# full class name with package name.
|
||||
|
||||
# This is where you specify exactly what your HSQLDB JVM will run.
|
||||
# The class org.hsqldb.util.MainInvoker will run the TARGET_CLASS
|
||||
# specified above with any arguments supplied here + any other classes
|
||||
# and arguments. Every additional class (in addition to the TARGET_CLASS)
|
||||
# must be preceded with an empty string, so that MainInvoker will know
|
||||
# you are giving a class name. MainInvoker will invoke the normal
|
||||
# static main(String[]) method of each such class.
|
||||
# By default, MainInvoker will just run TARGET_CLASS with no args.
|
||||
# Example that runs just the TARGET_CLASS with the specified arguments:
|
||||
#INVOC_ADDL_ARGS='-silent false'
|
||||
# Example that runs the TARGET_CLASS plus a WebServer:
|
||||
#INVOC_ADDL_ARGS='"" org.hsqldb.WebServer'
|
||||
# Note the empty string preceding the class name.
|
||||
# Example that starts TARGET_CLASS with an argument + a WebServer +
|
||||
# your own application with its args (i.e., the HSQLDB Servers are
|
||||
# "embedded" in your application). (Set SERVER_ADDL_CLASSPATH too).:
|
||||
#INVOC_ADDL_ARGS='-silent false "" org.hsqldb.WebServer "" com.acme.Stone --env prod localhost'
|
||||
# Example to run a non-TLS server in same JVM with a TLS server. In this
|
||||
# case, TARGET_CLASS is Server which will run in TLS mode by virtue of
|
||||
# setting TLS_KEYSTORE and TLS_PASSWORD above. The "additional" Server
|
||||
# here overrides the 'tls' and 'port' settings:
|
||||
#INVOC_ADDL_ARGS="'' org.hsqldb.Server -port 9002 -tls false"
|
||||
# Note that you use nested quotes to group arguments and to specify the
|
||||
# empty-string delimiter.
|
||||
|
||||
# For TLS encryption for your Server, set these two variables.
|
||||
# N.b.: If you set these, then make this file unreadable to non-root users!!!!
|
||||
# See the TLS chapter of the HSQLDB User Guide, paying attention to the
|
||||
# security warning(s).
|
||||
# If you are running with a private server cert, then you will also need to
|
||||
# set "truststore" in the your SqlTool config file (location is set by the
|
||||
# AUTH_FILE variable in this file, or it must be at the default location for
|
||||
# HSQLDB_OWNER).
|
||||
#TLS_KEYSTORE=/path/to/jks/server.store
|
||||
#TLS_PASSWORD=password
|
||||
|
||||
# Any JVM args for the invocation of the JDBC client used to verify DB
|
||||
# instances and to shut them down (SqlToolSprayer).
|
||||
# This example specifies the location of a private trust store for TLS
|
||||
# encryption.
|
||||
# For multiple args, put quotes around entire value.
|
||||
#CLIENT_JVMARGS=-Djavax.net.debug=ssl
|
||||
|
||||
# Any JVM args for the server.
|
||||
# For multiple args, put quotes around entire value.
|
||||
#SERVER_JVMARGS=-Xmx512m
|
||||
12
conf.d/htpdate
Normal file
12
conf.d/htpdate
Normal file
@@ -0,0 +1,12 @@
|
||||
# config file for /etc/init.d/htpdate
|
||||
|
||||
# Add at least one http server to use:
|
||||
SERVERS="www.linux.org"
|
||||
|
||||
# If you are using a proxy server to connect to the
|
||||
# internet comment out the following line and insert the
|
||||
# address and port of your proxy server.
|
||||
#PROXY="-P <proxy>:<port>"
|
||||
|
||||
# Set additional options, see 'man htpdate' for refernce
|
||||
HTPDATE_OPTS="-D -s"
|
||||
20
conf.d/hwclock
Normal file
20
conf.d/hwclock
Normal file
@@ -0,0 +1,20 @@
|
||||
# Set CLOCK to "UTC" if your Hardware Clock is set to UTC (also known as
|
||||
# Greenwich Mean Time). If that clock is set to the local time, then
|
||||
# set CLOCK to "local". Note that if you dual boot with Windows, then
|
||||
# you should set it to "local".
|
||||
clock="local"
|
||||
|
||||
# If you want the hwclock script to set the system time (software clock)
|
||||
# to match the current hardware clock during bootup, leave this
|
||||
# commented out.
|
||||
# However, you can set this to "NO" ifyou are running a modern kernel
|
||||
# with CONFIG_RTC_HCTOSYS set to y and your hardware clock set to UTC.
|
||||
#clock_hctosys="YES"
|
||||
|
||||
# If you do not want to set the hardware clock to the current system
|
||||
# time (software clock) during shutdown, set this to no.
|
||||
#clock_systohc="YES"
|
||||
|
||||
# If you wish to pass any other arguments to hwclock during bootup,
|
||||
# you may do so here. Alpha users may wish to use --arc or --srm here.
|
||||
clock_args=""
|
||||
19
conf.d/ip6tables
Normal file
19
conf.d/ip6tables
Normal file
@@ -0,0 +1,19 @@
|
||||
# /etc/conf.d/ip6tables
|
||||
|
||||
# Location in which iptables initscript will save set rules on
|
||||
# service shutdown
|
||||
IP6TABLES_SAVE="/var/lib/ip6tables/rules-save"
|
||||
|
||||
# Options to pass to iptables-save and iptables-restore
|
||||
SAVE_RESTORE_OPTIONS="-c"
|
||||
|
||||
# Save state on stopping iptables
|
||||
SAVE_ON_STOP="yes"
|
||||
|
||||
# If you need to log iptables messages as soon as iptables starts,
|
||||
# AND your logger does NOT depend on the network, then you may wish
|
||||
# to uncomment the next line.
|
||||
# If your logger depends on the network, and you uncomment this line
|
||||
# you will create an unresolvable circular dependency during startup.
|
||||
# After commenting or uncommenting this line, you must run 'rc-update -u'.
|
||||
#rc_use="logger"
|
||||
19
conf.d/iptables
Normal file
19
conf.d/iptables
Normal file
@@ -0,0 +1,19 @@
|
||||
# /etc/conf.d/iptables
|
||||
|
||||
# Location in which iptables initscript will save set rules on
|
||||
# service shutdown
|
||||
IPTABLES_SAVE="/var/lib/iptables/rules-save"
|
||||
|
||||
# Options to pass to iptables-save and iptables-restore
|
||||
SAVE_RESTORE_OPTIONS="-c"
|
||||
|
||||
# Save state on stopping iptables
|
||||
SAVE_ON_STOP="yes"
|
||||
|
||||
# If you need to log iptables messages as soon as iptables starts,
|
||||
# AND your logger does NOT depend on the network, then you may wish
|
||||
# to uncomment the next line.
|
||||
# If your logger depends on the network, and you uncomment this line
|
||||
# you will create an unresolvable circular dependency during startup.
|
||||
# After commenting or uncommenting this line, you must run 'rc-update -u'.
|
||||
#rc_use="logger"
|
||||
34
conf.d/kexec
Normal file
34
conf.d/kexec
Normal file
@@ -0,0 +1,34 @@
|
||||
# Load kexec kernel image into memory during shutdown instead of bootup
|
||||
# (default: yes)
|
||||
#LOAD_DURING_SHUTDOWN="yes"
|
||||
|
||||
# Additional arguments passed to kexec (8)
|
||||
#KEXEC_OPT_ARGS=""
|
||||
|
||||
# Kernel image partition. Mounted automatically if not.
|
||||
# (default: /boot)
|
||||
#BOOTPART="/boot"
|
||||
|
||||
# Root partition (should be autodetected)
|
||||
#ROOTPART="/dev/hda3"
|
||||
|
||||
# Kernel image pathname, relative from BOOTPART.
|
||||
# If it's one of
|
||||
# {kernel-genkernel,bzImage,vmlinuz,kernel}-<currently running kernel version>,
|
||||
# or bzImage, vmlinuz (without suffix),
|
||||
# then it's automaticaly detected.
|
||||
# Setting it to "-" will disable kexec.
|
||||
#KNAME="vmlinuz-3.9.0"
|
||||
|
||||
# Initrd
|
||||
# Same automatic detection restriction as for KNAME apply.
|
||||
# initramfs-genkernel-<currently running kernel version>,
|
||||
# initrd{,.img}-<currently running kernel version>{,.img}
|
||||
# will be detected.
|
||||
#INITRD="/boot/fbsplash-emergence-1024x768"
|
||||
|
||||
# Kernel parameters (should be autodetected)
|
||||
#KPARAM="splash=silent,theme:emergence"
|
||||
|
||||
# Do not try to mount /boot
|
||||
# DONT_MOUNT_BOOT="yes"
|
||||
23
conf.d/keymaps
Normal file
23
conf.d/keymaps
Normal file
@@ -0,0 +1,23 @@
|
||||
# Use keymap to specify the default console keymap. There is a complete tree
|
||||
# of keymaps in /usr/share/keymaps to choose from.
|
||||
keymap="de"
|
||||
|
||||
# Should we first load the 'windowkeys' console keymap? Most x86 users will
|
||||
# say "yes" here. Note that non-x86 users should leave it as "no".
|
||||
# Loading this keymap will enable VT switching (like ALT+Left/Right)
|
||||
# using the special windows keys on the linux console.
|
||||
windowkeys="YES"
|
||||
|
||||
# The maps to load for extended keyboards. Most users will leave this as is.
|
||||
extended_keymaps=""
|
||||
#extended_keymaps="backspace keypad euro2"
|
||||
|
||||
# Tell dumpkeys(1) to interpret character action codes to be
|
||||
# from the specified character set.
|
||||
# This only matters if you set unicode="yes" in /etc/rc.conf.
|
||||
# For a list of valid sets, run `dumpkeys --help`
|
||||
dumpkeys_charset=""
|
||||
|
||||
# Some fonts map AltGr-E to the currency symbol ¤ instead of the Euro €
|
||||
# To fix this, set to "yes"
|
||||
fix_euro="NO"
|
||||
3
conf.d/killprocs
Normal file
3
conf.d/killprocs
Normal file
@@ -0,0 +1,3 @@
|
||||
# If you wish to pass any options to killall5 during shutdown,
|
||||
# you should do so here.
|
||||
killall5_opts=""
|
||||
3
conf.d/localmount
Normal file
3
conf.d/localmount
Normal file
@@ -0,0 +1,3 @@
|
||||
# Stop the unmounting of certain points.
|
||||
# This could be useful for some NFS related work.
|
||||
#no_umounts="/dir1:/var/dir2"
|
||||
5
conf.d/lvm
Normal file
5
conf.d/lvm
Normal file
@@ -0,0 +1,5 @@
|
||||
# LVM should normally only be started after mdraid is available
|
||||
# this is because LVM physical volumes are very often MD devices.
|
||||
RC_AFTER="mdraid"
|
||||
|
||||
# vim: ft=gentoo-conf-d
|
||||
16
conf.d/minetest-server
Normal file
16
conf.d/minetest-server
Normal file
@@ -0,0 +1,16 @@
|
||||
# /etc/conf.d/minetest-server: config file for /etc/init.d/minetest-server
|
||||
|
||||
# user
|
||||
USER="minetest"
|
||||
|
||||
# group
|
||||
GROUP="games"
|
||||
|
||||
# pidfile
|
||||
PIDFILE="/var/run/minetest.pid"
|
||||
|
||||
# executable
|
||||
MINETESTBIN="/usr/games/bin/minetestserver"
|
||||
|
||||
# additional arguments for the server
|
||||
ARGS="--logfile /var/lib/minetest/minetest-server.log --gameid minetest"
|
||||
34
conf.d/mod-mono-server
Normal file
34
conf.d/mod-mono-server
Normal file
@@ -0,0 +1,34 @@
|
||||
# Config file for /etc/init.d/mod-mono-server
|
||||
# $Id: mod-mono-server.confd,v 1.1 2009/01/18 17:44:04 loki_val Exp $
|
||||
|
||||
# Configuration directives for mod-mono-server.exe. For more information on
|
||||
# these variables, see the man page for xsp(1).
|
||||
|
||||
# This is the document root; trailing slash is not necessary
|
||||
#MonoServerRootDir="/usr/lib/xsp/test"
|
||||
|
||||
# Directory to search for files with an `.webapp' extension.
|
||||
#MonoApplicationsConfigDir="/usr/lib/xsp/test"
|
||||
|
||||
# Comma separated list of directories (in the form virtual:real) for all
|
||||
# applications managed by the server. For example:
|
||||
# /app1:/var/www/localhost/htdocs/app1,/app2:/var/www/localhost/htdocs/app2
|
||||
MonoApplications="/mono:/usr/lib/xsp/test"
|
||||
|
||||
# The communication channel used between mod-mono-server and mod_mono.
|
||||
# unix - A unix socket
|
||||
# tcp - A TCP connection
|
||||
MonoServerChannel="unix"
|
||||
|
||||
# When the comm. channel is "unix", the local filename used by the socket.
|
||||
UnixSocketFileName="/tmp/mod_mono_server"
|
||||
|
||||
# When the comm. channel is "tcp", IP address for the server to listen on.
|
||||
#MonoServerAddress=127.0.0.1
|
||||
|
||||
# When the comm. channel is "tcp", port for the server to listen on.
|
||||
#MonoServerPort=8080
|
||||
|
||||
# If you want to host .NET 2.0 applications you have to set this to 2.
|
||||
# Otherwise, leave it unchaged
|
||||
MonoServerVersion=1
|
||||
23
conf.d/modules
Normal file
23
conf.d/modules
Normal file
@@ -0,0 +1,23 @@
|
||||
# You can define a list modules for a specific kernel version,
|
||||
# a released kernel version, a main kernel version or just a list.
|
||||
# The most specific versioned variable will take precedence.
|
||||
#modules_2_6_23_gentoo_r5="ieee1394 ohci1394"
|
||||
#modules_2_6_23="tun ieee1394"
|
||||
#modules_2_6="tun"
|
||||
#modules_2="ipv6"
|
||||
modules="snd-hda-intel snd_usb_audio usb-storage coretemp it87 vhba"
|
||||
|
||||
# You can give modules a different name when they load - the new name
|
||||
# will also be used to pick arguments below.
|
||||
#modules="dummy:dummy1"
|
||||
|
||||
# Give the modules some arguments if needed, per version if necessary.
|
||||
# Again, the most specific versioned variable will take precedence.
|
||||
#module_ieee1394_args="debug"
|
||||
#module_ieee1394_args_2_6_23_gentoo_r5="debug2"
|
||||
#module_ieee1394_args_2_6_23="debug3"
|
||||
#module_ieee1394_args_2_6="debug4"
|
||||
#module_ieee1394_args_2="debug5"
|
||||
|
||||
# You should consult your kernel documentation and configuration
|
||||
# for a list of modules and their options.
|
||||
79
conf.d/mysql
Normal file
79
conf.d/mysql
Normal file
@@ -0,0 +1,79 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-init-scripts/files/conf.d-2.0,v 1.1 2014/08/21 03:08:13 grknight Exp $
|
||||
|
||||
# If you want a non-stock location for the config file, uncomment or update
|
||||
# either of these as needed. If you do use it, you must make sure that none of
|
||||
# your socket, pidfile, datadir, logfiles, binary logs, relay logs or InnoDB
|
||||
# files collide with each other.
|
||||
MY_CNF="/etc/mysql/my.cnf"
|
||||
#MY_CNF="${MY_CNF:-/etc/${SVCNAME}/my.cnf}"
|
||||
#MY_CNF="${MY_CNF:-/etc/mysql/my-${SVCNAME/mysql.}.cnf}"
|
||||
|
||||
# Place any additional arguments here that you might need
|
||||
# Common/useful options:
|
||||
# --skip-slave-start=1 - For bringing up replication initially
|
||||
# --server-id=NNN - Server ID for replication
|
||||
# --skip-networking - lock it down to UNIX sockets only
|
||||
MY_ARGS=""
|
||||
|
||||
# This setting (in seconds) should be high enough to allow InnoDB to do a full
|
||||
# checkpoint recovery. 900 is the default used in the upstream RPM startup
|
||||
# scripts. 30 seconds should be sufficent if you just have a tiny <1GiB
|
||||
# database. After the core startup is done, we wait this long for the UNIX
|
||||
# socket to appear.
|
||||
STARTUP_TIMEOUT="900"
|
||||
|
||||
# This is how long, in milliseconds, we wait for pidfile to be created, early
|
||||
# in the startup.
|
||||
STARTUP_EARLY_TIMEOUT="1000"
|
||||
|
||||
# How long (in seconds) should we wait for shutdown?
|
||||
STOP_TIMEOUT=120
|
||||
|
||||
# integer [-20 .. 19 ] default 0
|
||||
# change the priority of the server -20 (high) to 19 (low)
|
||||
# see nice(1) for description
|
||||
#NICE=0
|
||||
|
||||
# See start-stop-daemon(8) for possible settings
|
||||
#IONICE=2
|
||||
|
||||
# If defined, --verbose gets passed to S-S-D
|
||||
#DEBUG=1
|
||||
|
||||
# Depending on your usage of MySQL, you may also wish to start it after some
|
||||
# other services are up. Uncomment the lines below as needed. If these aren't
|
||||
# enough for you, we encourage you to file a bug, and help us understand how
|
||||
# you are using MySQL.
|
||||
|
||||
# Do your MySQL ACLs refer to hostnames not in your /etc/hosts?
|
||||
# If so, you need DNS before you can accept connections.
|
||||
# Avoid dependency circular loops if you use MySQL to power a local DNS server.
|
||||
#rc_use="dns"
|
||||
#rc_after="dns"
|
||||
|
||||
# Does your MySQL bind to an IP on an interface other than net.lo?
|
||||
# Alternatively you might wish to specify the exact interface here.
|
||||
#rc_use="net"
|
||||
#rc_after="net"
|
||||
|
||||
# Do you store your MySQL files on a SAN or other network filesystem, that is
|
||||
# provided by the netmount init script?
|
||||
#rc_need="netmount"
|
||||
|
||||
# Or from NFS? P.S. This is not a good idea in most cases, but does have some
|
||||
# valid usage cases, so we provide the option.
|
||||
#rc_need="nfsmount"
|
||||
|
||||
# Should any one of the instances satisfy the requirement for MySQL coming up?
|
||||
# By default, we say no.
|
||||
[ "${SVCNAME}" != mysql ] && rc_provide="!mysql"
|
||||
# But uncomment this next instead if you think it should.
|
||||
#rc_provide="mysql"
|
||||
|
||||
# The conditional above has a false-positive "failure" return value as a
|
||||
# side-effect, and since it's the last statement, without the next line, this
|
||||
# script returns failure.
|
||||
return 0
|
||||
# vim: ft=gentoo-conf-d et ts=4 sw=4:
|
||||
11
conf.d/nas
Normal file
11
conf.d/nas
Normal file
@@ -0,0 +1,11 @@
|
||||
# Config file for /etc/init.d/nas
|
||||
|
||||
# For information on options, see "/usr/bin/nasd -h".
|
||||
|
||||
NAS_OPTIONS=""
|
||||
|
||||
# Allow only clients on local network to connect:
|
||||
#NAS_OPTIONS="-local"
|
||||
|
||||
# Allow any client to connect:
|
||||
#NAS_OPTIONS="-aa"
|
||||
12
conf.d/net
Normal file
12
conf.d/net
Normal file
@@ -0,0 +1,12 @@
|
||||
# This blank configuration will automatically use DHCP for any net.*
|
||||
# scripts in /etc/init.d. To create a more complete configuration,
|
||||
# please review /usr/share/doc/openrc/net.example and save your configuration
|
||||
# in /etc/conf.d/net (this file :]!).
|
||||
config_eth1="192.168.4.5 netmask 255.255.255.0 brd 192.168.4.255"
|
||||
routes_eth1="default via 192.168.4.1"
|
||||
|
||||
|
||||
# The network scripts are now part of net-misc/netifrc
|
||||
# In order to avoid sys-apps/openrc-0.12.4 from removing this file, this comment was
|
||||
# added; you can safely remove this comment. Please see
|
||||
# /usr/share/doc/netifrc*/README* for more information.
|
||||
40
conf.d/netmount
Normal file
40
conf.d/netmount
Normal file
@@ -0,0 +1,40 @@
|
||||
# You will need to set the dependencies in the netmount 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
|
||||
# service script itself.
|
||||
#
|
||||
# Each of these examples is meant to be used separately. So, for
|
||||
# example, do not set rc_need to something like "net.eth0 dhcpcd".
|
||||
#
|
||||
# If you are using newnet and configuring your interfaces with static
|
||||
# addresses with the network script, you should use this setting.
|
||||
#
|
||||
#rc_need="network"
|
||||
#
|
||||
# If you are using oldnet, you must list the specific net.* services you
|
||||
# need.
|
||||
#
|
||||
# This example assumes all of your netmounts can be reached on
|
||||
# eth0.
|
||||
#
|
||||
#rc_need="net.eth0"
|
||||
#
|
||||
# This example assumes some of your netmounts are on eth1 and some
|
||||
# are on eth2.
|
||||
#
|
||||
#rc_need="net.eth1 net.eth2"
|
||||
#
|
||||
# If you are using a dynamic network management tool like
|
||||
# networkmanager, dhcpcd in standalone mode, wicd, badvpn-ncd, etc, to
|
||||
# manage the network interfaces with the routes to your netmounts, you
|
||||
# should list that tool.
|
||||
#
|
||||
#rc_need="networkmanager"
|
||||
#rc_need="dhcpcd"
|
||||
#rc_need="wicd"
|
||||
#
|
||||
# The default setting is designed to be backward compatible with our
|
||||
# current setup, but you are highly discouraged from using this. In
|
||||
# other words, please change it to be more suited to your system.
|
||||
#
|
||||
rc_need="net"
|
||||
38
conf.d/nfs
Normal file
38
conf.d/nfs
Normal file
@@ -0,0 +1,38 @@
|
||||
# /etc/conf.d/nfs
|
||||
|
||||
# If you wish to set the port numbers for lockd,
|
||||
# please see /etc/sysctl.conf
|
||||
|
||||
# Optional services to include in default `/etc/init.d/nfs start`
|
||||
# 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
|
||||
OPTS_RPC_NFSD="8"
|
||||
|
||||
# Options to pass to rpc.mountd
|
||||
# ex. OPTS_RPC_MOUNTD="-p 32767"
|
||||
OPTS_RPC_MOUNTD=""
|
||||
|
||||
# Options to pass to rpc.statd
|
||||
# ex. OPTS_RPC_STATD="-p 32765 -o 32766"
|
||||
OPTS_RPC_STATD=""
|
||||
|
||||
# Options to pass to rpc.idmapd
|
||||
OPTS_RPC_IDMAPD=""
|
||||
|
||||
# Options to pass to rpc.gssd
|
||||
OPTS_RPC_GSSD=""
|
||||
|
||||
# Options to pass to rpc.svcgssd
|
||||
OPTS_RPC_SVCGSSD=""
|
||||
|
||||
# Options to pass to rpc.rquotad (requires sys-fs/quota)
|
||||
OPTS_RPC_RQUOTAD=""
|
||||
|
||||
# Timeout (in seconds) for exportfs
|
||||
EXPORTFS_TIMEOUT=30
|
||||
|
||||
# Options to set in the nfsd filesystem (/proc/fs/nfsd/).
|
||||
# Format is <option>=<value>. Multiple options are allowed.
|
||||
#OPTS_NFSD="nfsv4leasetime=30 max_block_size=4096"
|
||||
18
conf.d/nfsclient
Normal file
18
conf.d/nfsclient
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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
|
||||
# service script itself. See /etc/conf.d/netmount for more examples.
|
||||
#
|
||||
# This is a safe default.
|
||||
rc_after="net"
|
||||
7
conf.d/nfsmount
Normal file
7
conf.d/nfsmount
Normal file
@@ -0,0 +1,7 @@
|
||||
# You will need to set the dependencies in the nfsmount 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
|
||||
# service script itself. See /etc/conf.d/netmount for more examples.
|
||||
#
|
||||
# This is a safe default.
|
||||
rc_after="net"
|
||||
8
conf.d/nvidia-persistenced
Normal file
8
conf.d/nvidia-persistenced
Normal file
@@ -0,0 +1,8 @@
|
||||
# run-time configuration file for /etc/init.d/nvidia-persistenced
|
||||
|
||||
# NVPD_USER: The user nvidia-persistenced is intended to run for
|
||||
NVPD_USER=""
|
||||
|
||||
# ARGS: Additional arguments to set the default persistence mode
|
||||
# (see nvidia-persistenced(1))
|
||||
ARGS=""
|
||||
12
conf.d/onioncat
Normal file
12
conf.d/onioncat
Normal file
@@ -0,0 +1,12 @@
|
||||
# pid file destination
|
||||
PIDFILE=/var/run/tor/ocat.pid
|
||||
|
||||
# log file destination
|
||||
LOGFILE=/var/log/ocatd.log
|
||||
|
||||
# onioncat hidden service hostname file
|
||||
OCAT_HOSTNAME_FILE=/var/lib/tor/onioncat/hostname
|
||||
|
||||
# options
|
||||
OCAT_OPTS="-C -4 -L \"${LOGFILE}\" $(cat ${OCAT_HOSTNAME_FILE})"
|
||||
|
||||
26
conf.d/openconnect
Normal file
26
conf.d/openconnect
Normal file
@@ -0,0 +1,26 @@
|
||||
# Variables to configure vpn tunnels where "vpnname" is the name of your vpn tunnel:
|
||||
#
|
||||
# server_vpnname
|
||||
# password_vpnname
|
||||
# vpnopts_vpnname
|
||||
#
|
||||
# The tunnel will need to be started with a symbolic link to openconnect:
|
||||
#
|
||||
# ln -s /etc/init.d/openconnect /etc/init.d/openconnect.vpnname
|
||||
#
|
||||
# If you'd like to execute a script on preup, postup, predown and postdown of the vpn tunnel, you
|
||||
# need to create executable scripts in a directory with the same name as
|
||||
# the vpn tunnel (vpn0 can be replaced with the vpn name):
|
||||
#
|
||||
# mkdir /etc/openconnect/vpn0
|
||||
# cd /etc/openconnect/vpn0"
|
||||
# echo '#!/bin/sh' > preup.sh"
|
||||
# cp preup.sh predown.sh"
|
||||
# cp preup.sh postup.sh"
|
||||
# cp preup.sh postdown.sh"
|
||||
# chmod 755 /etc/openconnect/vpn0/*"
|
||||
|
||||
server_vpn0="asavpn-cluster-1.hrz.uni-bielefeld.de"
|
||||
password_vpn0="pALR04r"
|
||||
# Any OPENCONNECT options my go here (see openconnect --help)
|
||||
vpnopts_vpn0="-l --passwd-on-stdin --user=jospald --script=/etc/openconnect/openconnect.sh"
|
||||
28
conf.d/pciparm
Normal file
28
conf.d/pciparm
Normal file
@@ -0,0 +1,28 @@
|
||||
# PCI tweaking article:
|
||||
# http://www.gentoo.org/doc/en/articles/hardware-stability-p2.xml
|
||||
#
|
||||
# Apply to all devices:
|
||||
# PCIPARM_ALL="...."
|
||||
# Cards also can be addressed by vid:pid or by bus:slot.func
|
||||
# (see setpci man page relative to -d and -s options)
|
||||
# PCIPARM_(BUS|VENDOR)_#="...."
|
||||
# Where # is sequentially numbered from zero.
|
||||
|
||||
# Examples:
|
||||
# "open up" the PCI bus by allowing fairly long bursts
|
||||
# for all devices, increasing performance
|
||||
# (equivalent to: setpci -v -d *:* latency_timer=b0)
|
||||
#PCIPARM_ALL="latency_timer=b0"
|
||||
|
||||
# maximize latency timers for network and audio,
|
||||
# allowing them to transmit more data per burst,
|
||||
# preventing buffer over/under-run conditions
|
||||
#PCIPARM_BUS_0="00:04.0 latency_timer=ff"
|
||||
#PCIPARM_BUS_1="01:04.0 latency_timer=ff"
|
||||
#PCIPARM_VENDOR_0="1057:3410 latency_timer=ff"
|
||||
|
||||
# -v : whether to be verbose about changes
|
||||
# -D : dry-run, no commit
|
||||
# -f : do not warn if the change is already set
|
||||
# (see the setpci manpage for more advanced options)
|
||||
SETPCI_OPT="-f"
|
||||
55
conf.d/postgrey
Normal file
55
conf.d/postgrey
Normal file
@@ -0,0 +1,55 @@
|
||||
# Config file for /etc/init.d/postgrey
|
||||
|
||||
# LISTEN TYPE
|
||||
# Set to 'inet' if you want to use a TCP socket.
|
||||
# Set to 'unix' if you want to use a UNIX socket.
|
||||
POSTGREY_TYPE="unix"
|
||||
|
||||
# HOST
|
||||
# What IP should postgrey bind to?
|
||||
# Leave unchanged unless you know what you are doing.
|
||||
# (ignored if POSTGREY_TYPE is set to 'unix')
|
||||
POSTGREY_HOST="127.0.0.1"
|
||||
|
||||
# PORT
|
||||
# What TCP port should postgrey listen on?
|
||||
# (ignored if POSTGREY_TYPE is set to 'unix')
|
||||
POSTGREY_PORT="10030"
|
||||
|
||||
# SOCKET
|
||||
# Unix socket to listen on, if POSTGREY_TYPE is set to 'unix'.
|
||||
# Leave unchanged unless you know what you are doing.
|
||||
# (ignored if POSTGREY_TYPE is set to 'inet')
|
||||
POSTGREY_SOCKET="/var/spool/postfix/private/postgrey"
|
||||
|
||||
# PID
|
||||
# Postgrey pid file.
|
||||
# Do not change, if you don't know what this is!
|
||||
POSTGREY_PID="/var/run/postgrey.pid"
|
||||
|
||||
# DELAY
|
||||
# How long to delay mail that is greylisted in seconds.
|
||||
POSTGREY_DELAY=300
|
||||
|
||||
# TEXT
|
||||
# The response we'll send back with delayed mail.
|
||||
POSTGREY_TEXT="Greylisted for %s seconds"
|
||||
|
||||
# Additional Postgrey options
|
||||
#
|
||||
# -v, --verbose increase verbosity level
|
||||
# --max-age=N delete entries older than N days since the last time
|
||||
# that they have been seen (default: 30)
|
||||
# --retry-window=N allow only N days for the first retrial (default: 2)
|
||||
# append 'h' if you want to specify it in hours
|
||||
# --greylist-action=A if greylisted, return A to Postfix (default: DEFER_IF_PERMIT)
|
||||
# --lookup-by-subnet strip the last 8 bits from IP addresses (default)
|
||||
# --lookup-by-host do not strip the last 8 bits from IP addresses
|
||||
# --whitelist-clients=FILE default: /etc/postfix/postgrey_whitelist_clients
|
||||
# --whitelist-recipients=FILE default: /etc/postfix/postgrey_whitelist_recipients
|
||||
#
|
||||
# Note that the --whitelist-x options can be specified multiple times, and that
|
||||
# per default /etc/postfix/postgrey_whitelist_clients.local is also read, so
|
||||
# that you can put there local entries.
|
||||
#
|
||||
POSTGREY_OPTS=""
|
||||
43
conf.d/prelink
Normal file
43
conf.d/prelink
Normal file
@@ -0,0 +1,43 @@
|
||||
# For an in depth prelinking guide, please see:
|
||||
# http://www.gentoo.org/doc/en/prelink-howto.xml
|
||||
|
||||
# Control prelinking behavior in the cronjob.
|
||||
# yes - automatically prelink the system
|
||||
# no - automatically un-prelink the system
|
||||
# "" - do nothing at all (user manages)
|
||||
# (if you change this from yes to no prelink -ua
|
||||
# will be run next night to undo prelinking)
|
||||
PRELINKING=""
|
||||
|
||||
# Options to pass to prelink
|
||||
# -m Try to conserve virtual memory by allowing overlapping
|
||||
# assigned virtual memory slots for libraries which
|
||||
# never appear together in one binary
|
||||
# -R Randomize virtual memory slot assignments for libraries.
|
||||
# This makes it slightly harder for various buffer overflow
|
||||
# attacks, since library addresses will be different on each
|
||||
# host using -R.
|
||||
PRELINK_OPTS=-mR
|
||||
|
||||
# How often should full prelink be run (in days)
|
||||
# Normally, prelink will be run in quick mode, every
|
||||
# $PRELINK_FULL_TIME_INTERVAL days it will be run
|
||||
# in normal mode. Comment it out if it should be run
|
||||
# in normal mode always.
|
||||
PRELINK_FULL_TIME_INTERVAL=14
|
||||
|
||||
# How often should prelink run (in days) even if
|
||||
# no packages have been upgraded via portage.
|
||||
# If $PRELINK_FULL_TIME_INTERVAL days have not elapsed
|
||||
# yet since last normal mode prelinking, last
|
||||
# quick mode prelinking happened less than
|
||||
# $PRELINK_NOEMER_CHECK_INTERVAL days ago
|
||||
# and no packages have been upgraded by portage
|
||||
# since last quick mode prelinking, prelink
|
||||
# will not do anything.
|
||||
# Change to
|
||||
# PRELINK_NOEMER_CHECK_INTERVAL=0
|
||||
# if you want to disable the portage database timestamp
|
||||
# check (especially if you don't use portage
|
||||
# exclusively to upgrade system libraries and/or binaries).
|
||||
PRELINK_NOEMER_CHECK_INTERVAL=7
|
||||
40
conf.d/psd
Normal file
40
conf.d/psd
Normal file
@@ -0,0 +1,40 @@
|
||||
#
|
||||
# /etc/psd.conf
|
||||
#
|
||||
# For documentation, see: https://wiki.archlinux.org/index.php/Profile-sync-daemon
|
||||
|
||||
# List users separated by spaces whose browser(s) profile(s) will get symlinked
|
||||
# and sync'ed to tmpfs
|
||||
# Do NOT list a user twice!
|
||||
#
|
||||
# Example
|
||||
# USERS="facade happy"
|
||||
USERS="jule"
|
||||
|
||||
# List browsers separated by spaces to include in the sync. Useful if you do not
|
||||
# wish to have all possible browser profiles sync'ed
|
||||
#
|
||||
# Possible values:
|
||||
# chromium
|
||||
# conkeror.mozdev.org
|
||||
# firefox
|
||||
# google-chrome
|
||||
# heftig-aurora
|
||||
# midori
|
||||
# opera
|
||||
# opera-next
|
||||
# qupzilla
|
||||
#
|
||||
# Uncomment and select which browsers to manage if you wish
|
||||
# Otherwise all available/supported browsers will be managed
|
||||
BROWSERS="firefox"
|
||||
|
||||
# Define where browser profiles will reside in tmpfs
|
||||
# This location must be mounted to tmpfs and MUST have permissions of 777
|
||||
# Use NO trailing backslash!
|
||||
#
|
||||
# Suggested locations based on distro defaults:
|
||||
# Arch Linux/Chakra and Gentoo users can leave this commented out
|
||||
# Debian users should use a setting of "/dev/shm"
|
||||
# Ubuntu users should use a setting of "/run/shm"
|
||||
VOLATILE="/dev/shm"
|
||||
7
conf.d/pydoc-2.6
Normal file
7
conf.d/pydoc-2.6
Normal file
@@ -0,0 +1,7 @@
|
||||
# /etc/init.d/pydoc.conf
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/files/pydoc.conf,v 1.3 2011/10/27 13:56:55 neurogeek Exp $
|
||||
|
||||
# This file contains the configuration for pydoc's internal webserver.
|
||||
|
||||
# Default port for Python's pydoc server.
|
||||
PYDOC2_6_PORT="7464"
|
||||
7
conf.d/pydoc-2.7
Normal file
7
conf.d/pydoc-2.7
Normal file
@@ -0,0 +1,7 @@
|
||||
# /etc/init.d/pydoc.conf
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/files/pydoc.conf,v 1.3 2011/10/27 13:56:55 neurogeek Exp $
|
||||
|
||||
# This file contains the configuration for pydoc's internal webserver.
|
||||
|
||||
# Default port for Python's pydoc server.
|
||||
PYDOC2_7_PORT="7464"
|
||||
7
conf.d/pydoc-3.2
Normal file
7
conf.d/pydoc-3.2
Normal file
@@ -0,0 +1,7 @@
|
||||
# /etc/init.d/pydoc.conf
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/files/pydoc.conf,v 1.3 2011/10/27 13:56:55 neurogeek Exp $
|
||||
|
||||
# This file contains the configuration for pydoc's internal webserver.
|
||||
|
||||
# Default port for Python's pydoc server.
|
||||
PYDOC3_2_PORT="7464"
|
||||
7
conf.d/pydoc-3.3
Normal file
7
conf.d/pydoc-3.3
Normal file
@@ -0,0 +1,7 @@
|
||||
# /etc/init.d/pydoc.conf
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/files/pydoc.conf,v 1.3 2011/10/27 13:56:55 neurogeek Exp $
|
||||
|
||||
# This file contains the configuration for pydoc's internal webserver.
|
||||
|
||||
# Default port for Python's pydoc server.
|
||||
PYDOC3_3_PORT="7464"
|
||||
7
conf.d/pydoc-3.4
Normal file
7
conf.d/pydoc-3.4
Normal file
@@ -0,0 +1,7 @@
|
||||
# /etc/init.d/pydoc.conf
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/files/pydoc.conf,v 1.3 2011/10/27 13:56:55 neurogeek Exp $
|
||||
|
||||
# This file contains the configuration for pydoc's internal webserver.
|
||||
|
||||
# Default port for Python's pydoc server.
|
||||
PYDOC3_4_PORT="7464"
|
||||
8
conf.d/pyload
Normal file
8
conf.d/pyload
Normal file
@@ -0,0 +1,8 @@
|
||||
#The Name of the daemon process' PID-file
|
||||
PIDFILE="/var/run/pyload.pid"
|
||||
|
||||
#Preset working directory for pyload
|
||||
CONFIGDIR="/var/lib/pyload"
|
||||
#Additional daemon options you want to use
|
||||
OPTIONS=""
|
||||
|
||||
20
conf.d/quota
Normal file
20
conf.d/quota
Normal file
@@ -0,0 +1,20 @@
|
||||
# /etc/conf.d/quota: config file for /etc/init.d/quota
|
||||
|
||||
# Note: if your console is hooked up to a serial terminal,
|
||||
# you prob want to drop the '-v' from the OPTS vars below.
|
||||
|
||||
|
||||
# Run quotacheck ?
|
||||
RUN_QUOTACHECK="yes"
|
||||
|
||||
|
||||
# Options for quotacheck
|
||||
QUOTACHECK_OPTS="-avug"
|
||||
|
||||
|
||||
# Options for quotaon
|
||||
QUOTAON_OPTS="-avug"
|
||||
|
||||
|
||||
# Options for quotaoff
|
||||
QUOTAOFF_OPTS="-avug"
|
||||
2
conf.d/rdnssd
Normal file
2
conf.d/rdnssd
Normal file
@@ -0,0 +1,2 @@
|
||||
# Options to pass to the rdnssd process
|
||||
RDNSSD_OPTS="-H /etc/rdnssd/resolvconf"
|
||||
4
conf.d/rpcbind
Normal file
4
conf.d/rpcbind
Normal file
@@ -0,0 +1,4 @@
|
||||
# /etc/conf.d/rpcbind
|
||||
|
||||
# Options for `rpcbind`.
|
||||
#RPCBIND_OPTS="-l"
|
||||
5
conf.d/rsyncd
Normal file
5
conf.d/rsyncd
Normal file
@@ -0,0 +1,5 @@
|
||||
# /etc/conf.d/rsyncd: config file for /etc/init.d/rsyncd
|
||||
|
||||
# see man pages for rsync or run `rsync --help`
|
||||
# for valid cmdline options
|
||||
#RSYNC_OPTS=""
|
||||
1
conf.d/rtorrentd
Normal file
1
conf.d/rtorrentd
Normal file
@@ -0,0 +1 @@
|
||||
USER="$USER"
|
||||
28
conf.d/samba
Normal file
28
conf.d/samba
Normal file
@@ -0,0 +1,28 @@
|
||||
#add "winbind" to the daemon_list if you also want winbind to start
|
||||
daemon_list="smbd nmbd"
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# Daemons calls: <daemon_name>_<command_option>
|
||||
#----------------------------------------------------------------------------
|
||||
my_service_name="samba"
|
||||
my_service_PRE="unset TMP TMPDIR"
|
||||
my_service_POST=""
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# Daemons calls: <daemon_name>_<command_option>
|
||||
#----------------------------------------------------------------------------
|
||||
smbd_start_options="-D"
|
||||
smbd_start="start-stop-daemon --start --exec /usr/sbin/smbd -- ${smbd_start_options}"
|
||||
smbd_stop="start-stop-daemon --stop --exec /usr/sbin/smbd"
|
||||
smbd_reload="killall -HUP smbd"
|
||||
|
||||
nmbd_start_options="-D"
|
||||
nmbd_start="start-stop-daemon --start --exec /usr/sbin/nmbd -- ${nmbd_start_options}"
|
||||
nmbd_stop="start-stop-daemon --stop --exec /usr/sbin/nmbd"
|
||||
nmbd_reload="killall -HUP nmbd"
|
||||
|
||||
winbind_start_options=""
|
||||
winbind_start="start-stop-daemon --start --exec /usr/sbin/winbindd -- ${winbind_start_options}"
|
||||
winbind_stop="start-stop-daemon --stop --exec /usr/sbin/winbindd"
|
||||
winbind_reload="killall -HUP winbindd"
|
||||
|
||||
21
conf.d/saslauthd
Normal file
21
conf.d/saslauthd
Normal file
@@ -0,0 +1,21 @@
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/files/saslauthd-2.1.26.conf,v 1.1 2013/07/13 12:01:10 pacho Exp $
|
||||
|
||||
# Config file for /etc/init.d/saslauthd and systemd unit
|
||||
|
||||
# PLEASE READ THIS IF YOU ARE USING SYSTEMD
|
||||
# Please note that systemd does not expand shell variables
|
||||
# thus, something like FOO="${FOO} bar" won't work.
|
||||
|
||||
# Specify the authentications mechanism.
|
||||
# **NOTE** For a list see: saslauthd -v
|
||||
# Since 2.1.19, add "-r" to options for old behavior,
|
||||
# ie. reassemble user and realm to user@realm form.
|
||||
#
|
||||
# Specify the hostname for remote IMAP server using:
|
||||
# "-O localhost".
|
||||
# Specify the number of worker processes to create using:
|
||||
# "-n <N>".
|
||||
# Enable credential cache, set cache size and timeout using:
|
||||
# "-c -s <cache size, like 128> -t <timeout seconds>".
|
||||
#
|
||||
SASLAUTHD_OPTS="-a pam"
|
||||
28
conf.d/sauerbraten
Normal file
28
conf.d/sauerbraten
Normal file
@@ -0,0 +1,28 @@
|
||||
# Config file for /etc/init.d/sauerbraten
|
||||
|
||||
# Owner of Sauerbraten server processes (must be existing)
|
||||
USER="sauerbraten"
|
||||
GROUP="sauerbraten"
|
||||
|
||||
|
||||
# Whether to run the dedicated server
|
||||
RUNSERVER="Yes"
|
||||
|
||||
# Location of the dedicated server config directory
|
||||
SERVERCONFIG="/var/lib/games/sauerbraten"
|
||||
|
||||
# Additional command line arguments to the dedicated server
|
||||
SERVERARGS=""
|
||||
|
||||
|
||||
# Whether to run the master server
|
||||
RUNMASTER="No"
|
||||
|
||||
# Location of the master server config directory
|
||||
MASTERCONFIG="/var/lib/games/sauerbraten"
|
||||
|
||||
# What port should the masterserver use
|
||||
MASTERPORT="28787"
|
||||
|
||||
# What ip should the masterserver bind to
|
||||
MASTERIP=""
|
||||
26
conf.d/slapd
Normal file
26
conf.d/slapd
Normal file
@@ -0,0 +1,26 @@
|
||||
# conf.d file for openldap
|
||||
#
|
||||
# To enable both the standard unciphered server and the ssl encrypted
|
||||
# one uncomment this line or set any other server starting options
|
||||
# you may desire.
|
||||
|
||||
# If you have multiple slapd instances per #376699, this will provide a default config
|
||||
INSTANCE="openldap${SVCNAME#slapd}"
|
||||
|
||||
# If you use the classical configuration file:
|
||||
OPTS_CONF="-f /etc/${INSTANCE}/slapd.conf"
|
||||
# Uncomment this instead to use the new slapd.d configuration directory for openldap 2.3
|
||||
#OPTS_CONF="-F /etc/${INSTANCE}/slapd.d"
|
||||
# (the OPTS_CONF variable is also passed to slaptest during startup)
|
||||
|
||||
OPTS="${OPTS_CONF} -h 'ldaps:// ldap:// ldapi://%2fvar%2frun%2fopenldap%2fslapd.sock'"
|
||||
# Optional connectionless LDAP:
|
||||
#OPTS="${OPTS_CONF} -h 'ldaps:// ldap:// ldapi://%2fvar%2frun%2fopenldap%2fslapd.sock cldap://'"
|
||||
|
||||
# If you change the above listen statement to bind on a specific IP for
|
||||
# listening, you should ensure that interface is up here (change eth0 as
|
||||
# needed).
|
||||
#rc_need="net.eth0"
|
||||
|
||||
# Specify the kerberos keytab file
|
||||
#KRB5_KTNAME=/etc/openldap/krb5-ldap.keytab
|
||||
46
conf.d/spamd
Normal file
46
conf.d/spamd
Normal file
@@ -0,0 +1,46 @@
|
||||
# Config file for /etc/init.d/spamd
|
||||
|
||||
|
||||
# ***WARNING***
|
||||
# spamd was not designed to listed to an untrusted network. spamd
|
||||
# is vulnerable to DoS attacks (and eternal doom) if used to listen
|
||||
# to an untrusted network.
|
||||
#
|
||||
|
||||
|
||||
# Some options:
|
||||
#
|
||||
# -c to create a per user configuration file
|
||||
# -H [dir] to switch home dirs for helper apps, dir optional
|
||||
# -i [ip] to listen on the specified IP,
|
||||
# 127.0.0.1 if omitted,
|
||||
# 0.0.0.0 (ie. all) if given without value;
|
||||
# must be used in combination with -A to actually allow
|
||||
# connections from anybody but localhost
|
||||
# -m limit to set the number of children, default 5
|
||||
# -u user the user to run spamd as
|
||||
# -L if you want to run no net tests
|
||||
#
|
||||
# for more help look in man spamd
|
||||
#
|
||||
# Note: if you plan on using the -u flag to spamd you will need to
|
||||
# make sure the location of the PID file is writable by that user.
|
||||
# This can be done by making the directory /var/run/spamd and
|
||||
# changing the owner to the UID that runs spamd. You will then
|
||||
# need to edit $pidfile in /etc/init.d/spamd. This should fix the
|
||||
# problem with stop/restart in the init scripts.
|
||||
#
|
||||
# See http://bugs.gentoo.org/show_bug.cgi?id=70124 for a full
|
||||
# explanation.
|
||||
|
||||
SPAMD_OPTS="-m 5 -c -H"
|
||||
|
||||
# spamd stores its pid in this file. If you use the -u option to
|
||||
# run spamd under another user, you might need to adjust it.
|
||||
|
||||
PIDFILE="/run/spamd.pid"
|
||||
|
||||
# SPAMD_NICELEVEL lets you set the 'nice'ness of the running
|
||||
# spamd process
|
||||
|
||||
# SPAMD_NICELEVEL=5
|
||||
70
conf.d/splash
Normal file
70
conf.d/splash
Normal file
@@ -0,0 +1,70 @@
|
||||
# Config file for splashutils.
|
||||
|
||||
# Boot/reboot/shutdown message overrides.
|
||||
# SPLASH_BOOT_MESSAGE="Booting the system (\$progress%)"
|
||||
# SPLASH_REBOOT_MESSAGE="Rebooting the system (\$progress%)"
|
||||
# SPLASH_SHUTDOWN_MESSAGE="Shutting the system down (\$progress%)"
|
||||
|
||||
# Should we drop to verbose mode on initscript errors? (yes/no)
|
||||
SPLASH_VERBOSE_ON_ERRORS="yes"
|
||||
|
||||
# Which special effects should be used?
|
||||
# This should be a comma separated list. Valid items: fadein, fadeout
|
||||
SPLASH_EFFECTS="fadein,fadeout"
|
||||
|
||||
# In the silent mode, show the textbox by default if the theme supports it?
|
||||
# (yes/no)
|
||||
SPLASH_TEXTBOX="no"
|
||||
|
||||
# If set to a positive value, fbsplash will automatically switch to verbose
|
||||
# mode if there is no activity for the specified number of seconds.
|
||||
SPLASH_AUTOVERBOSE="0"
|
||||
|
||||
# Name of the boot service starting X. Useful in cases when X is started
|
||||
# by a custom initscript, other than the usual 'xdm'. If you are using a
|
||||
# custom X initscript and do not set this variable correctly, do not be
|
||||
# surprised if you end up at tty1 at the end of the boot process (instead of
|
||||
# in an X session).
|
||||
# SPLASH_XSERVICE="xdm"
|
||||
|
||||
#########################################################################
|
||||
# The options below affect settings which are normally specified on the
|
||||
# kernel command line and are probably useful only in uncommon
|
||||
# configurations. Note that the corresponding kernel command line
|
||||
# settings will override any options set below.
|
||||
#########################################################################
|
||||
|
||||
# Save splash profile information during boot? If set to 'yes', a record
|
||||
# of the boot-up sequence will be kept in /lib/splash/cache/profile. The
|
||||
# profile file is useful for debugging purposes and for replaying the
|
||||
# boot sequence with `splash_manager -c replay`. It might slightly slow
|
||||
# down the boot, so don't activate it if you don't plan to use it.
|
||||
# SPLASH_PROFILE="no"
|
||||
|
||||
# Which console mode to use for the silent splash. Valid values are:
|
||||
# text,graphics. If 'text' is selected, the splash tty will be treated
|
||||
# just like any other tty by the kernel. With the 'graphics' option,
|
||||
# the kernel will not touch the tty in any way. 'graphics' could be
|
||||
# useful e.g. for preventing error messages from being displayed over
|
||||
# the splash screen. Normally, this shouldn't be necessary. Use only
|
||||
# as a last resort.
|
||||
# SPLASH_KDMODE="text"
|
||||
|
||||
# Which theme to use, probably best left commented out (the theme
|
||||
# specified on the kernel command line is used).
|
||||
# SPLASH_THEME="gentoo"
|
||||
|
||||
# Which tty to use for the silent splash. If you change it, make sure
|
||||
# the tty isn't used by something else (interactive console, X, etc).
|
||||
# It's safest to leave it commented and let fbsplashd use the default
|
||||
# value.
|
||||
# SPLASH_TTY=16
|
||||
|
||||
# Which splash mode should be activated? Valid values are:
|
||||
# - silent: silent and verbose modes
|
||||
# - silentonly: silent mode only
|
||||
# - verbose: verbose mode only
|
||||
# If commented out, the mode requested on the command line will be
|
||||
# used.
|
||||
# SPLASH_MODE_REQ="silent"
|
||||
|
||||
23
conf.d/sshd
Normal file
23
conf.d/sshd
Normal file
@@ -0,0 +1,23 @@
|
||||
# /etc/conf.d/sshd: config file for /etc/init.d/sshd
|
||||
|
||||
rc_need="net.eth1"
|
||||
|
||||
# Where is your sshd_config file stored?
|
||||
|
||||
SSHD_CONFDIR="/etc/ssh"
|
||||
|
||||
|
||||
# Any random options you want to pass to sshd.
|
||||
# See the sshd(8) manpage for more info.
|
||||
|
||||
SSHD_OPTS=""
|
||||
|
||||
|
||||
# Pid file to use (needs to be absolute path).
|
||||
|
||||
#SSHD_PIDFILE="/var/run/sshd.pid"
|
||||
|
||||
|
||||
# Path to the sshd binary (needs to be absolute path).
|
||||
|
||||
#SSHD_BINARY="/usr/sbin/sshd"
|
||||
10
conf.d/svnserve
Normal file
10
conf.d/svnserve
Normal file
@@ -0,0 +1,10 @@
|
||||
# The commented variables in this file are the defaults that are used
|
||||
# in the init-script. You don't need to uncomment them except to
|
||||
# customize them to different values.
|
||||
|
||||
# Options for svnserve
|
||||
#SVNSERVE_OPTS="--root=/var/svn"
|
||||
|
||||
# User and group as which to run svnserve
|
||||
#SVNSERVE_USER="svn"
|
||||
#SVNSERVE_GROUP="svnusers"
|
||||
42
conf.d/syslog-ng
Normal file
42
conf.d/syslog-ng
Normal file
@@ -0,0 +1,42 @@
|
||||
# Config file for /etc/init.d/syslog-ng
|
||||
|
||||
# If you are not using network logging, this entire section should be
|
||||
# commented out. Otherwise, choose one of the settings below based on
|
||||
# how you are configuring your network.
|
||||
#
|
||||
# If you are using the net.* scripts to configure your network, you should
|
||||
# set rc_need to match the interface through which your logging server
|
||||
# can be reached.
|
||||
#rc_need="net.eth0"
|
||||
#
|
||||
# If you are using an interface manager like wicd, dhcpcd in standalone
|
||||
# mode, networkmanager, etc to control your interfaces, set rc_need to
|
||||
# the name of that service.
|
||||
# rc_need="dhcpcd"
|
||||
#rc_need="networkmanager"
|
||||
#
|
||||
# If you are using newnet and configuring your interface statically with
|
||||
# the network script, you should use this setting.
|
||||
#rc_need="network"
|
||||
#
|
||||
# You can use this setting, but I do not recommend relying on it.
|
||||
#rc_need="net"
|
||||
#
|
||||
# You may also want to uncomment the following if you are using network
|
||||
# logging.
|
||||
#rc_use="stunnel"
|
||||
|
||||
# For very customized setups these variables can be adjusted as needed
|
||||
# but for most situations they should remain commented:
|
||||
# SYSLOG_NG_CONFIGFILE=/etc/syslog-ng/syslog-ng.conf
|
||||
# SYSLOG_NG_STATEFILE_DIR=/var/lib/syslog-ng
|
||||
# SYSLOG_NG_STATEFILE=${SYSLOG_NG_STATEFILE_DIR}/syslog-ng.persist
|
||||
# SYSLOG_NG_PIDFILE_DIR=/var/run
|
||||
# SYSLOG_NG_PIDFILE=${SYSLOG_NG_PIDFILE_DIR}/syslog-ng.pid
|
||||
# SYSLOG_NG_GROUP=root
|
||||
# SYSLOG_NG_USER=root
|
||||
|
||||
# Put any additional options for syslog-ng here.
|
||||
# See syslog-ng(8) for more information.
|
||||
|
||||
SYSLOG_NG_OPTS=""
|
||||
27
conf.d/timidity
Normal file
27
conf.d/timidity
Normal file
@@ -0,0 +1,27 @@
|
||||
# TIMIDITY_OPTS
|
||||
# Command line arguements to be passed to timidity. -iA is always used
|
||||
# Common options:
|
||||
# -Os : Output to ALSA pcm device
|
||||
# -Oe : Output to esd
|
||||
# -On : Output to NAS
|
||||
#
|
||||
# -B<n>,<m> : Set number of buffer fragments(n), and buffer size(2^m)
|
||||
#
|
||||
# -EFreverb=0 : Disable MIDI reverb effect control
|
||||
# -EFreverb=1[,level] : Enable MIDI reverb effect control
|
||||
# `level' is optional to specify reverb level [0..127]
|
||||
# This effect is only available in stereo
|
||||
# (default)
|
||||
# -EFreverb=2 : Global reverb effect
|
||||
|
||||
TIMIDITY_OPTS="-B2,8 -Os -EFreverb=0"
|
||||
|
||||
# TIMIDITY_PCM_NAME
|
||||
# This option can be used to choose an alternate ALSA pcm device. This will
|
||||
# be most useful for users of the dmix alsa plugin or those with multiple
|
||||
# cards. If you don't know what this is, chances are you want the default.
|
||||
|
||||
#TIMIDITY_PCM_NAME="default"
|
||||
|
||||
#LADSPA plugins library path
|
||||
LADSPA_PATH="/usr/lib/ladspa"
|
||||
3
conf.d/tmpfiles
Normal file
3
conf.d/tmpfiles
Normal file
@@ -0,0 +1,3 @@
|
||||
# Extra options for tmpfiles.sh
|
||||
#tmpfiles_opts="--verbose"
|
||||
tmpfiles_opts=""
|
||||
3
conf.d/tor
Normal file
3
conf.d/tor
Normal file
@@ -0,0 +1,3 @@
|
||||
#
|
||||
# Set the file limit
|
||||
rc_ulimit="-n 30000"
|
||||
7
conf.d/tox-dht-daemon
Normal file
7
conf.d/tox-dht-daemon
Normal file
@@ -0,0 +1,7 @@
|
||||
# [--ipv4|--ipv6]
|
||||
cmdline=""
|
||||
|
||||
# open node
|
||||
ip=""
|
||||
port=""
|
||||
key=""
|
||||
14
conf.d/transmission-daemon
Normal file
14
conf.d/transmission-daemon
Normal file
@@ -0,0 +1,14 @@
|
||||
# This is the transmission-daemon configuration file. For other options and
|
||||
# better explanation, take a look at transmission-daemon manual page Note: it's
|
||||
# better to configure some settings (like username/password) in
|
||||
# /var/lib/transmission/config/settings.json to avoid other users see it with `ps`
|
||||
|
||||
TRANSMISSION_OPTIONS="--encryption-preferred"
|
||||
|
||||
# Run daemon as another user (username or username:groupname)
|
||||
# If you change this setting, chown -R /var/lib/transmission/config <and download directory, check web settings>
|
||||
#runas_user=transmission
|
||||
|
||||
# Location of logfile (should be writeable for runas_user user)
|
||||
# Set logfile=syslog to use syslog for logging
|
||||
#logfile=/var/log/transmission/transmission.log
|
||||
7
conf.d/twistd
Normal file
7
conf.d/twistd
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
# These are passed to twistd.
|
||||
# TWISTD_OPTS="--no_save --logfile=/var/log/twistd -y /etc/twistd.tac"
|
||||
# TWISTD_OPTS="--no_save --logfile=/var/log/twistd -f /etc/twistd.tap"
|
||||
|
||||
# Make any additions to PYTHONPATH the twistd needs here.
|
||||
# PYTHONPATH="/path/to/extra/python/modules"
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user