diff options
-rw-r--r-- | config/arpwatch/arpwatch.xml | 8 | ||||
-rw-r--r-- | pkg_config.10.xml | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/config/arpwatch/arpwatch.xml b/config/arpwatch/arpwatch.xml index aa6a9ae8..dab2a74e 100644 --- a/config/arpwatch/arpwatch.xml +++ b/config/arpwatch/arpwatch.xml @@ -149,9 +149,15 @@ <custom_php_install_command> <![CDATA[ unlink_if_exists("/usr/local/etc/rc.d/arpwatch.sh"); - @link("/usr/sbin/sm.php", "/usr/sbin/sendmail"); + unlink_if_exists("/usr/sbin/sendmail"); + symlink("/usr/sbin/sm.php", "/usr/sbin/sendmail"); ]]> </custom_php_install_command> + <custom_php_deinstall_command> + <![CDATA[ + unlink_if_exists("/usr/sbin/sendmail"); + ]]> + </custom_php_deinstall_command> <custom_php_resync_config_command> <![CDATA[ sync_package_arpwatch(); diff --git a/pkg_config.10.xml b/pkg_config.10.xml index b2a42a58..71c27fd1 100644 --- a/pkg_config.10.xml +++ b/pkg_config.10.xml @@ -1123,7 +1123,7 @@ <build_pbi> <port>net-mgmt/arpwatch</port> </build_pbi> - <version>1.1.3</version> + <version>1.1.4</version> <status>ALPHA</status> <required_version>2.2</required_version> <config_file>https://packages.pfsense.org/packages/config/arpwatch/arpwatch.xml</config_file> |