Index: files/pkg-install.in =================================================================== RCS file: /home/pcvs/ports/multimedia/mythtv/files/pkg-install.in,v retrieving revision 1.2 diff -u -r1.2 pkg-install.in --- files/pkg-install.in 16 Mar 2009 19:10:54 -0000 1.2 +++ files/pkg-install.in 16 Apr 2009 22:29:11 -0000 @@ -44,12 +44,12 @@ if [ $? -ne 0 ]; then ${LOCALBASE}/etc/rc.d/mysql-server start if [ $? -ne 0 ]; then - echo '*** Unable to start mysqld' + echo '1: *** Unable to start mysqld' exit 1 else pgrep mysqld > /dev/null if [ $? -ne 0 ]; then - echo '*** Unable to start mysqld' + echo '2: *** Unable to start mysqld' exit 1 fi fi