diff options
| author | Ondřej Surý <ondrej@sury.org> | 2020-07-03 12:46:46 +0200 | 
|---|---|---|
| committer | Ondřej Surý <ondrej@sury.org> | 2020-09-26 09:22:23 +0200 | 
| commit | 322c00824a6568114bf4948bf2b115a21bd85785 (patch) | |
| tree | 0976983841d6649947c73df0fd115e62b7cd6a61 | |
| parent | 1446c82c1b372fac6b04aa3011e6ad20d1a10b62 (diff) | |
Use dh_installinit capabilities to install frr.tmpfile
The debian/frr.conf was manually installed as systemd-tmpfiles configuration,
but the dh_installinit now has capability to install it automatically if named
debian/frr.tmpfile.
Signed-off-by: Ondřej Surý <ondrej@sury.org>
| -rw-r--r-- | debian/frr.install | 1 | ||||
| -rw-r--r-- | debian/frr.tmpfile (renamed from debian/frr.conf) | 0 | 
2 files changed, 0 insertions, 1 deletions
diff --git a/debian/frr.install b/debian/frr.install index e2485fe8b8..de7a158839 100644 --- a/debian/frr.install +++ b/debian/frr.install @@ -17,4 +17,3 @@ usr/share/doc/frr/examples  usr/share/man/  usr/share/yang/  tools/frr-reload usr/lib/frr/ -debian/frr.conf usr/lib/tmpfiles.d diff --git a/debian/frr.conf b/debian/frr.tmpfile index dee3cd849a..dee3cd849a 100644 --- a/debian/frr.conf +++ b/debian/frr.tmpfile  | 
