Only do check on pfSense platform
Only process items if we can find grep
Handle ZFS root partition read-only cases
Do not setup unionfs for /PCBSD
add apinger.log here too to silence error at boot
Do not nuke /tmp/ on livecd's
Make sure to cleanup /tmp before using it. Solves config cache issue as a start.
Remove stale code.
Make installer unionfs
Remove unionfs /, will have to come up with a new plan
Use unionfs for /
Remove stray done
Do not fsck /cf on each bootup
Unbreak nanobsd since Ticket #444
Unbreak nano since ticket #444
Handle mounting of extra filesystems correctly. Ticket #444
move mount up for cases where /usr and other partitions may be separate, and needed for other things to function
Make /var/run/booting exist for more of the actual booting process. Ticket #53.
Revert last commit .. This might not work on Nano
Use mount -a instead of -uw Ticket #444
Fix file names.
Use the -s ident option of mpd to send the logs for the PPPoE/PPTP/L2TP servers to syslogs appropriate files. Create the files for these vpn's as for the others. Logs can be viewed in the VPN tab of the system log.
Add alias data url option. This code existed but lacked a backend daemon to update the data every 24 hours. Adding this as well.
Add PPP logging tab
Revert "Use php to detect product name on shell scripts"
This reverts commit 07881462254d007cf77c1a5b09e7a840f708657e.
Do not create /root/var/tmp
Only symlink pkg dir
Reverse link arguments and rm dir
Create symlink after disks are mounted
Use php to detect product name on shell scripts
Fix path to expireaccounts.
Add support for nanobsd platform
Zap config.cache after bootup
Move RO operation down in rc and revert rc.bootup commit
Replace PHP init system with the init system.
Set hostname then call hostid onestart
Set hostid earlier in boot
Setup the host GUID which is required for ZFS
Full path to chmod
Nuke \n's
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.