Author: jfrederic.clere(a)jboss.com
Date: 2008-02-29 09:40:13 -0500 (Fri, 29 Feb 2008)
New Revision: 1401
Modified:
trunk/build/unix/util/buildroot.hpux.sh
Log:
Add logic for the hpux password mechanism.
Modified: trunk/build/unix/util/buildroot.hpux.sh
===================================================================
--- trunk/build/unix/util/buildroot.hpux.sh 2008-02-29 13:59:06 UTC (rev 1400)
+++ trunk/build/unix/util/buildroot.hpux.sh 2008-02-29 14:40:13 UTC (rev 1401)
@@ -111,3 +111,9 @@
# create /tmp
mkdir $root/tmp
chmod a+rwx $root/tmp
+
+# Tricky part.
+mkdir -p $root/var/spool/sockets/pwgr
+sudo cp -rp /var/spool/pwgr $root/var/spool/
+sudo cp -p /usr/sbin/pwgrd $root/usr/sbin/pwgrd-jfclere
+mkdir -p $root
Show replies by date