summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Larson <slioch@eng-140.vyatta.com>2008-02-01 11:59:03 -0800
committerMichael Larson <slioch@eng-140.vyatta.com>2008-02-01 11:59:03 -0800
commite150f133e0b982acf67310e926bf10c143838f39 (patch)
treeb44ef7b80c035b6ff86d8ade09b3b3fd941cd5c7 /configure.ac
parentc0ed284eac3864aca1f72f07ed3679e7e3cf17f8 (diff)
downloadvyatta-wanloadbalance-e150f133e0b982acf67310e926bf10c143838f39.tar.gz
vyatta-wanloadbalance-e150f133e0b982acf67310e926bf10c143838f39.zip
fixed up node.def files as per an-cheng's changes. more pkg stuff for the init script. added default values.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 38b00d0..ab2bacf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,8 @@ AC_ARG_ENABLE([nostrip],
AC_CONFIG_FILES(
[Makefile]
[debian/vyatta-wanloadbalance.postinst]
- [debian/vyatta-wanloadbalance.postrm])
+ [debian/vyatta-wanloadbalance.postrm]
+ [scripts/vyatta-wanloadbalance.init])
AC_SUBST(NOSTRIP)