Remove installation of ncurses and file at stage0
[hvlinux.git] / stage5 / pkg / subversion
index e3a0bbe..5aef25a 100644 (file)
@@ -4,8 +4,9 @@ SVN_USER=svn
 
 hvconfig_pre()
 {
-    groupadd -f ${SVN_USER}
-    hv_useradd -c SvnServer -d /dev/null -g ${SVN_USER} -s /bin/false ${SVN_USER}
+    groupadd --system -f ${SVN_USER}
+    hv_useradd --system -c SvnServer -d /dev/null -g ${SVN_USER} \
+        -s /bin/false ${SVN_USER}
 }
 
 hvbuild_post()