Browse Source

socklog: moved creation of runit symlinks to overlay.d/

legacy/next/gcc
Alejandro Mery 16 years ago
parent
commit
59f65428c5
3 changed files with 2 additions and 6 deletions
  1. +1
    -0
      overlay.d/pkgs/socklog/var_service_klog.ln
  2. +1
    -0
      overlay.d/pkgs/socklog/var_service_socklog.ln
  3. +0
    -6
      parse-config

+ 1
- 0
overlay.d/pkgs/socklog/var_service_klog.ln

@ -0,0 +1 @@
D_sysconfdir/klog

+ 1
- 0
overlay.d/pkgs/socklog/var_service_socklog.ln

@ -0,0 +1 @@
D_sysconfdir/socklog

+ 0
- 6
parse-config

@ -25,12 +25,6 @@ hook_add postinstall 5 'mnemosyne_postinstall'
mnemosyne_postinstall() {
local x=
case "$pkg" in
socklog)
# socklog services active by default
for x in klog syslog; do
ln -svnf $sysconfdir/$x $root/service/$x
done
;;
bcron)
# bcron services active by default
for x in bcron-scheduler bcron-spooler bcron-updater; do

Loading…
Cancel
Save