aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-08-18 21:31:36 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-08-18 21:31:36 +0000
commit38da5fad0cbc411e63ddb44a0d4b472822aabfe5 (patch)
treefde91380ebe52ef73f29dbfee5bc357e7d1d083d
parenteb2c7b9733b77071aacdfdcaf9d127ad261d5155 (diff)
downloadpfsense-packages-38da5fad0cbc411e63ddb44a0d4b472822aabfe5.tar.gz
pfsense-packages-38da5fad0cbc411e63ddb44a0d4b472822aabfe5.tar.bz2
pfsense-packages-38da5fad0cbc411e63ddb44a0d4b472822aabfe5.zip
Start quagga
-rw-r--r--packages/quagga/quagga.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/quagga/quagga.xml b/packages/quagga/quagga.xml
index 1b5caedc..14ce1ff9 100644
--- a/packages/quagga/quagga.xml
+++ b/packages/quagga/quagga.xml
@@ -11,6 +11,9 @@
<prefix>/usr/local/etc/rc.d</prefix>
<chmod>0777</chmod>
</additional_files_needed>
+ <custom_php_install_command>
+ mwexec("/usr/local/etc/rc.d/quagga.sh start");
+ </custom_php_install_command>
<custom_php_deinstall_command>
mwexec("rm /usr/local/etc/rc.d/quagga*");
mwexec("rm /usr/local/etc/rc.d/watchquagga");