Project

General

Profile

Download (30.4 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
d3ff1e59 10/14/2015 02:57 PM Renato Botelho

Run pkg update once one time every hour, like upgrade script does

a2febf9a 10/06/2015 02:41 PM Stephen Beaver

Partial fix for #5263
Added timeout to pkg_call function to prevent GUI lockup when beta.pfsense.org is not available

f164ace4 09/28/2015 06:43 AM Doktor Notor

Fix comment language

ce7edfff 09/27/2015 04:39 PM Doktor Notor

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.

6ed6941d 09/22/2015 05:44 PM Renato Botelho

Use pkg info -e to check if package is installed, it only returns 0/1 without printing anything

e7f954ed 09/22/2015 05:27 PM Renato Botelho

We do not need a blank line on console

a50534b6 09/22/2015 05:10 PM Renato Botelho

Take internal_name into consideration when looking for package id

5c22f8ef 09/22/2015 04:24 PM Stephen Beaver

Unfinished (but better) versions of hte pkg pages and utilities

8a82c222 09/19/2015 06:13 PM Doktor Notor

pkg-utils.inc typo fix

Partial resubmit of PR #1798 (not really convinced the second part is wanted or correct).

e8a3a81b 09/18/2015 02:22 PM Renato Botelho

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 already
mounted in rw state, it'll only increase the refcounter

03b19a93 08/26/2015 06:12 PM Renato Botelho

Merge branch 'master' into bootstrap

46bc6e54 08/25/2015 05:49 PM Renato Botelho

Move main pfSense content to src/