diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-11-21 23:36:38 +0100 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-11-29 11:03:34 +0100 |
| commit | 0c398b0c7997dc2fce0c681899872345fb56a117 (patch) | |
| tree | e4191c837b083dfcbfa0acbee0beb338ecc00dbd /meta-systemd/meta-oe/recipes-connectivity | |
| parent | 24289982628563ce6c49a8dc207c2a1cbd9167b3 (diff) | |
| download | meta-openembedded-0c398b0c7997dc2fce0c681899872345fb56a117.tar.gz | |
dhcp: rename bbappend to match new version from oe-core and move to oe-core prefix
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-systemd/meta-oe/recipes-connectivity')
3 files changed, 0 insertions, 35 deletions
diff --git a/meta-systemd/meta-oe/recipes-connectivity/dhcp/dhcp/dhcpd.service b/meta-systemd/meta-oe/recipes-connectivity/dhcp/dhcp/dhcpd.service deleted file mode 100644 index 70beee92e6..0000000000 --- a/meta-systemd/meta-oe/recipes-connectivity/dhcp/dhcp/dhcpd.service +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | [Unit] | ||
| 2 | Description=Dynamic Host Configuration Protocol (DHCP) | ||
| 3 | After=syslog.target network.target | ||
| 4 | |||
| 5 | [Service] | ||
| 6 | Type=forking | ||
| 7 | PIDFile=/var/run/dhcpd.pid | ||
| 8 | EnvironmentFile=-/etc/default/dhcp-server | ||
| 9 | ExecStart=/usr/sbin/dhcpd -cf /etc/dhcp/dhcpd.conf -q $INTERFACES | ||
| 10 | |||
| 11 | [Install] | ||
| 12 | WantedBy=multi-user.target | ||
diff --git a/meta-systemd/meta-oe/recipes-connectivity/dhcp/dhcp/dhcrelay.service b/meta-systemd/meta-oe/recipes-connectivity/dhcp/dhcp/dhcrelay.service deleted file mode 100644 index f68f468eef..0000000000 --- a/meta-systemd/meta-oe/recipes-connectivity/dhcp/dhcp/dhcrelay.service +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | [Unit] | ||
| 2 | Description=DHCP Relay Agent Daemon | ||
| 3 | After=syslog.target network.target | ||
| 4 | |||
| 5 | [Service] | ||
| 6 | EnvironmentFile=/etc/default/dhcp-relay | ||
| 7 | ExecStart=/usr/sbin/dhcrelay -d $DHCRELAYARGS | ||
| 8 | |||
| 9 | [Install] | ||
| 10 | WantedBy=multi-user.target | ||
diff --git a/meta-systemd/meta-oe/recipes-connectivity/dhcp/dhcp_4.2.4-P1.bbappend b/meta-systemd/meta-oe/recipes-connectivity/dhcp/dhcp_4.2.4-P1.bbappend deleted file mode 100644 index a18fda8023..0000000000 --- a/meta-systemd/meta-oe/recipes-connectivity/dhcp/dhcp_4.2.4-P1.bbappend +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | # look for files in the layer first | ||
| 2 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 3 | |||
| 4 | inherit systemd | ||
| 5 | |||
| 6 | PRINC := "${@int(PRINC) + 1}" | ||
| 7 | |||
| 8 | SYSTEMD_PACKAGES = "dhcp-server-systemd dhcp-relay-systemd" | ||
| 9 | SYSTEMD_SERVICE_dhcp-server-systemd = "dhcpd.service" | ||
| 10 | SYSTEMD_SERVICE_dhcp-relay-systemd = "dhcrelay.service" | ||
| 11 | |||
| 12 | SRC_URI += "file://dhcpd.service \ | ||
| 13 | file://dhcrelay.service" | ||
