diff options
author | David Lamparter <equinox@diac24.net> | 2018-12-12 22:50:56 +0100 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2019-02-19 21:31:19 +0100 |
commit | f35d0a76d3f0d0ee0d2e500f7d17a72cb6ce2a7b (patch) | |
tree | 2425bab88d213e6c49fa742823fffc21b5b265b7 /debian | |
parent | debian: cleanly split off from dist tarball (diff) | |
download | frr-f35d0a76d3f0d0ee0d2e500f7d17a72cb6ce2a7b.tar.xz frr-f35d0a76d3f0d0ee0d2e500f7d17a72cb6ce2a7b.zip |
debian: don't install ssd & daemons.conf
ssd is unused and duplicates a system tool. daemons.conf is deprecated.
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index c8d9634ca..9a52a18c5 100755 --- a/debian/rules +++ b/debian/rules @@ -82,10 +82,12 @@ endif # install config files mkdir -p debian/tmp/etc/frr/ sed -e 's#^!log file #!log file /var/log/frr/#' -i debian/tmp/usr/share/doc/frr/examples/*sample* + -rm debian/tmp/etc/frr/daemons.conf # drop dev-only files find debian/tmp -name '*.la' -o -name '*.a' -o -name 'lib*.so' | xargs rm -f rm -rf debian/tmp/usr/include + -rm debian/tmp/usr/lib/frr/ssd # use installed js libraries -rm -f debian/tmp/usr/share/doc/frr/html/_static/jquery.js |