Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | MFC 13617 | Scott Ullrich | 2006-08-07 | 1 | -3/+4 |
| | | | | The conditional fails if /var/db/pfi/capable_* expands to more than one file as [ -f ... ] can only be used to check a single file. Use a loop with a break to get around this. | ||||
* | Restore previous rc.banner behavior. | Scott Ullrich | 2006-07-01 | 1 | -3/+2 |
| | |||||
* | Move sleep statement to do loop when option entered is "" | Scott Ullrich | 2006-07-01 | 1 | -10/+11 |
| | | | | Helps work around - Ticket #1021 | ||||
* | Move sleep outside of the menu loop | Scott Ullrich | 2006-06-25 | 1 | -3/+2 |
| | |||||
* | Increase the sleep time to counteract the tty respawn bug that is slowing ↵ | Scott Ullrich | 2006-06-21 | 1 | -0/+4 |
| | | | | down everything else since its basically fork bombing. | ||||
* | Add option #12 show interface info | Scott Ullrich | 2006-06-09 | 1 | -0/+4 |
| | |||||
* | * Only run rc.banner when you first login | Scott Ullrich | 2006-06-07 | 1 | -2/+2 |
| | | | | * Improve CTRL-C message | ||||
* | Back out last commit. Restore CTRL-C behavior. | Scott Ullrich | 2006-05-11 | 1 | -3/+3 |
| | |||||
* | Do not trap on rc.inital menu | Scott Ullrich | 2006-04-29 | 1 | -3/+3 |
| | |||||
* | webGUI -> webConfigurator | Scott Ullrich | 2006-04-21 | 1 | -1/+1 |
| | |||||
* | Remove option 12. It doesn't work on Embedded. | Scott Ullrich | 2006-04-17 | 1 | -4/+0 |
| | |||||
* | Add option 13 to change keyboard mapping for our friends across the pond | Scott Ullrich | 2006-04-13 | 1 | -0/+4 |
| | |||||
* | Explain that the tailing process will exit when developer bootstrap is ↵ | Scott Ullrich | 2006-04-08 | 1 | -0/+4 |
| | | | | completed. | ||||
* | Explain what the development bootstrap process is doing and what to expect | Scott Ullrich | 2006-04-08 | 1 | -1/+5 |
| | |||||
* | If a bootstrap is in progress, offer to the user the ability to tail its ↵ | Scott Ullrich | 2006-04-08 | 1 | -0/+13 |
| | | | | progress on the console | ||||
* | If we encounter the job control bug then bail (logout) | Scott Ullrich | 2006-03-13 | 1 | -0/+5 |
| | |||||
* | Traffic -> Filter for consistency with webConfigurator | Scott Ullrich | 2006-03-03 | 1 | -1/+1 |
| | |||||
* | Don't sleep for 1 | Scott Ullrich | 2006-02-26 | 1 | -2/+0 |
| | |||||
* | ^ then | Scott Ullrich | 2006-01-01 | 1 | -1/+1 |
| | |||||
* | * Touch /tmp/config_moved after config move | Scott Ullrich | 2006-01-01 | 1 | -1/+3 |
| | | | | * Do not run option 98 twice after config move | ||||
* | Run echo `tty` > /tmp/last_term_seen on startup | Scott Ullrich | 2005-12-31 | 1 | -0/+5 |
| | |||||
* | Remove set prompt and vidcontrol directives | Scott Ullrich | 2005-12-22 | 1 | -3/+0 |
| | |||||
* | Add menu option 11 text | Scott Ullrich | 2005-11-29 | 1 | -0/+1 |
| | |||||
* | Add option 11 - restart webgui | Scott Ullrich | 2005-11-29 | 1 | -0/+3 |
| | |||||
* | Send errors to the bit bucket | Scott Ullrich | 2005-11-11 | 1 | -1/+1 |
| | |||||
* | Switch to vty0 when user enters option 8 | Scott Ullrich | 2005-11-10 | 1 | -0/+2 |
| | |||||
* | Carriage return before menu. | Scott Ullrich | 2005-11-04 | 1 | -0/+1 |
| | |||||
* | Remove extra \n | Scott Ullrich | 2005-11-02 | 1 | -2/+0 |
| | |||||
* | If a usb keyboard is detected, start installer with a cons25 console type | Scott Ullrich | 2005-10-08 | 1 | -2/+6 |
| | |||||
* | Only show option 98 if config.xml does not reside on a removable device and ↵ | Scott Ullrich | 2005-10-02 | 1 | -1/+3 |
| | | | | a msdos formatted device is present | ||||
* | Correct the filename | Scott Ullrich | 2005-10-01 | 1 | -1/+1 |
| | |||||
* | Reverse option 98 and 99 | Scott Ullrich | 2005-10-01 | 1 | -3/+3 |
| | |||||
* | * Correctly detect detected devices capable of config.xml | Scott Ullrich | 2005-10-01 | 1 | -2/+2 |
| | | | | * Sym link /conf too | ||||
* | Add script that aides in creating a config.xml file on a removable device. ↵ | Scott Ullrich | 2005-10-01 | 1 | -1/+7 |
| | | | | Note that this is not fully working just yet. |