Browse Source

* changed Base/DHCP to depend on NETADMIN instead of NETWORK

legacy/multilib
Alejandro Mery 19 years ago
parent
commit
9edc2124e0
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      pkgsel/Base/Networking/DHCP.dhcpcd.choice
  2. +1
    -1
      pkgsel/Base/Networking/DHCP.isc.choice
  3. +1
    -1
      pkgsel/Base/Networking/DHCP.none.choice
  4. +1
    -1
      pkgsel/Base/Networking/DHCP.udhcp.choice

+ 1
- 1
pkgsel/Base/Networking/DHCP.dhcpcd.choice

@ -1,3 +1,3 @@
#Description: DHCP Client (dhcpcd)
#Dependencies: NETWORK
#Dependencies: NETADMIN
X dhcpcd

+ 1
- 1
pkgsel/Base/Networking/DHCP.isc.choice

@ -1,3 +1,3 @@
#Description: ISCs DHCP Client (dhclient)
#Dependencies: NETWORK
#Dependencies: NETADMIN
X dhcp

+ 1
- 1
pkgsel/Base/Networking/DHCP.none.choice

@ -1,2 +1,2 @@
#Description: No DHCP Client
#Dependencies: NETWORK
#Dependencies: NETADMIN

+ 1
- 1
pkgsel/Base/Networking/DHCP.udhcp.choice

@ -1,4 +1,4 @@
#Description: DHCP Client (udhcp)
#Dependencies: NETWORK
#Dependencies: NETADMIN
#Default: udhcp
X udhcp

Loading…
Cancel
Save