Browse Source

* changed CLOCKSPEED RUNIT SOCKLOG BCRON and IPSVD modules to depend on BOOT!=initrd, and clean to not duplicate the cleanup done by the new GARBAGE module

legacy/multilib
Alejandro Mery 20 years ago
parent
commit
e5baeef80d
5 changed files with 5 additions and 11 deletions
  1. +1
    -3
      pkgsel/Core/bcron.all
  2. +1
    -1
      pkgsel/Core/clockspeed.all
  3. +1
    -4
      pkgsel/Core/ipsvd.all
  4. +1
    -1
      pkgsel/Core/runit.all
  5. +1
    -2
      pkgsel/Core/socklog.all

+ 1
- 3
pkgsel/Core/bcron.all

@ -1,6 +1,4 @@
#Dependencies: BOOT!=initrd
X bcron
X bglibs
X ucspi-unix
- at
- cron

+ 1
- 1
pkgsel/Core/clockspeed.all

@ -1,2 +1,2 @@
#Dependencies: BOOT!=initrd
X clockspeed
- ntp

+ 1
- 4
pkgsel/Core/ipsvd.all

@ -1,5 +1,2 @@
#Dependencies: NETWORK
#Dependencies: NETWORK BOOT!=initrd
X ipsvd
- inetd
- xinetd

+ 1
- 1
pkgsel/Core/runit.all

@ -1,5 +1,5 @@
#Dependencies: BOOT!=initrd
X runit
X runit-shutdown
X runit-logacct
- sysvinit
- minit

+ 1
- 2
pkgsel/Core/socklog.all

@ -1,3 +1,2 @@
#Dependencies: BOOT!=initrd
X socklog
- sysklogd
- syslog-ng

Loading…
Cancel
Save