summaryrefslogtreecommitdiffstats
path: root/tools/templates
Commit message (Collapse)AuthorAgeFilesLines
* Move remaining ESF license file to APACHE20Renato Botelho2016-07-152-45/+176
|
* Move to Apache License 2.0Renato Botelho2016-07-1510-12/+12
|
* Add license files used by core packagesRenato Botelho2016-06-243-0/+51
|
* Make base package to populate /etc/platformRenato Botelho2016-06-232-0/+4
|
* Add NYI custom_logosRenato Botelho2016-06-202-0/+0
|
* Rename /etc/rc(.shutdown) -> /etc/pfSense-rc(.shutdown) and stop overlapping ↵Renato Botelho2016-06-011-1/+1
| | | | FreeBSD-src files
* Add /etc/rc.initial to pfSense-rc package and use @shell entry in PLIST to ↵Renato Botelho2016-05-313-2/+3
| | | | get it properly added to /etc/shells
* Do not exclude a file that doesn't existRenato Botelho2016-05-302-2/+0
|
* Revert "Fix #6120"Renato Botelho2016-05-092-2/+0
| | | | This reverts commit 1831d3486317a6ac8a8bfd034bb133f9b0dc55e7.
* Fix #6120Renato Botelho2016-05-092-0/+2
| | | | | | | | | | - 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
* Make sure symlink is created on post-installRenato Botelho2016-04-061-1/+4
| | | | (cherry picked from commit f5edca6c481c72c063c7390afdececd54da10a6e)
* Add repo pkg as dependency on base and base-nanobsdRenato Botelho2016-04-052-2/+4
| | | | (cherry picked from commit b884641b1caa3d99d7966cb367c1f6dbfc1687f2)
* Add repo pkg post-install scriptRenato Botelho2016-04-051-0/+19
| | | | (cherry picked from commit e1deaf759ab9eadcdc60565ca5af142069172f3a)
* Create repo pkg PLIST dynamicallyRenato Botelho2016-04-051-1/+0
| | | | (cherry picked from commit 81bcdf9695b13cb89c8a0dfa8700189baaaad6ff)
* Remove repo-devel package templateRenato Botelho2016-04-053-19/+0
| | | | (cherry picked from commit e450f488ebd0443466ec1bcfad48ba0148cc0310)
* Add ESF license to all core pkgsRenato Botelho2016-03-309-9/+9
|
* Remove stray - from default-config flavorRenato Botelho2016-03-182-2/+4
|
* Save default-config flavor on filesystemRenato Botelho2016-03-162-0/+4
|
* Add more parameters to ovfRenato Botelho2016-03-151-7/+7
|
* Add flavor to default serial config packageRenato Botelho2016-02-262-4/+4
|
* Simplify logic for different kernels and use %%FLAVOR%% macroRenato Botelho2016-02-2610-49/+11
|
* Process pfSense.obsoletedfiles on nanobsd. Spotted by phil-davisRenato Botelho2016-01-072-2/+2
|
* Remove hardcoded references to pfSenseRenato Botelho2015-11-242-2/+2
|
* Do not overwrite /etc/hosts and /etc/syslog.conf during base update. Fixes #5504Renato Botelho2015-11-202-0/+4
|
* Make sure /etc/dh-parameters* are not overwriteen during update, fixes #4816Renato Botelho2015-11-191-0/+3
|
* At least /boot/loader.rc has schg, make sure to remove it before upgrade. ↵Renato Botelho2015-11-182-0/+2
| | | | Ticket #5448
* Create pfSense-repo and pfSense-repo-devel package. Ticket #5335Renato Botelho2015-11-178-0/+40
|
* Add metadata for pfSense-rc pkg, forgotten in dab31392f9Renato Botelho2015-11-163-0/+19
|
* Create a new core pkg, pfSense-rc, that will install /etc/rc. Add this ↵Renato Botelho2015-11-163-3/+3
| | | | package to kernel list if dependencies to make sure it's upgraded before reboot. It should fix #5457
* Add kernel as a dependency for kernel-debug to prevent different version ↵Renato Botelho2015-10-221-1/+1
| | | | being installed, ticket #5330
* Fix #5330: Create a package with kernel debug symbolsRenato Botelho2015-10-222-0/+18
|
* Do not depend of php-fpm to be running to process Additional Packages ↵Renato Botelho2015-10-132-2/+2
| | | | install/deinstall scripts, instead call php cli direct
* Add dh-parameters files to the nanobsd exclude_files as well. Ticket #4816Chris Buechler2015-09-281-0/+3
|
* Introduce base-nanobsd packageRenato Botelho2015-09-186-0/+123
|
* Fix INSTALL script for base package, it's supposed to run as post-installRenato Botelho2015-09-141-1/+1
|
* Process pfSense.obsoletedfiles on base post-install scriptRenato Botelho2015-09-141-1/+28
|
* Move conf backup dir creation to default-config packages scriptsRenato Botelho2015-09-103-0/+12
|
* Add missing operatorRenato Botelho2015-09-081-1/+1
|
* Add initial pre-deinstall and post-install scripts for base pkgRenato Botelho2015-09-042-0/+50
|
* Fix default-config-vmware pkg nameRenato Botelho2015-09-011-1/+1
|
* Create a specific default-config package for vmwareRenato Botelho2015-09-014-0/+34
|
* Use modern pfSense.ovf template, remove unnecessary variables and use ↵Renato Botelho2015-08-311-32/+85
| | | | vmdktool to convert disk to a modern version
* Add macros between %% and %% on pfSense.ovf, then simplify the logic of ↵Renato Botelho2015-08-281-28/+9
| | | | ova_setup_ovf_template()
* Use 2 different networks on ovf, LAN and WAN. While here, fix vmxnet3 case ↵Renato Botelho2015-08-281-8/+11
| | | | to VmxNet3
* Replace e1000 by vmxnet3Renato Botelho2015-08-271-4/+4
|
* Move ovf template to templates/ovf, also rename variables accordinglyRenato Botelho2015-08-271-0/+136
|
* Import build scripts from pfSense-tools repoRenato Botelho2015-08-2517-0/+162
OpenPOWER on IntegriCloud