summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
Commit message (Collapse)AuthorAgeFilesLines
* Nuke old dev bootstrap code that is no longer in useScott Ullrich2009-11-061-34/+10
|
* remove unnecessary catChris Buechler2009-11-021-2/+2
|
* Axe the s in developers. Capitalize accordingly. Suggested by JimPScott Ullrich2009-09-221-1/+1
|
* Rename PHP Shell to developers shellScott Ullrich2009-09-221-1/+1
|
* Revert "Use php to detect product name on shell scripts"Renato Botelho2009-08-261-1/+1
| | | | This reverts commit 07881462254d007cf77c1a5b09e7a840f708657e.
* Use php to detect product name on shell scriptsRenato Botelho2009-08-031-1/+1
|
* Add a few more *'s so that rebrands look OKScott Ullrich2009-06-161-1/+1
|
* Missing "Scott Ullrich2009-05-181-1/+1
|
* Doh, it's sh, not phpScott Ullrich2009-05-181-2/+2
|
* Do not keep respawning to shell on exit. Alert box is rebooting in 5, sleep ↵Scott Ullrich2009-05-181-0/+4
| | | | for 5 to allow CTRL-C
* Use custom prompt for Recovery ShellScott Ullrich2009-05-181-1/+1
|
* Spawn tcsh instead of sending getty into a DOS loopScott Ullrich2009-05-171-1/+2
|
* Add missing spaceScott Ullrich2009-05-161-1/+1
|
* Exit out to shell immediately if recovery console shell option specified.Scott Ullrich2009-05-151-0/+5
|
* Add hideplatform directive useful for rebrandingScott Ullrich2009-03-241-0/+1
|
* Use $g['product_name']Scott Ullrich2008-10-261-3/+5
|
* Spelling correctionScott Ullrich2008-08-301-2/+2
|
* * Output if SSH is enabledScott Ullrich2008-08-301-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 Ullrich2008-07-131-34/+27
| | | | While here, cleanup the identing mess.
* Allow new terminals to update last_term_seen even if they are not root.Scott Ullrich2008-07-131-0/+1
|
* Adding script to allow enabling / disabling of SSHD from console menu.Scott Ullrich2008-02-221-1/+5
|
* Change LAN ip to interface ip.Scott Ullrich2008-02-221-1/+1
|
* Reference correct file for upgrade from console.Seth Mos2007-11-121-1/+1
|
* Ticket #1427 - webConfigurator is a better choice, it is used everywhere elseBill Marquette2007-10-161-2/+2
|
* Ticket #1427 - use webGUI instead of webConfiguratorBill Marquette2007-10-161-2/+2
|
* Reset terminals on blank input which could be a console reload war between ↵Scott Ullrich2007-06-031-2/+1
| | | | some kind of strange "new spawned console".
* Launch file correctlyScott Ullrich2007-05-011-1/+1
|
* Add firmware update menu option which can fetch a URL from the internet or ↵Scott Ullrich2007-05-011-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 Ullrich2007-04-291-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 Ullrich2007-03-021-3/+3
|
* Uncomment the trap statements. Now CTRL-C will kill the SSH session.Scott Ullrich2006-10-011-3/+3
|
* Allow CTRL-C, CTRL-Z on console, etc.Scott Ullrich2006-09-191-3/+3
|
* Add (y/n) hintScott Ullrich2006-09-171-1/+1
|
* Explain to the user that the developer bootstrap process populates /usr/src, ↵Scott Ullrich2006-09-171-2/+5
| | | | etc.
* MFC 13617Scott Ullrich2006-08-071-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 Ullrich2006-07-011-3/+2
|
* Move sleep statement to do loop when option entered is ""Scott Ullrich2006-07-011-10/+11
| | | | Helps work around - Ticket #1021
* Move sleep outside of the menu loopScott Ullrich2006-06-251-3/+2
|
* Increase the sleep time to counteract the tty respawn bug that is slowing ↵Scott Ullrich2006-06-211-0/+4
| | | | down everything else since its basically fork bombing.
* Add option #12 show interface infoScott Ullrich2006-06-091-0/+4
|
* * Only run rc.banner when you first loginScott Ullrich2006-06-071-2/+2
| | | | * Improve CTRL-C message
* Back out last commit. Restore CTRL-C behavior.Scott Ullrich2006-05-111-3/+3
|
* Do not trap on rc.inital menuScott Ullrich2006-04-291-3/+3
|
* webGUI -> webConfiguratorScott Ullrich2006-04-211-1/+1
|
* Remove option 12. It doesn't work on Embedded.Scott Ullrich2006-04-171-4/+0
|
* Add option 13 to change keyboard mapping for our friends across the pondScott Ullrich2006-04-131-0/+4
|
* Explain that the tailing process will exit when developer bootstrap is ↵Scott Ullrich2006-04-081-0/+4
| | | | completed.
* Explain what the development bootstrap process is doing and what to expectScott Ullrich2006-04-081-1/+5
|
* If a bootstrap is in progress, offer to the user the ability to tail its ↵Scott Ullrich2006-04-081-0/+13
| | | | progress on the console
* If we encounter the job control bug then bail (logout)Scott Ullrich2006-03-131-0/+5
|
OpenPOWER on IntegriCloud