| .. |
|
inc
|
Run generate-privdefs.php to update priv.defs.inc
|
2016-06-27 10:59:44 -04:00 |
|
phpshellsessions
|
Add resetwebgui to developer shell
|
2016-06-07 16:57:59 +09:30 |
|
rc.d
|
Remove our copy of /etc/rc.d/hostid
|
2016-05-31 08:09:55 -03:00 |
|
skel
|
Improve interactive shell detection to cover other terminal types
|
2016-05-31 09:54:04 -03:00 |
|
bogons
|
|
|
|
bogonsv6
|
|
|
|
ca_countries
|
|
|
|
dh-parameters.1024
|
|
|
|
dh-parameters.2048
|
|
|
|
dh-parameters.4096
|
|
|
|
ecl.php
|
Fix #5890 find disk slices as candidates for loading "config.xml" at boot
|
2016-02-14 17:54:38 +00:00 |
|
host.conf
|
|
|
|
pfSense-devd.conf
|
Rename /etc/devd.conf -> /etc/pfSense-devd.conf and change start_devd()
|
2016-05-30 16:00:59 -03:00 |
|
pfSense-rc
|
Move /etc/ascii-art to /usr/local/share/pfSense
|
2016-06-23 09:41:07 -03:00 |
|
pfSense-rc.shutdown
|
Rename /etc/rc(.shutdown) -> /etc/pfSense-rc(.shutdown) and stop overlapping FreeBSD-src files
|
2016-06-01 08:02:04 -03:00 |
|
pfSense.obsoletedfiles
|
Move /etc/ascii-art to /usr/local/share/pfSense
|
2016-06-23 09:41:07 -03:00 |
|
rc.backup_aliastables.sh
|
chmod +x on rc.backup_aliastables.sh. Ticket #6189
|
2016-04-18 16:26:03 -05:00 |
|
rc.backup_dhcpleases.sh
|
|
|
|
rc.backup_rrd.sh
|
|
|
|
rc.banner
|
Show patchlevel together with product version on banners and system information widget
|
2016-05-03 17:09:14 -03:00 |
|
rc.bootup
|
Move terminal config from cons25 to xterm, same used by FreeBSD
|
2016-05-31 10:27:43 -03:00 |
|
rc.captiveportal_configure
|
|
|
|
rc.captiveportal_configure_mac
|
|
|
|
rc.carpbackup
|
Bring back radvd start/stop to carpmaster/backup. Ticket #6043
|
2016-03-29 23:58:42 -05:00 |
|
rc.carpmaster
|
Bring back radvd start/stop to carpmaster/backup. Ticket #6043
|
2016-03-29 23:58:42 -05:00 |
|
rc.cdrom
|
|
|
|
rc.conf
|
|
|
|
rc.conf_mount_ro
|
|
|
|
rc.conf_mount_rw
|
|
|
|
rc.disable_hdd_apm
|
|
|
|
rc.dumpon
|
|
|
|
rc.dyndns.update
|
|
|
|
rc.embedded
|
|
|
|
rc.expireaccounts
|
|
|
|
rc.filter_configure
|
|
|
|
rc.filter_configure_sync
|
|
|
|
rc.filter_configure_xmlrpc
|
|
|
|
rc.filter_synchronize
|
Remove layer7 components. Ticket #5508
|
2015-11-20 20:06:48 -06:00 |
|
rc.gateway_alarm
|
Add rc.gateway_alarm script
|
2015-12-10 19:04:35 -02:00 |
|
rc.halt
|
|
|
|
rc.initial
|
Move terminal config from cons25 to xterm, same used by FreeBSD
|
2016-05-31 10:27:43 -03:00 |
|
rc.initial.defaults
|
Remove all additional packages from the system before reset to factory default. Fixes #5829
|
2016-02-01 10:41:44 -02:00 |
|
rc.initial.halt
|
Internationalize console halt script
|
2015-12-10 13:32:02 +05:45 |
|
rc.initial.password
|
Code style and white space in etc
|
2015-12-10 10:09:30 -05:00 |
|
rc.initial.ping
|
|
|
|
rc.initial.reboot
|
Internationalize console reboot script
|
2015-12-10 13:20:33 +05:45 |
|
rc.initial.setlanip
|
|
|
|
rc.initial.setports
|
|
|
|
rc.initial.store_config_to_removable_device
|
|
|
|
rc.initial.toggle_sshd
|
|
|
|
rc.interfaces_carp_configure
|
|
|
|
rc.interfaces_lan_configure
|
|
|
|
rc.interfaces_opt_configure
|
|
|
|
rc.interfaces_wan_configure
|
|
|
|
rc.kill_states
|
Fix up config setting for killing states on gateway failure. Enable this option where gw_down_kill_states is set. Flip setting accordingly during config upgrade to not use confusing 'kill_states' tag to not kill states. Ticket #5815
|
2016-01-25 17:46:12 -06:00 |
|
rc.linkup
|
Remove unnecessary includes. Remove an always true if().
|
2016-02-25 10:16:09 -06:00 |
|
rc.nanobsd_switch_boot_slice
|
|
|
|
rc.newipsecdns
|
Use proper IPsec enable test. Fixes #6351
|
2016-05-12 13:02:48 -04:00 |
|
rc.newroutedns
|
|
|
|
rc.newwanip
|
fix booting check
|
2016-05-09 16:10:48 -05:00 |
|
rc.newwanipv6
|
just exit for v6, gateways setup above.
|
2016-05-09 16:13:23 -05:00 |
|
rc.notify_message
|
Use PHP cli to silence output garbage
|
2016-04-06 07:30:54 -03:00 |
|
rc.ntpdate
|
|
|
|
rc.openvpn
|
Code style and white space in etc
|
2015-12-10 10:09:30 -05:00 |
|
rc.packages
|
IF PHP is not running, just exit silently
|
2016-03-03 15:08:00 -03:00 |
|
rc.php_ini_setup
|
Set request_terminate_timeout to the same as max_execution_time in case something executed externally doesn't respond, to avoid hanging up all of php-fpm eventually. Ticket #6318 among other similar potential issues.
|
2016-05-24 18:17:56 -05:00 |
|
rc.php-fpm_restart
|
Clear xmlrpc.lock when restarting php-fpm. Ticket #6328
|
2016-05-06 18:43:59 -05:00 |
|
rc.prunecaptiveportal
|
|
|
|
rc.reboot
|
Alias Tables RAM Disk Store
|
2016-04-17 00:18:33 -07:00 |
|
rc.reload_all
|
|
|
|
rc.reload_interfaces
|
|
|
|
rc.resolv_conf_generate
|
|
|
|
rc.restart_webgui
|
Stop all nginx processes before attempt to start new ones. Fixes #5746
|
2016-01-08 14:39:33 -02:00 |
|
rc.restore_config_backup
|
|
|
|
rc.savecore
|
|
|
|
rc.savevoucher
|
|
|
|
rc.start_packages
|
|
|
|
rc.stop_packages
|
|
|
|
rc.update_alias_url_data
|
|
|
|
rc.update_bogons.sh
|
Clarify log when skipping v6 bogons update.
|
2016-04-06 12:45:59 -05:00 |
|
rc.update_urltables
|
Firewall / Aliases / Edit - New URL Table Alias Type
|
2016-05-24 19:06:03 -07:00 |
|
sshd
|
Force 4096 RSA keys
|
2016-04-16 03:36:18 -03:00 |
|
version
|
Bump master version to 2.4-DEVELOPMENT
|
2016-03-30 14:25:40 -03:00 |