mirror of
https://git.proxmox.com/git/frr
synced 2025-04-28 12:38:27 +00:00
buildsys: drop sysv init script, support systemd only
noticed by the skip-systemd-native-flag-missing-pre-depends lintian warning. And yeah, we really should merge upstream debian/ into ours and then use the latter as canonical source. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
411eb18222
commit
144c64a0ed
1
Makefile
1
Makefile
@ -33,6 +33,7 @@ $(BUILDDIR): submodule debian/changelog
|
|||||||
rm -rf $@ $@.tmp
|
rm -rf $@ $@.tmp
|
||||||
cp -a $(SRCDIR) $@.tmp
|
cp -a $(SRCDIR) $@.tmp
|
||||||
rm $@.tmp/debian/changelog $@.tmp/debian/compat
|
rm $@.tmp/debian/changelog $@.tmp/debian/compat
|
||||||
|
sed -i '/frrinit\.sh/d' $@.tmp/debian/rules
|
||||||
cp -a debian/* $@.tmp/debian/
|
cp -a debian/* $@.tmp/debian/
|
||||||
mv $@.tmp $@
|
mv $@.tmp $@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user