diff --git a/security/util-vserver/util-vserver.conf b/security/util-vserver/util-vserver.conf index b958aaf8a..cd7fc3983 100644 --- a/security/util-vserver/util-vserver.conf +++ b/security/util-vserver/util-vserver.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../util-vserver/util-vserver.conf -# Copyright (C) 2006 - 2007 The OpenSDE Project +# Copyright (C) 2006 - 2008 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -43,11 +43,13 @@ hook_add postmake 5 "vserver_tests" # some help to crosscompile # -for x in ip iptables vconfig wget; do +for x in ip iptables modprobe rmmod vconfig wget; do # which package? case "$x" in ip) y="iproute2" ;; + modprobe|rmmod) + y="module-init-tools" ;; vconfig) y="vlan" ;; *)