Run pkg update once one time every hour, like upgrade script does
Partial fix for #5263Added timeout to pkg_call function to prevent GUI lockup when beta.pfsense.org is not available
Fix comment language
Remove syslog.conf entries on package uninstall (Bug #5210)
The remove_text_from_file() is not needed at all. However, system_syslogd_start() must be run after the package entries are gone from config.xml, otherwise system_syslogd_start() just re-adds the (now almost removed) package logging configuration from there.
Use pkg info -e to check if package is installed, it only returns 0/1 without printing anything
We do not need a blank line on console
Take internal_name into consideration when looking for package id
Unfinished (but better) versions of hte pkg pages and utilities
pkg-utils.inc typo fix
Partial resubmit of PR #1798 (not really convinced the second part is wanted or correct).
Call conf_mount_ro() in better place
Do not call conf_mount_ro just before call write_config(),write_config() calls conf_mount_(rw|ro), and if filesystem is alreadymounted in rw state, it'll only increase the refcounter
Merge branch 'master' into bootstrap
Move main pfSense content to src/