Include cchp within the package benig made

This commit is contained in:
duncan_ferguson 2004-04-21 07:52:32 +00:00
parent 6f7c74c7b4
commit d107713209

View file

@ -139,6 +139,7 @@ mkdir -p $TMP/$PKGNM/bin $TMP/$PKGNM/man/man1
# now copy in cssh
cp $SCRIPTDIR/cssh $TMP/$PKGNM/bin/cssh
cp $SCRIPTDIR/cchp $TMP/$PKGNM/bin/cchp
# and now create a man page from the pod
pod2man $SCRIPTDIR/cssh > $TMP/$PKGNM/man/man1/cssh.1
@ -177,6 +178,7 @@ mv $TMP/Prototype $TMP/Prototype.old
-e "/^f/s/ [0-9]... / 0444 /" \
-e "/^[df]/s/ [a-zA-Z0-9]* [a-zA-Z0-9]*$/ bin bin/" \
-e "s!bin/cssh [0-9]... .*!bin/cssh 0555 bin bin!" \
-e "s!bin/cchp [0-9]... .*!bin/cchp 0555 bin bin!" \
> $TMP/Prototype
rm $TMP/Prototype.old
@ -239,6 +241,9 @@ rm -rf $TMP
# 1.6 27/01/04 D Ferguson Moved to sf.net cvs repository
#
# $Log$
# Revision 1.9 2004/04/21 07:52:32 duncan_ferguson
# Include cchp within the package benig made
#
# Revision 1.8 2004/04/06 11:42:40 duncan_ferguson
# Remove setuid stuff for cssh version 2.0
#