diff package @ 108:1c7677042b78

move to autoconf/automake/docbook
author carl
date Sun, 18 Dec 2005 12:05:05 -0800
parents eeaaecda4acc
children 9978e29c4d71
line wrap: on
line diff
--- a/package	Sun Dec 18 09:50:25 2005 -0800
+++ b/package	Sun Dec 18 12:05:05 2005 -0800
@@ -29,6 +29,10 @@
                     /etc/rc.d/init.d/$NAME stop
                 fi
                 make chkconfig
+                if [ -f /etc/rc.d/init.d/$NAME ]; then
+                    chkconfig $NAME on
+                    /etc/rc.d/init.d/$NAME start
+                fi
             cd ..
         cd ..