diff options
author | Michael Larson <slioch@eng-140.vyatta.com> | 2008-02-01 11:59:03 -0800 |
---|---|---|
committer | Michael Larson <slioch@eng-140.vyatta.com> | 2008-02-01 11:59:03 -0800 |
commit | e150f133e0b982acf67310e926bf10c143838f39 (patch) | |
tree | b44ef7b80c035b6ff86d8ade09b3b3fd941cd5c7 /configure.ac | |
parent | c0ed284eac3864aca1f72f07ed3679e7e3cf17f8 (diff) | |
download | vyatta-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.ac | 3 |
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) |