summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Make initial changes to allow pfSense to work in a jail."Andrew Thompson2011-08-171-4/+0
| | | | This reverts commit a26d95383a6146734f67c9db21cd83534052843a.
* Make initial changes to allow pfSense to work in a jail.Andrew Thompson2011-08-171-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 wellScott Ullrich2011-07-041-0/+2
|
* Add rc.local.running if rc.local is running so it can reattach after a ↵Scott Ullrich2011-07-031-0/+5
| | | | console logout
* Fix copy and pastoScott Ullrich2011-07-031-1/+1
|
* Launch rc.local into &Scott Ullrich2011-07-031-2/+5
|
* Remove $id. Bump (C) dateScott Ullrich2011-07-021-2/+1
|
* If rc.local exists launch itScott Ullrich2011-07-021-0/+5
|
* Echo out newlineScott Ullrich2010-12-171-1/+1
|
* Add newline after 99 menu option. Otherwise it looks very strange.Scott Ullrich2010-12-171-1/+5
|
* Remove \n here, it was being printed on the console. Echo should do the ↵jim-p2010-12-091-1/+1
| | | | right thing and print a newline at the end on its own.
* it's 2010, update (C)Scott Ullrich2010-12-061-1/+1
|
* Make menu drape across two columns saving around 10 lines of text making ↵Scott Ullrich2010-12-061-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.Ermal2010-06-011-1/+1
|
* Don't kill login here. When this happens from ssh is also resets the console ↵jim-p2010-06-011-1/+1
| | | | menu. Kill $PPID instead which should have the same intended effect.
* 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.
OpenPOWER on IntegriCloud