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 | |
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
-rw-r--r-- | config/bacula-client/bacula-client.xml | 4 | ||||
-rw-r--r-- | config/syslog-ng/syslog-ng.inc | 2 | ||||
-rw-r--r-- | pkg_config.10.xml | 2 |
3 files changed, 4 insertions, 4 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> diff --git a/config/syslog-ng/syslog-ng.inc b/config/syslog-ng/syslog-ng.inc index aaf3af9b..550688fb 100644 --- a/config/syslog-ng/syslog-ng.inc +++ b/config/syslog-ng/syslog-ng.inc @@ -51,7 +51,7 @@ function syslogng_get_real_interface_address($interface) { function syslogng_install_command() { conf_mount_rw(); if (!file_exists("/usr/local/lib/syslog-ng")) - @symlink("/usr/local/lib/syslog-ng", SYSLOGNG_BSEDIR . "local/lib/syslog-ng"); + @symlink(SYSLOGNG_BSEDIR . "local/lib/syslog-ng", "/usr/local/lib/syslog-ng"); syslogng_install_cron(true); conf_mount_ro(); syslogng_resync(); diff --git a/pkg_config.10.xml b/pkg_config.10.xml index af263dfb..20744cf0 100644 --- a/pkg_config.10.xml +++ b/pkg_config.10.xml @@ -1308,7 +1308,7 @@ <website>http://www.balabit.com/network-security/syslog-ng/</website> <descr>Syslog-ng syslog server. This service is not intended to replace the default pfSense syslog server but rather acts as an independent syslog server.</descr> <category>Services</category> - <version>3.6.2_3 pkg.v.1.0.3</version> + <version>3.6.2_3 pkg.v.1.0.4</version> <status>ALPHA</status> <required_version>2.2</required_version> <depends_on_package_pbi>syslog-ng-3.6.2_3-##ARCH##.pbi</depends_on_package_pbi> |