|
From: <abe...@us...> - 2011-12-08 16:46:46
|
Revision: 5300
http://astlinux.svn.sourceforge.net/astlinux/?rev=5300&view=rev
Author: abelbeck
Date: 2011-12-08 16:46:39 +0000 (Thu, 08 Dec 2011)
Log Message:
-----------
cleanup, remove /stat/etc/rc.conf configs no longer used
Modified Paths:
--------------
branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf
Modified: branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf 2011-12-08 16:18:44 UTC (rev 5299)
+++ branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf 2011-12-08 16:46:39 UTC (rev 5300)
@@ -49,10 +49,6 @@
## you can specify them in NTPSERVS seperated by spaces.
#NTPSERVS="ntp1.cs.wisc.edu us.pool.ntp.org"
-## Locale
-## Set this to your ISO-3166 country-code designation.
-COUNTRY_CODE="us"
-
## Persistent Logs
## If this variable is defined, logs are saved to the keydisk instead of RAM
#PERSISTLOG=yes
@@ -293,7 +289,6 @@
HTTPS_ACCESSLOG="no" # Enable access logging in /var/log/lighttpd/ssl-access.log
HTTPSCGI="yes" # Define yes|no to enable CGI
HTTPSCERT="/etc/ssl/mini_httpd.pem" # Path to the https certificate
-HTTPSUSER="root" # deprecated
## HTTP Server
## If you set HTTPDIR, serve files from that directory.
@@ -301,7 +296,6 @@
HTTP_LISTING="yes"
HTTP_ACCESSLOG="no" # Enable access logging in /var/log/lighttpd/access.log
HTTPCGI="no"
-HTTPUSER="nobody" # deprecated
## NTPd Server
## Note: also see NTPSERVS in the "General Configuration" section.
@@ -331,20 +325,6 @@
## syslog's remote logging features.
#SYSLOGHOST=""
-## OpenSIPS Support
-## If your build was compiled with OpenSIPS, you can configure that here
-## OpenSIPS will not start until you define a user and group to run under
-#OPENSIPSUSER="opensips"
-#OPENSIPSGROUP="opensips"
-
-## RTPproxy support
-## If your build was built with RTPproxy support, you can configure the
-## listen IP here. This is really only useful if you have OpenSIPS too
-## You can use other variables from this file
-#RTPPROXY_IP="$EXTIP"
-#RTPPROXY_SOCKET="udp:127.0.0.1:7890"
-#RTPPROXY_TOS="0x18"
-
## FreeSWITCH Support
## If your build was compiled with FreeSWITCH you can define args to
## pass in the startup script here. If you don't define anything the
@@ -413,18 +393,6 @@
## you need to bind to a port > 1023, etc. .
#STUNNELUSER="root"
-## Use ISC-dhcpd
-## Uncomment the following to use ISC dhcpd. If you do this, you will be
-## solely responsible for maintaining /etc/dhcpd.conf, and dnsmasq will be
-## disabled. Advanced users only!
-#DHCPDOPTS="eth1"
-
-## Use Bind Named
-## Uncomment the following to use BIND. If you do this, you will be
-## solely responsible for maintaining /etc/named.conf, and dnsmasq will be
-## disabled. Advanced users only!
-#NAMEDOPTS="-n1"
-
## Service Advertisement (mDNS)
## If you define ADNAME, I will advertise all of the available services on
## your AstLinux machine in a way that is compatible with bonjour/rendezvous.
@@ -674,10 +642,8 @@
#ALERT_SOUNDS="startup shutdown"
## IDE Drive configuration
-## From 0.2.5.6 onwards, DMA is disabled on the GRUB command line.
-## I was having too many problems with motherboards detecting CF's
-## as capable of DMA. Now I turn DMA off for eveything except the
-## devices listed below.
+## Some CF cards are not detected properly if DMA is enabled.
+## For IDE drives, DMA is disabled except for the devices listed below.
#DMA_DEV="/dev/hdc"
## I/O Scheduler configuration
@@ -874,15 +840,6 @@
#MONITOR_ASTERISK_SIP_COUNT="3" # Number of sequential samples (default is 3)
#MONITOR_ASTERISK_SIP_COUNT_DELAY="90" # Delay in seconds between each sample (default is 90)
-## Asterisk G729 Support
-## I added code to the init script to support auto detection and loading
-## of different G729 modules based on CPU type. If you don't define this
-## variable, Asterisk will just use modules.conf. If you define this
-## variable, Asterisk will load the module you specify shortly after
-## startup. If you say "auto", the init script will try to detect the
-## best module for you and load it automatically.
-#ASTG729="auto"
-
## Zabbix Agent Daemon
## Zabbix is enabled if ZABBIX_SERVER is defined.
#ZABBIX_SERVER="" # Comma/space separated list of IP addresses or hostnames for zabbix servers
@@ -893,10 +850,6 @@
#ZABBIX_DEBUGLEVEL="3" # "0" is no debug, "1" is critical, "2" is errors, "3" is warnings, "4" is full debugging
#ZABBIX_TIMEOUT="3" # Processing limit in seconds, must be between 1-30
-## NFSROOTPATH
-## For diskless clients, the path to use for a root filesystem.
-#NFSROOTPATH="$INTIP:/mnt/kd/nfsroot"
-
## NFS Server support (read only exports)
#NFS_EXPORTS_RO="/tftpboot"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|