diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-08-18 21:31:36 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-08-18 21:31:36 +0000 |
commit | 38da5fad0cbc411e63ddb44a0d4b472822aabfe5 (patch) | |
tree | fde91380ebe52ef73f29dbfee5bc357e7d1d083d | |
parent | eb2c7b9733b77071aacdfdcaf9d127ad261d5155 (diff) | |
download | pfsense-packages-38da5fad0cbc411e63ddb44a0d4b472822aabfe5.tar.gz pfsense-packages-38da5fad0cbc411e63ddb44a0d4b472822aabfe5.tar.bz2 pfsense-packages-38da5fad0cbc411e63ddb44a0d4b472822aabfe5.zip |
Start quagga
-rw-r--r-- | packages/quagga/quagga.xml | 3 |
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"); |