From 878f4360f1997009394cf2ed2a2839c4876d6cf1 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sat, 2 Jun 2018 16:52:53 +0200 Subject: [PATCH] Bump init version Signed-off-by: David Oberhollenzer --- pkg/init/build | 4 ++-- pkg/init/share/init/dhcpcd | 6 ------ pkg/init/share/init/dhcpcdmaster | 9 --------- 3 files changed, 2 insertions(+), 17 deletions(-) delete mode 100644 pkg/init/share/init/dhcpcd delete mode 100644 pkg/init/share/init/dhcpcdmaster diff --git a/pkg/init/build b/pkg/init/build index a25bf10..1c88bbe 100755 --- a/pkg/init/build +++ b/pkg/init/build @@ -1,8 +1,8 @@ -VERSION="0.3" +VERSION="0.4" SRCDIR="init-${VERSION}" TARBALL="${SRCDIR}.tar.xz" URL="http://infraroot.at/pygos" -SHA256SUM="08999aae0865a8a0f26dac0c4bb8a11d3cf1ecfa51955d5fb53865c25a2f12df" +SHA256SUM="a128be18bbabca600e0553ec539e953eda0a467a337826d520c5fe3ef893ab03" DEPENDS="toolchain" prepare() { diff --git a/pkg/init/share/init/dhcpcd b/pkg/init/share/init/dhcpcd deleted file mode 100644 index c08fac0..0000000 --- a/pkg/init/share/init/dhcpcd +++ /dev/null @@ -1,6 +0,0 @@ -description "DHCP client on %0" -type once -target boot -after dhcpcdmaster - -exec dhcpcd -n %0 diff --git a/pkg/init/share/init/dhcpcdmaster b/pkg/init/share/init/dhcpcdmaster deleted file mode 100644 index 6d0fecd..0000000 --- a/pkg/init/share/init/dhcpcdmaster +++ /dev/null @@ -1,9 +0,0 @@ -description "DHCP client - master service" -type wait -target boot -after sysinit ifrename ifcfg - -exec { - mkdir -p /var/db/dhcpcd - dhcpcd --inactive -}