From 54bfe550e1b7913c3badd9ae12bfbd3d3156e16f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nagy=20K=C3=A1roly=20G=C3=A1briel?= Date: Wed, 9 Sep 2015 10:59:03 +0000 Subject: [PATCH] anopa: only targets get to define who is init, not packages. --- base/anopa/anopa.conf | 7 ------- 1 file changed, 7 deletions(-) diff --git a/base/anopa/anopa.conf b/base/anopa/anopa.conf index feb739f84..ebf2bed96 100644 --- a/base/anopa/anopa.conf +++ b/base/anopa/anopa.conf @@ -19,10 +19,3 @@ fi var_append confopt " " "--libexecdir=$sbindir" -hook_add postmake 5 "anopa_init" - -anopa_init() { - if [ "$SDECFG_INIT" == "anopa" ]; then - ln -svnf aa-stage1 $root$sbindir/init - fi -}