Show playback commands avaiable
Add a script to assist in removing all packages and or the packageconfiguration file from the command line.
Add other needed files so everything works as expected.
Add apinger binary for gateway monitoring
Lower threshold to 86. Noticed a scenario where slbd was chewing uproughtly 91% of the cpu.
Do not reset every hour. Wait until the process goes out of control.
Really kill off slbd
Ticket #1533
Remove extra C/R
Detect playback file not found when passed as argument. Example: pfSsh.php replay cvssync RELENG_1
Allow arguments to be passed to cvssync so you can do:
pfSsh.php playback cvssync RELENG_1
Allow arguments to be passed to the pfSense php shell.
Bring us one step closer to being able to port cvs_sync.sh to pfSsh by adding multiline support. For example
Do not forget ; on php lines.
Collect the help file into one variable and then pipe through more()
Add recording related commands
Really cleanup c/r usage.
Add showrecordings command which will show available sessions for playback
Teach pfSense's php shell how to record and playback a set of commands.
For instance you could automate a series of reptitive developer commands. For example:
pfSense shell: record restartftppfSense shell: = killall ftp-proxypfSense shell: system_start_ftp_helpers();...
Add carriage return after outputting help screen
Remove debugging echo
Add pipe_cmd() function
Missed a c/r
If readline is not included in PHP then fall back to normal boring text input methods.
Add second argument of more allowing control of when press Return is displayed
add more($text) function. With this function it will ask the person to press return after 24 rows of output. Good for stuff like this:
$temp = print_r($config, true);more($temp);
Add libreadline support for command histories.
Requested-by: CMB
Set $pkg_interface='console'; in php shell.
Reset SLBD every 5 hours to avoid 100% cpu utilization
Ticket #1316
Move help / common usage scenarios to the "help" command.
Show how to output the wireless options such as channels, modes, etc.
Clarify DHCP server comment
Show the reboot command as well for php pfSense shell
Sponsored-by: Bluegrass.net
Minor text updates
Show common commands in the php pfsense shell such as:
These commands come in handy when configuring a 1 port ethernet wrap with 2 wireless cards.
Add multiline support for multi-line mini programs/scripts.
Show that exit is a valid command
Escape $ so that it does not try to print out the variable
Add a pfSense interactive php shell for developers.
Add console application which shows the filter reloading status
We don't use ipfilter any longer, toto.
Remove update_file.sh, its not pulling from RELENG_1 correctly
Default to RELENG_1
Do not allow mpd to block
Recompile for FreeBSD 6
MFC 7196mpd blocks until ppp-linkup exits, background rc.newwanip as dyndns is tripping this up (it tries to connect out a pppoe connection that's blocking on this script).
Tested-by: DungaBee, Hoba, and a few others.
Use ; not & to seperate parms to cvsweb
Update files from RELENG_1 and mount for r/w sooner
Mount image r/w earlier in the process
MFC 6871If WAN is pppoe, hold down boot until connection is established This will help anyone with PPPOE on WAN and DHCP on OPTx not get incorrect gateways assigned.
Remove ppp-linkup, readding as non binary file.
forgot ; then
Throw an error when we detect a non 0 return value
Fetch w/ -q (quiet)
Commit submission from databeestje.
It is now possible to run update_file.sh -a which will update all files inthe CVS repo. Well, most of them...
Mount CF for file update
New version
Submitted-by: databeestje
Add databeestje's update_file. The will update file from web_cvs.
IE:
update_file.sh /etc/inc/filter.inc
Add a keyboard helper program to enable USB if needed.
Adding mDNSResponder. Apple's "Rendevouz" aka "Bonjour" technology.
Initial revision