Browse Source

kbd: moved creation of runit symlink to overlay.d/

legacy/next/gcc
Alejandro Mery 16 years ago
parent
commit
44f906de80
2 changed files with 1 additions and 4 deletions
  1. +1
    -0
      overlay.d/pkgs/kbd/etc_runit_1.d_05-kbd.ln
  2. +0
    -4
      parse-config

+ 1
- 0
overlay.d/pkgs/kbd/etc_runit_1.d_05-kbd.ln

@ -0,0 +1 @@
/sbin/init.d/kbd

+ 0
- 4
parse-config

@ -25,10 +25,6 @@ hook_add postinstall 5 'mnemosyne_postinstall'
mnemosyne_postinstall() {
local x=
case "$pkg" in
kbd)
# keyboard mappings
ln -svnf /sbin/init.d/kbd "$root/etc/runit/1.d/05kbd"
;;
rocknet|etcnet)
# network
ln -svnf /sbin/init.d/network "$root/etc/runit/1.d/15network"

Loading…
Cancel
Save