Setup relayd.log
Set all log files to 600
No need to wipe logs twice
Correct grep statement for hideplatform
Correct check for hideplatform
Use clog or fifolog
Correct variable name
Add missing then
Add hideplatform directive useful for rebranding
Echo out data to start of log files
Clear logs before fifolog_create command
Use divisibles of 512
Jettison clog and replace with fifolog which is included in FreeBSD 7.1
Modify captive portal to use centralized user management. The user manager hasbeen modified to include an account expiration option to support this service.
Remove notice that contents are being written to script caused by nohup
Move php.ini setup to its own file
Turn off APC upload progress support, we're using the pecl extensionnow.
Remove lighttpd files on reboot.
Inculde uploadprogress.so
Backout apc / cli cache
Turn on apc.rfc1867 = on (upload progress bar support which is apparently)native to APC.
Turn on apc for cli
Bump /var/run to 4m
Turn off expose_php
Output welcome message after various items are mounted (so we have grep)
Grab product_name from globals.inc
Use correct octal mode
Add conf.default to the unionfs roster
Allow bin sbin and boot writing
Cleanup text
Move unionfs commands earlier
Correct CDROM check
Mount /usr/ with write access using UNIONFS.
Now that php is being compiled with OpenSSL, remove the php.ini line thatloads the extension. It is no longer required.
Convert items to long if format
use long if statement, it appears the compact tests are failing. Andlife is to short to worry "why".
Use apc on cli, too
Create /var/etc/openvpn-csc as well
Suggested-by: mgrooms
Ensure /var/etc/openvpn exists
Adding php5-openssl
Adding mhash
Disable apc on machines with less than 96 MB to make they behave better.
Remove configure_slbd() from rc scripts
It appears that malloc options have changed for RELENG_7.
Eliminate old aj options.
We do not need the simplexml php exentsion
Make sure our /tmp is always read write for everyone on boot.Now set to 1777.
Remove bogus - blah text.
Load pcre
Use same module path as /usr/local/etc/ and /usr/local/lib
Do not load module twice
Include simplexml
Reflect new ping_hosts.sh location
Tag where the php.ini file was generated from
Add Id
/var/log is a ram disk. Do not worry about CDROM checks.
Only chmod files if we are not on the CDROM platform.
Correct logic.
Touch files if clog is disabled to ensure they are created.
Allow clogging feature to be disabled.
Include APC settings in php.ini
Include ldap.so extension
Add missing fi
Sync with HEAD.
Do not chmod file that is not yet created.
Ensure /tmp/ is writable
don't create /tmp/tmp symlink if it already exists (silences error at boot time when it does exist)
Improve check for /conf symlink on non cd-rom platform.
Suggested-by: Fernando Tarl? Cardoso Lemos
Correctly check that an item is a symlink before blowing it away and recreating.
Use nohup construct for launching
crs fork code is out, executing in background
Correct the compatibility location again.
Correct compatibility symlink
Install compatibility symlink for packages built in /tmp/tmp (FreeBSD 7 currently)
Clean backup cache before starting php environment
Bootstrap php.ini on non-cdrom platforms to GUARANTEE that we can invoke php correctly.
Remove cron spam on bootup
Back out softupdates check code
Make php performance on all platforms consistent regardless of diskspeed
Trigger a FSCK if required before switching on softupdates
Twiddle softupdates bits during console muting.
Full path to grep, add comment.
Handle enablesoftupdates on the full installation platform as well
When clearing log files, send errors to people that care (/dev/null)
Do not blow away subdirectories in /var/log leading way for /var/log/persistent to be born.
Shift ping handling duties over to minicron. Cron is just not working for some reason.
Startup cron correctly
Do not create symlink for dhclient-script. This does not work on read-only iso's.
Regardless of the fact that we are telling dhclient that it's script is /sbin/dhclient-script it wants to run /usr/local/sbin/dhclient-script to symlink on bootup this file if needed.
Run fsck -fy instead of fsck -y
Ensure nameserver information is removed at bootup before its discovered again.
Add OpenNTPD logging tab
Use /etc/rc.start_packages
Woops, looks like there is a ! in the comparison, and I have it backwards.
512K is enough for 1000 rows. Back out previous commit.
Increase filter log space to 784K so that it can accept 999 entries