Browse Source

anopa: only targets get to define who is init, not packages.

master
Nagy Károly Gábriel 9 years ago
parent
commit
54bfe550e1
1 changed files with 0 additions and 7 deletions
  1. +0
    -7
      base/anopa/anopa.conf

+ 0
- 7
base/anopa/anopa.conf

@ -19,10 +19,3 @@ fi
var_append confopt " " "--libexecdir=$sbindir" 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
}

Loading…
Cancel
Save