diff options
author | Renato Botelho <garga@FreeBSD.org> | 2015-02-09 15:09:30 -0200 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2015-02-09 15:09:30 -0200 |
commit | 785cd2be24936b3ae7e44253417f1e2ff5a70ea5 (patch) | |
tree | 506e8baa8a4f2041df3ee160241d3bfebeeb48bf /config/bacula-client | |
parent | 425e547428e4dd58d82b1dcd19ccd60cabf920a4 (diff) | |
download | pfsense-packages-785cd2be24936b3ae7e44253417f1e2ff5a70ea5.tar.gz pfsense-packages-785cd2be24936b3ae7e44253417f1e2ff5a70ea5.tar.bz2 pfsense-packages-785cd2be24936b3ae7e44253417f1e2ff5a70ea5.zip |
Use correct parameter order for symlink(), bump to 1.0.4
Diffstat (limited to 'config/bacula-client')
-rw-r--r-- | config/bacula-client/bacula-client.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/bacula-client/bacula-client.xml b/config/bacula-client/bacula-client.xml index 8deb459a..65b5231e 100644 --- a/config/bacula-client/bacula-client.xml +++ b/config/bacula-client/bacula-client.xml @@ -132,7 +132,7 @@ <fieldname>password</fieldname> <type>password</type> <size>30</size> - <description><![CDATA[Enter password for Diector use to Access.]]></description> + <description><![CDATA[Enter password for Director use to Access.]]></description> </field> <field> <fielddescr>Director type</fielddescr> @@ -160,4 +160,4 @@ <custom_php_resync_config_command> baculaclient_custom_php_write_config(); </custom_php_resync_config_command> -</packagegui>
\ No newline at end of file +</packagegui> |