From 6c79f4d46a7f3ea42094e33e123001d6fbf0546b Mon Sep 17 00:00:00 2001 From: Ermal Date: Tue, 18 Feb 2014 19:41:20 +0000 Subject: Add ladvd package from Ticket #3456. With modification to bring it to current levels and pfsense urls. --- config/ladvd/ladvd.inc | 104 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 config/ladvd/ladvd.inc (limited to 'config/ladvd/ladvd.inc') diff --git a/config/ladvd/ladvd.inc b/config/ladvd/ladvd.inc new file mode 100644 index 00000000..acf277b3 --- /dev/null +++ b/config/ladvd/ladvd.inc @@ -0,0 +1,104 @@ + "ladvd.sh", + "start" => "/usr/local/sbin/ladvd $cmdline", + "stop" => "/usr/bin/killall -9 ladvd" + ) + ); + + restart_service("ladvd"); + sleep(1); + conf_mount_ro(); +} + +?> -- cgit v1.2.3