Project

General

Profile

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

# Date Author Comment
032c40c7 08/09/2010 11:29 PM Scott Ullrich

Move all console related configuration items to config.console.inc. This will mean that these items are not included when the webConfigurator is being used and only on bootup on the console.

2aa2b873 08/02/2010 08:40 AM Erik Fonnesbeck

Fix typo in interface name.

1295e769 07/28/2010 02:38 PM Scott Ullrich

Remove config.extra.xml, I will just merge the remote configuration areas right into config.xml

027b8057 07/28/2010 05:47 AM Erik Fonnesbeck

Comment out this line for now, since it was preventing config saving.

4e9a3392 07/28/2010 12:01 AM Scott Ullrich

If config.extra.xml exists parse and merge its contents into the array as long as we are not writing out the config.

d538b8fa 06/02/2010 05:20 PM Ermal LUÇI

Correct ifconfig syntax

59cfe65d 06/01/2010 05:35 PM Ermal LUÇI

Do not set max_execution time here.

cd25a2b2 05/19/2010 08:16 PM Jim Pingle

Refactor this function a little so it will also rebuild the cache if it does not already exist. Fixes missing config history after reboot on NanoBSD.

e490f995 05/18/2010 07:31 PM Ermal LUÇI

Do not bail out when we write a new config. Seems that we can write some special characters but might not be able to read them back but we still should be able to recover from this. Include globals.inc before calling any config.lib.inc functions.

b6c34bfc 05/13/2010 06:23 PM Ermal LUÇI

Ticket #544. Restore locking, seems w+ migh already lock the file sometimes. While there improve the locking to a read/write locking schema. Make the default locking a read only lock and if explicitly specified a write locking can be specified through LOCK_EX optional parameter to lock(). During config manipulation do the filesystem mounting in rw, if needed, before doing any locking to avoid possible problems and also to be consistent through out the code on the method used. Also update calls to config to lock exclusively where required.

4d52a9b9 05/12/2010 10:16 PM Jim Pingle

Tag all config write cases with the username.

362b8147 05/12/2010 07:07 PM Jim Pingle

Include username of person making the change in config change description, and in the config itself.

07f1ca1d 05/06/2010 10:43 AM Ermal LUÇI

Correct file_notice usage.

65125e11 03/27/2010 01:01 AM Ermal LUÇI

Add enable bits.

90680a1e 03/23/2010 10:21 PM Ermal LUÇI

backup_config() does not need to be wrapped with conf_mount_rw().

f2087c85 03/23/2010 10:17 PM Scott Ullrich

Unbreak ACB

573c9548 03/23/2010 02:56 PM Ermal LUÇI

The user owner of /dev/pf is root the group will be left to proxy to allow packages to become member of this group to modify firewall.

541989d5 03/19/2010 03:55 PM Ermal LUÇI

Ticket #434. Do not die when parsing config since we know how to recover. Only die during packages.

a45e27ba 03/17/2010 02:17 PM Ermal LUÇI

Ticket #417. Fix installation on embedded by using a refcount system for the mount command.

23f0ca50 03/08/2010 07:27 PM Ermal Luçi

Move check upper to suit the platforms not needing it better.

e296b183 03/08/2010 05:19 PM Ermal Luçi

Move call up to where it belongs.

06f61915 03/05/2010 04:28 PM Ermal Luçi

Propperly initialize variables so they function is as expected.

ddd42db3 03/03/2010 05:20 PM Ermal Luçi

Put safe_write_file to the include it belongs to.

16b96ea6 02/14/2010 08:30 PM Scott Ullrich

Add var/empty to excludes list

41bf8e8e 02/14/2010 07:58 PM Scott Ullrich

Use safe_write_file() like RELENG_1_2 does. Not sure how this diverged?!

e5977136 02/14/2010 05:53 PM Scott Ullrich

Write out config.xml.tmp first and then move into place after it is written trying to avoid half written files during panic or livelock situations

9d8d8a4c 02/02/2010 04:23 PM Renato Botelho

Align LAN and WAN interfaces print (just cosmetic)

0af381c2 01/16/2010 11:08 PM Scott Ullrich

Set variable instead of using comparison operator

42739c1c 12/28/2009 02:56 PM Ermal Luçi

Be consistent where we write and where we read the new config.

92cf9fcd 12/08/2009 04:01 AM Scott Ullrich

Show Loading new configuration to make bootup text unfiorm

b96cad97 12/03/2009 10:42 AM Seth Mos

Fix missing include for config upgrade 1.2 -> 2.0
Fix missing include for /etc/rc.reload_all

cace2dbb 11/28/2009 09:47 PM Scott Ullrich

Dedicate 6 characters

9c38bcea 11/28/2009 09:47 PM Scott Ullrich

Do not dedicate 16 characters to interface name

12df7edc 10/07/2009 10:15 PM Erik Augustsson

remove functional code from config.inc and place it in a library file config.lib.inc