# copy in goodies
cp libpnd* deployment/usr/lib
cp bin/pndnotifyd deployment/usr/bin
+ cp bin/pnd_run deployment/usr/bin
cp testdata/scripts/* deployment/usr/pandora/scripts
# copy in freebee .pnd apps to /usr/pandora/apps
# add pndnotify to etc/rc/startup-whatever
clock = atoi ( pnd_pxml_get_clockspeed ( h ) );
}
- pnd_apps_exec ( pnd_run, pndfile,
- pnd_pxml_get_unique_id ( h ),
- pnd_pxml_get_exec ( h ),
- pnd_pxml_get_startdir ( h ),
- clock,
- options );
+ if ( ! pnd_apps_exec ( pnd_run, pndfile,
+ pnd_pxml_get_unique_id ( h ),
+ pnd_pxml_get_exec ( h ),
+ pnd_pxml_get_startdir ( h ),
+ clock,
+ options )
+ )
+ {
+ printf ( "ERROR: PXML.xml data is bad\n" );
+ }
return ( 0 );
} // main