diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-07-30 23:31:18 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-07-30 23:31:18 +0000 |
commit | a8b1097cb05dd9d04331ff5f5b1c7c370cf7b1eb (patch) | |
tree | b6d74c5e867e4d654774ab9eed4bcfde94c8c79e /cf | |
parent | a5f86ae08b5c44c7fc81dc8e91ee7e20b247b896 (diff) | |
download | pfsense-a8b1097cb05dd9d04331ff5f5b1c7c370cf7b1eb.zip pfsense-a8b1097cb05dd9d04331ff5f5b1c7c370cf7b1eb.tar.gz |
* Switch XML tag from </pages> to <pages/>
* Sync the all group which appears to be missing
Diffstat (limited to 'cf')
-rw-r--r-- | cf/conf/config.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cf/conf/config.xml b/cf/conf/config.xml index 6773735..c142298 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -114,6 +114,13 @@ <dnsserver></dnsserver> <dnsallowoverride/> <group> + <name>all</name> + <description>All Users</description> + <scope>system</scope> + <pages/> + <gid>1998</gid> + </group> + <group> <name>admins</name> <description>System Administrators</description> <scope>system</scope> |