diff options
author | Scott Ullrich <sullrich@gmail.com> | 2009-07-01 13:52:11 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@gmail.com> | 2009-07-01 13:52:11 -0400 |
commit | e4c9628e9cb2fe69c7c4f661eb5f99739dd66dc1 (patch) | |
tree | 189193fcc048ba44eb75e07b92658e1f306d3522 /config | |
parent | 296c46de2ee43ee38504d5830d0c23316ec30220 (diff) | |
download | pfsense-packages-e4c9628e9cb2fe69c7c4f661eb5f99739dd66dc1.tar.gz pfsense-packages-e4c9628e9cb2fe69c7c4f661eb5f99739dd66dc1.tar.bz2 pfsense-packages-e4c9628e9cb2fe69c7c4f661eb5f99739dd66dc1.zip |
Ensure files are in services/
Diffstat (limited to 'config')
-rw-r--r-- | config/avahi/avahi.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/avahi/avahi.xml b/config/avahi/avahi.xml index 59b90048..3670e7d6 100644 --- a/config/avahi/avahi.xml +++ b/config/avahi/avahi.xml @@ -90,6 +90,8 @@ setup_avahi(); </custom_add_php_command> <custom_php_install_command> + exec("mkdir -p /usr/local/etc/avahi/services/"); + exec("mv /usr/local/etc/avahi/*.service /usr/local/etc/avahi/services/"); setup_avahi(); </custom_php_install_command> <custom_php_deinstall_command> |