comparison remote @ 27:28fec0c67646

make add/remove commands configureable
author carl
date Sun, 12 Feb 2006 10:54:03 -0800
parents 048cd6e642bc
children
comparison
equal deleted inserted replaced
26:00bd0b0ef015 27:28fec0c67646
25 me $i "cd /tmp/$NAME-$VER; make install" 25 me $i "cd /tmp/$NAME-$VER; make install"
26 me $i "/etc/rc.d/init.d/$NAME stop" 26 me $i "/etc/rc.d/init.d/$NAME stop"
27 me $i "/sbin/iptables -F INPUT" 27 me $i "/sbin/iptables -F INPUT"
28 me $i "cd /tmp/$NAME-$VER; make chkconfig" 28 me $i "cd /tmp/$NAME-$VER; make chkconfig"
29 me $i "ln --symbolic --force /etc/$NAME.conf /usr/local/etc/$NAME.conf" 29 me $i "ln --symbolic --force /etc/$NAME.conf /usr/local/etc/$NAME.conf"
30 me $i "/etc/rc.d/init.d/$NAME flush"
30 me $i "/etc/rc.d/init.d/$NAME start" 31 me $i "/etc/rc.d/init.d/$NAME start"
31 32
32 echo " install done on $i, press enter to continue" 33 echo " install done on $i, press enter to continue"
33 read a 34 read a
34 done 35 done