diff options
| author | Ondřej Surý <ondrej@sury.org> | 2020-08-06 09:28:29 +0200 | 
|---|---|---|
| committer | Ondřej Surý <ondrej@sury.org> | 2020-09-26 09:23:39 +0200 | 
| commit | 0536ed66bbf820abe32e600b1219db7028b6f7ec (patch) | |
| tree | bee12eda6d946b20d9f0efc0bf93831e25583cf1 /debian/frr.install | |
| parent | 234b0ea7de17c3a960122a9d3a12224e8dbb3ac8 (diff) | |
Use wrap-and-sort -a to unify debian/ wrapping and sorting
While it's ok to use individual wrapping/sorting in the debian/ source files,
it's often simpler to just go with the formatting supported by tools.  One such
tool is wrap-and-sort, so this commit re-wraps and re-sorts the debian/ files to
be unified and (-a) always wrapped.
Diffstat (limited to 'debian/frr.install')
| -rw-r--r-- | debian/frr.install | 14 | 
1 files changed, 7 insertions, 7 deletions
diff --git a/debian/frr.install b/debian/frr.install index de7a158839..38ddd1b9be 100644 --- a/debian/frr.install +++ b/debian/frr.install @@ -1,19 +1,19 @@  etc/ -usr/bin/vtysh +tools/frr-reload usr/lib/frr/  usr/bin/mtracebis +usr/bin/vtysh  usr/lib/*/frr/libfrr.*  usr/lib/*/frr/libfrrcares.*  usr/lib/*/frr/libfrrospfapiclient.* +usr/lib/*/frr/modules/bgpd_bmp.so +usr/lib/*/frr/modules/dplane_fpm_nl.so +usr/lib/*/frr/modules/zebra_cumulus_mlag.so +usr/lib/*/frr/modules/zebra_fpm.so +usr/lib/*/frr/modules/zebra_irdp.so  usr/lib/frr/*.sh  usr/lib/frr/*d  usr/lib/frr/watchfrr  usr/lib/frr/zebra -usr/lib/*/frr/modules/zebra_cumulus_mlag.so -usr/lib/*/frr/modules/dplane_fpm_nl.so -usr/lib/*/frr/modules/zebra_irdp.so -usr/lib/*/frr/modules/zebra_fpm.so -usr/lib/*/frr/modules/bgpd_bmp.so  usr/share/doc/frr/examples  usr/share/man/  usr/share/yang/ -tools/frr-reload usr/lib/frr/  | 
