-Completed transition to new ipkg method (ipkg.def), but still problem with eglibc...
[hvlinux.git] / stage3 / cis-apache
index 2a4fe27..2aa25e1 100755 (executable)
@@ -11,7 +11,7 @@ source ../packages-list
 # Applying patches (if any)
 apply_patches ${1}
 
-hv_groupadd ${APACHE_USER}
+groupadd -f ${APACHE_USER}
 hv_useradd -c WebServer -d /dev/null -g ${APACHE_USER} -s /bin/false ${APACHE_USER}
 
 cd ${LFS_TMP}/${1}-build