"notes.sh", // "start" => "/usr/local/bin/php /usr/local/pkg/notes.php", // "stop" => "rm /tmp/phpmonitor.pid" // ) //); notes_sync_package(); //if (pkg_is_service_running('notes')) { //documentation purposes //} conf_mount_ro(); config_unlock(); } function notes_deinstall_command() { conf_mount_rw(); config_lock(); unlink_if_exists("/usr/local/pkg/notes.xml"); unlink_if_exists("/usr/local/pkg/notes.inc"); conf_mount_ro(); config_unlock(); } ?>