summaryrefslogtreecommitdiffstats
path: root/src/etc/rc
Commit message (Collapse)AuthorAgeFilesLines
* Update version string at end of boot RELENG_2_3Phil Davis2017-02-131-12/+18
| | | | | | | | | | | | | | When there is an upgrade, the echo here was outputting a stale value of the version. For example, on first upgrade from 2.3.3-DEVELOPMENT to 2.3.3-RC the console had: pfSense (pfSense) 2.3.3-DEVELOPMENT amd6 Sat Feb 11 14:24:27 CST 2017 Bootup complete FreeBSD/amd64 (myhost.localdomain) (ttyv0) *** Welcome to pfSense 2.3.3-RC (amd64 full-install) on myhost *** That is a bit confusing for users to be sure which version it is at this point. (cherry picked from commit c0044174800c3b509dd79906aeaf69e4c6ff1385)
* Make sure /var/tmp permissions are correct. Fixes #7120Renato Botelho2017-01-161-0/+1
|
* Ticket #6340:Renato Botelho2017-01-121-5/+11
| | | | | | | | | - Stop misusing fsck -F parameter, it's supposed to be used when you plan to run background fsck after filesystems are mounted, what is not the case on pfSense - Increase attempts to mount all filesystems as read-write to 10 - If we cannot mount filesystems as read-write, start a recovery shell and after it finishes, reboot system
* Ticket #6096: Remove target before try to move, also use mv -f to avoid ↵Renato Botelho2017-01-021-4/+6
| | | | human interaction
* Latest nginx requires /var/log/nginx/ to exist, so for users with /var in ↵jim-p2016-10-071-1/+1
| | | | RAM it needs created.
* Remove some more dangling PPTP bits.jim-p2016-09-091-1/+1
|
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-1/+1
|
* Review license / copyright on all files (1st round)Renato Botelho2016-07-141-6/+51
|
* Revert "Incorporated ssl changes"Renato Botelho2016-06-241-9/+0
| | | | | | It's a specific 2.4 change, only in master branch This reverts commit 00a7688401c15015c3f43735b2b1536ebfec7e92.
* Incorporated ssl changesStephen Beaver2016-06-211-0/+9
|
* Teach rc script to copy custom_logos over default oneRenato Botelho2016-06-201-0/+6
|
* Revert "Fix #6120"Renato Botelho2016-05-091-3/+0
| | | | This reverts commit 4cbe0b132f0d60b71a20052fae1155210a1f5a16.
* Fix #6120Renato Botelho2016-05-091-0/+3
| | | | | | | | | | - Do not include /etc/ttys on base package, it's not supposed to be replaced during upgrade - Create a script /etc/rc.console_setup to make it easy to call setup_serial_port() from shell scripts. This script will update /etc/ttys accordingly - Call /etc/rc.console_setup just after 2nd stage of upgrade happened and new files are in place
* Show patchlevel together with product version on banners and system ↵Renato Botelho2016-05-031-2/+14
| | | | information widget
* Read return code from right commandRenato Botelho2016-03-211-1/+1
|
* clean up lighttpdChris Buechler2016-01-051-1/+0
|
* Keeping the disable logging option. Revert "clean up lighttpd bits"Chris Buechler2016-01-051-0/+1
| | | | This reverts commit 9de0332dec955ec513b74be9361de72d12aa7245.
* clean up lighttpd bitsChris Buechler2016-01-051-1/+0
|
* first run through, replacing lighttpd with nginx.Chris Buechler2016-01-051-1/+1
|
* Remove extra spaces on welcome textPhil Davis2016-01-011-1/+1
| | | | Must be feeling OCD today. The console output had 2 spaces between "2.3-ALPHA" and "on the". I also removed the space before "..." because all the subsequent lines of console output have no space before the "...'. Actually this is a title line, so maybe the "..." could be deleted here also :)
* Nuke fifolog support. It was never used or fully implemented, no GUI option, ↵jim-p2015-12-171-8/+2
| | | | | | and didn't end up working out. It buffered writes too long, users could never see the most current log data.
* Create pkg directories symlinks when using ramdisk, ticket #5493Renato Botelho2015-11-241-1/+1
|
* Move pkg data around early and fix #5493Renato Botelho2015-11-231-19/+26
|
* Improve sh syntaxRenato Botelho2015-11-231-1/+1
|
* Add strongswan.d as well, just to be sure no symlinks are thereRenato Botelho2015-11-161-0/+3
|
* Make sure ipsec symlinks are removed to avoid breaking strongswan pkg upgradeRenato Botelho2015-11-161-0/+13
|
* Remove /usr/local/lib/php.ini, we don't need 2 copies of thisRenato Botelho2015-10-131-2/+2
|
* Rework pfSense-upgrade script to make it work with nanobsdRenato Botelho2015-10-071-5/+4
|
* Introduce read_global_var:Renato Botelho2015-10-011-17/+8
| | | | | | - Add a new script, read_global_var, that returns the value of any item contained in global array $g - Replace all grep and sed magic from shell scripts
* Introduce read_xml_tag.shRenato Botelho2015-10-011-13/+11
| | | | | | Create /usr/local/sbin/read_xml_tag.sh, that will read a xml tag from config file using xmllint. Replace all direct read using cat, grep, sed, ... by this script
* One more hardcoded pfSense nameRenato Botelho2015-09-301-1/+1
|
* Consider globals_override.inc and replace hard coded pfSense string by ↵Renato Botelho2015-09-301-9/+23
| | | | product_name
* Create symlinks during the boot for nanobsdRenato Botelho2015-09-301-0/+4
|
* Make sure pkg db and cache is safe on nanobsd and on pfSense with /var ↵Renato Botelho2015-09-301-14/+16
| | | | mounted as MFS
* Call correct script on upgrade process and obsolete the old versionRenato Botelho2015-09-291-1/+1
|
* Merge pull request #1897 from phil-davis/m-etcRenato Botelho2015-09-161-1/+1
|\
| * White space and minor bits in etcPhil Davis2015-09-161-1/+1
| | | | | | | | Cleaner version of https://github.com/pfsense/pfsense/pull/1846
* | Reword text in etc/rcPhil Davis2015-09-161-1/+1
|/ | | | to improve the English. Resubmit of PR https://github.com/pfsense/pfsense/pull/1847
* Add first version of pfsense-upgrade.sh, script that will provide pkg upgradesRenato Botelho2015-09-101-0/+6
|
* Move conf backup dir creation to default-config packages scriptsRenato Botelho2015-09-101-4/+0
|
* Do not create pbi directories or copy pbi keysRenato Botelho2015-09-101-14/+0
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+439
OpenPOWER on IntegriCloud