Skip to content

Commit

Permalink
config: prefix www.conf with number
Browse files Browse the repository at this point in the history
The www.conf file is a drop-in to configure the mtda-www component. In
our packaging, we always include that file. By prefixing it with "10-",
other dropins can easily be ordered after it by using a higher number
(e.g. "90-").

Signed-off-by: Felix Moessbauer <[email protected]>
  • Loading branch information
fmoessbauer committed Sep 27, 2023
1 parent 5c96946 commit fec2bca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ override_dh_auto_install:
mv debian/mtda$(MTDA_DIST)/assets debian/mtda-www$(MTDA_DIST)/
mv debian/mtda$(MTDA_DIST)/templates debian/mtda-www$(MTDA_DIST)/
mv debian/mtda$(MTDA_DIST)/www.py debian/mtda-www$(MTDA_DIST)/
install -m 0644 configs/www.conf debian/mtda-www/etc/mtda/config.d/
install -m 0644 configs/10-www.conf debian/mtda-www/etc/mtda/config.d/

override_dh_systemd_enable:
dh_systemd_enable
Expand Down

0 comments on commit fec2bca

Please sign in to comment.