summaryrefslogtreecommitdiffstats
path: root/encap
diff options
context:
space:
mode:
authorDaniel Joseph Barnhart Clark <dclark@pobox.com>2006-09-04 19:33:27 +0000
committerDaniel Joseph Barnhart Clark <dclark@pobox.com>2006-09-04 19:33:27 +0000
commita5225328b21135e2bbfc31f4611c4eeb0935b8b8 (patch)
tree25906d97c392edeed4cc47c335e688b3842a743e /encap
parent2e6f96ac379bd37d7540c29da0dc9c69e055fea6 (diff)
downloadbcfg2-a5225328b21135e2bbfc31f4611c4eeb0935b8b8.tar.gz
bcfg2-a5225328b21135e2bbfc31f4611c4eeb0935b8b8.tar.bz2
bcfg2-a5225328b21135e2bbfc31f4611c4eeb0935b8b8.zip
EncapPackages: Another silly %s misplacement... verified to work now.
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2190 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap')
-rwxr-xr-xencap/src/makeself-dist/makedist.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/encap/src/makeself-dist/makedist.sh b/encap/src/makeself-dist/makedist.sh
index c609f29e5..0456da12a 100755
--- a/encap/src/makeself-dist/makedist.sh
+++ b/encap/src/makeself-dist/makedist.sh
@@ -221,7 +221,7 @@ if [ "\${LOC_OST_SET}x" = "nox" ]; then
chmod 600 \$LOC_OST_CFG
LOC_OST_KILL_SED="\$LOC_INSTALLDIR/loc_ost_kill.sed"
LOC_OST_ACTION_SED="\$LOC_INSTALLDIR/loc_ost_action.sed"
- printf "s:%s:%sKILL=%s-kill%s:g\n" "\$LOC_OST_KILL_RE" '"' "\`sedquote "\${LOC_OST_PASSWD}"\`" '"' > \$LOC_OST_KILL_SED
+ printf "s:%s:KILL=%s%s-kill%s:g\n" "\$LOC_OST_KILL_RE" '"' "\`sedquote "\${LOC_OST_PASSWD}"\`" '"' > \$LOC_OST_KILL_SED
printf "s:%s:ACTION=\\"%s-bcfg2-:g\n" "\$LOC_OST_ACTION_RE" "\`sedquote "\${LOC_OST_PASSWD}"\`" > \$LOC_OST_ACTION_SED
sed -f \$LOC_OST_KILL_SED \$LOC_OST_CFG | sed -f \$LOC_OST_ACTION_SED \
> \${LOC_OST_CFG}.withpasswords