diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-02-13 21:03:02 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-02-13 21:03:02 +0000 |
commit | f92393cc0a9cd40efdb52f53a0046e3f6cd7df75 (patch) | |
tree | 099e6766de008f66d8ee648b74325e16b43b62d8 /packages | |
parent | f2863b1c72a070e8b1e5c9320fc8aa4496babb03 (diff) | |
download | pfsense-packages-f92393cc0a9cd40efdb52f53a0046e3f6cd7df75.tar.gz pfsense-packages-f92393cc0a9cd40efdb52f53a0046e3f6cd7df75.tar.bz2 pfsense-packages-f92393cc0a9cd40efdb52f53a0046e3f6cd7df75.zip |
Commit latest package changes to CVS.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/carp.xml | 12 | ||||
-rw-r--r-- | packages/postfix.xml | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/packages/carp.xml b/packages/carp.xml index 9eb588db..73fc4ed3 100644 --- a/packages/carp.xml +++ b/packages/carp.xml @@ -50,12 +50,6 @@ <type>input</type> </field> <field> - <fielddescr>Virtual IP Password</fielddescr> - <fieldname>password</fieldname> - <description>Enter the VHID group password.</description> - <type>password</type> - </field> - <field> <fielddescr>Virtual IP Netmask</fielddescr> <fieldname>netmask</fieldname> <description>Enter the IP Address's netmask that you would like to share on both machines</description> @@ -97,6 +91,12 @@ </options> </field> <field> + <fielddescr>Virtual IP Password</fielddescr> + <fieldname>password</fieldname> + <description>Enter the VHID group password.</description> + <type>password</type> + </field> + <field> <fielddescr>VHID Group</fielddescr> <fieldname>vhid</fieldname> <description>Enter the VHID group that the machines will share</description> diff --git a/packages/postfix.xml b/packages/postfix.xml index d1a4d8f5..5494d607 100644 --- a/packages/postfix.xml +++ b/packages/postfix.xml @@ -53,9 +53,9 @@ <template> <filename>/usr/local/etc/postfix/main.cf</filename> <templatecontents> -myhostname = hostname_fieldvalue\n -mydomain = primarydomain_fieldvalue\n -relay_domains = domain_fieldvalue[ ]\n +myhostname = hostname_fieldvalue \n +mydomain = primarydomain_fieldvalue \n +relay_domains = domain_fieldvalue[ ] \n </templatecontents> </template> <template> |