From 03762f564785026f991fbcabf6b66279c510fb92 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Tue, 11 Aug 2015 02:03:24 +0200 Subject: notes - code cleanup round two - Fix copyright header - Remove tons of useless garbage --- config/notes/notes.inc | 62 ++++---------------------------------------------- 1 file changed, 4 insertions(+), 58 deletions(-) (limited to 'config/notes') diff --git a/config/notes/notes.inc b/config/notes/notes.inc index 29b51396..ddc54a3f 100644 --- a/config/notes/notes.inc +++ b/config/notes/notes.inc @@ -1,14 +1,11 @@ "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(); - } -?> \ No newline at end of file +?> -- cgit v1.2.3