1
0
mirror of https://github.com/CumulusNetworks/ifupdown2.git synced 2024-05-06 15:54:50 +00:00
Commit Graph

2 Commits

Author SHA1 Message Date
Roopa Prabhu
7843a370c7 add systemd networking.service in response to the following lintian warning
E: ifupdown2: systemd-no-service-for-init-rcS-script networking
N:
N:    The rcS init.d script has no systemd equivalent.
N:
N:    Systemd has a SysV init.d script compatibility mode. It provides access
N:    to each SysV init.d script as long as there is no native service file
N:    with the same name (e.g. /lib/systemd/system/rsyslog.service corresponds
N:    to /etc/init.d/rsyslog).
N:
N:    Services in rcS.d are particularly problematic, because they often cause
N:    dependency loops, as they are ordered very early in the boot sequence.
N:
N:    Refer to https://wiki.debian.org/Teams/pkg-systemd/rcSMigration for
N:    details.
N:
N:    Severity: serious, Certainty: certain
N:
N:    Check: systemd, Type: binary
2015-08-24 10:52:09 -07:00
Roopa Prabhu
c9a33a72d4 move ifupdown2/* .
ifupdown2 code was one level deeper because ifupdown2 initially
had ifupdown2 and ifupdown2-addons as two separate packages.
Since they were combined into one package, it makes sense to
move all combined code under the top level directory

Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
2015-08-02 05:45:48 -07:00