Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a hidden menu option to forcefully kill php, lighty, and then restart ↵ | jim-p | 2012-08-14 | 1 | -0/+3 |
| | | | | the GUI. (Can't make it a part of rc.restart_webgui since killing php would also kill the script itself.) | ||||
* | Add the config history restore script to the console menu. | jim-p | 2011-12-01 | 1 | -1/+5 |
| | |||||
* | Make initial changes to allow pfSense to work in a jail. | Andrew Thompson | 2011-08-17 | 1 | -0/+4 |
| | | | | | | This mostly avoids starting things that will not work and gets the initial config. Most of the pfSense functionality will not work (pf rules, routing, etc) but it can be used for testing. | ||||
* | Launch running script as well | Scott Ullrich | 2011-07-04 | 1 | -0/+2 |
| | |||||
* | Add rc.local.running if rc.local is running so it can reattach after a ↵ | Scott Ullrich | 2011-07-03 | 1 | -0/+5 |
| | | | | console logout | ||||
* | Fix copy and pasto | Scott Ullrich | 2011-07-03 | 1 | -1/+1 |
| | |||||
* | Launch rc.local into & | Scott Ullrich | 2011-07-03 | 1 | -2/+5 |
| | |||||
* | Remove $id. Bump (C) date | Scott Ullrich | 2011-07-02 | 1 | -2/+1 |
| | |||||
* | If rc.local exists launch it | Scott Ullrich | 2011-07-02 | 1 | -0/+5 |
| | |||||
* | Echo out newline | Scott Ullrich | 2010-12-17 | 1 | -1/+1 |
| | |||||
* | Add newline after 99 menu option. Otherwise it looks very strange. | Scott Ullrich | 2010-12-17 | 1 | -1/+5 |
| | |||||
* | Remove \n here, it was being printed on the console. Echo should do the ↵ | jim-p | 2010-12-09 | 1 | -1/+1 |
| | | | | right thing and print a newline at the end on its own. | ||||
* | it's 2010, update (C) | Scott Ullrich | 2010-12-06 | 1 | -1/+1 |
| | |||||
* | Make menu drape across two columns saving around 10 lines of text making ↵ | Scott Ullrich | 2010-12-06 | 1 | -25/+18 |
| | | | | room for more interfaces at the top. Looks good: perry|dk & jim-p | ||||
* | Use sockstat, netstat might take to long under certain circumstances. | Ermal | 2010-06-01 | 1 | -1/+1 |
| | |||||
* | Don't kill login here. When this happens from ssh is also resets the console ↵ | jim-p | 2010-06-01 | 1 | -1/+1 |
| | | | | menu. Kill $PPID instead which should have the same intended effect. | ||||
* | Nuke old dev bootstrap code that is no longer in use | Scott Ullrich | 2009-11-06 | 1 | -34/+10 |
| | |||||
* | remove unnecessary cat | Chris Buechler | 2009-11-02 | 1 | -2/+2 |
| | |||||
* | Axe the s in developers. Capitalize accordingly. Suggested by JimP | Scott Ullrich | 2009-09-22 | 1 | -1/+1 |
| | |||||
* | Rename PHP Shell to developers shell | Scott Ullrich | 2009-09-22 | 1 | -1/+1 |
| | |||||
* | Revert "Use php to detect product name on shell scripts" | Renato Botelho | 2009-08-26 | 1 | -1/+1 |
| | | | | This reverts commit 07881462254d007cf77c1a5b09e7a840f708657e. | ||||
* | Use php to detect product name on shell scripts | Renato Botelho | 2009-08-03 | 1 | -1/+1 |
| | |||||
* | Add a few more *'s so that rebrands look OK | Scott Ullrich | 2009-06-16 | 1 | -1/+1 |
| | |||||
* | Missing " | Scott Ullrich | 2009-05-18 | 1 | -1/+1 |
| | |||||
* | Doh, it's sh, not php | Scott Ullrich | 2009-05-18 | 1 | -2/+2 |
| | |||||
* | Do not keep respawning to shell on exit. Alert box is rebooting in 5, sleep ↵ | Scott Ullrich | 2009-05-18 | 1 | -0/+4 |
| | | | | for 5 to allow CTRL-C | ||||
* | Use custom prompt for Recovery Shell | Scott Ullrich | 2009-05-18 | 1 | -1/+1 |
| | |||||
* | Spawn tcsh instead of sending getty into a DOS loop | Scott Ullrich | 2009-05-17 | 1 | -1/+2 |
| | |||||
* | Add missing space | Scott Ullrich | 2009-05-16 | 1 | -1/+1 |
| | |||||
* | Exit out to shell immediately if recovery console shell option specified. | Scott Ullrich | 2009-05-15 | 1 | -0/+5 |
| | |||||
* | Add hideplatform directive useful for rebranding | Scott Ullrich | 2009-03-24 | 1 | -0/+1 |
| | |||||
* | Use $g['product_name'] | Scott Ullrich | 2008-10-26 | 1 | -3/+5 |
| | |||||
* | Spelling correction | Scott Ullrich | 2008-08-30 | 1 | -2/+2 |
| | |||||
* | * Output if SSH is enabled | Scott Ullrich | 2008-08-30 | 1 | -1/+7 |
| | | | | * Kill SSH server but leave open ssh sessions | ||||
* | Remote last_term_seen variable. It's not in use and was debugging only. | Scott Ullrich | 2008-07-13 | 1 | -34/+27 |
| | | | | While here, cleanup the identing mess. | ||||
* | Allow new terminals to update last_term_seen even if they are not root. | Scott Ullrich | 2008-07-13 | 1 | -0/+1 |
| | |||||
* | Adding script to allow enabling / disabling of SSHD from console menu. | Scott Ullrich | 2008-02-22 | 1 | -1/+5 |
| | |||||
* | Change LAN ip to interface ip. | Scott Ullrich | 2008-02-22 | 1 | -1/+1 |
| | |||||
* | Reference correct file for upgrade from console. | Seth Mos | 2007-11-12 | 1 | -1/+1 |
| | |||||
* | Ticket #1427 - webConfigurator is a better choice, it is used everywhere else | Bill Marquette | 2007-10-16 | 1 | -2/+2 |
| | |||||
* | Ticket #1427 - use webGUI instead of webConfigurator | Bill Marquette | 2007-10-16 | 1 | -2/+2 |
| | |||||
* | Reset terminals on blank input which could be a console reload war between ↵ | Scott Ullrich | 2007-06-03 | 1 | -2/+1 |
| | | | | some kind of strange "new spawned console". | ||||
* | Launch file correctly | Scott Ullrich | 2007-05-01 | 1 | -1/+1 |
| | |||||
* | Add firmware update menu option which can fetch a URL from the internet or ↵ | Scott Ullrich | 2007-05-01 | 1 | -1/+5 |
| | | | | use a already fetched file from the file system. | ||||
* | Add pfSense php shell option. This will be used by developers to tell ↵ | Scott Ullrich | 2007-04-29 | 1 | -0/+4 |
| | | | | operators how to remove blank config options and many other things that will be easier than instructing someone to edit config.xml directly, etc. | ||||
* | ctrl-c is handy in the shell. Do not lock out. | Scott Ullrich | 2007-03-02 | 1 | -3/+3 |
| | |||||
* | Uncomment the trap statements. Now CTRL-C will kill the SSH session. | Scott Ullrich | 2006-10-01 | 1 | -3/+3 |
| | |||||
* | Allow CTRL-C, CTRL-Z on console, etc. | Scott Ullrich | 2006-09-19 | 1 | -3/+3 |
| | |||||
* | Add (y/n) hint | Scott Ullrich | 2006-09-17 | 1 | -1/+1 |
| | |||||
* | Explain to the user that the developer bootstrap process populates /usr/src, ↵ | Scott Ullrich | 2006-09-17 | 1 | -2/+5 |
| | | | | etc. |