add the ablity to maintain a pldistro in a separate svn repo, see gnuradio
[build.git] / vbuild-init-vserver.sh
index 07657e3..cd7c7d3 100755 (executable)
@@ -337,6 +337,9 @@ function post_install_myplc  () {
     # turn off regular crond, as plc invokes plc_crond
     chkconfig crond off
 
+    # take care of loginuid in /etc/pam.d 
+    sed -i "s,#*\(.*loginuid.*\),#\1," /etc/pam.d/*
+
     # customize root's prompt
     cat << PROFILE > /root/.profile
 export PS1="[$vserver] \\w # "