comparison package @ 108:1c7677042b78

move to autoconf/automake/docbook
author carl
date Sun, 18 Dec 2005 12:05:05 -0800
parents eeaaecda4acc
children 9978e29c4d71
comparison
equal deleted inserted replaced
107:eeaaecda4acc 108:1c7677042b78
27 make install >/dev/null 27 make install >/dev/null
28 if [ -f /etc/rc.d/init.d/$NAME ]; then 28 if [ -f /etc/rc.d/init.d/$NAME ]; then
29 /etc/rc.d/init.d/$NAME stop 29 /etc/rc.d/init.d/$NAME stop
30 fi 30 fi
31 make chkconfig 31 make chkconfig
32 if [ -f /etc/rc.d/init.d/$NAME ]; then
33 chkconfig $NAME on
34 /etc/rc.d/init.d/$NAME start
35 fi
32 cd .. 36 cd ..
33 cd .. 37 cd ..
34 38
35 # build rpm on target 39 # build rpm on target
36 target=host62 40 target=host62