[svn-commits] r29 - main
thich01 at ingres.com
thich01 at ingres.com
Mon Apr 28 12:42:41 PDT 2008
Author: thich01
Date: 2008-04-28 12:42:41 -0700 (Mon, 28 Apr 2008)
New Revision: 29
Modified:
main/createdbms
Log:
Fixing #123
Modified: main/createdbms
===================================================================
--- main/createdbms 2008-04-28 19:26:30 UTC (rev 28)
+++ main/createdbms 2008-04-28 19:42:41 UTC (rev 29)
@@ -530,9 +530,11 @@
# [ -f /etc/shadow -o /etc/security/passwd ] && \
# doasroot $II_SYSTEM/ingres/bin/mkvalidpw
- [ -f /etc/shadow -o /etc/security/passwd ] && \
- $SUDO $II_SYSTEM/ingres/bin/mkvalidpw
+# [ -f /etc/shadow -o /etc/security/passwd ] && \
+# $II_SYSTEM/ingres/bin/mkvalidpw
+ echo "Execute $II_SYSTEM/ingres/bin/mkvalidpw as root to complete installation."
+
timestamp end "Ingbuild installation"
fi
fi
More information about the svn-commits
mailing list