3787 passwd change broke root's password
authorDan Price <dp@eng.sun.com>
Wed, 08 Oct 2008 11:26:40 -0700
changeset 572 e00f440451bd
parent 571 1a2452c33cb9
child 573 f77bbd68c975
3787 passwd change broke root's password
src/util/distro-import/Makefile
--- a/src/util/distro-import/Makefile	Tue Oct 07 17:22:27 2008 -0700
+++ b/src/util/distro-import/Makefile	Wed Oct 08 11:26:40 2008 -0700
@@ -263,7 +263,7 @@
 
 proto/etc/shadow:	proto Makefile
 	(./get_file_from_pkg.py $(WOS_PKGS)/SUNWcsr etc/shadow | nawk -F:		\
-	'/^root/{ print "root:$5$VgppCOxA$ycFmYW4ObRRHhtsGEygDdexk5bugqgSiaSR9niNCouC:14146::::::";continue} {print $$0}') > $@
+	'/^root/{ print "root:$$5$$VgppCOxA$$ycFmYW4ObRRHhtsGEygDdexk5bugqgSiaSR9niNCouC:14146::::::";continue} {print $$0}') > $@
 
 proto/usr/has/bin/sh:	proto Makefile
 	./get_file_from_pkg.py $(WOS_PKGS)/SUNWcsr sbin/sh > $@