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(-) 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 From cd5dc6e1c96e732223e37ff2e2ed7b729124a1a9 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Tue, 11 Aug 2015 02:04:54 +0200 Subject: notes - code cleanup round two - Fix copyright header - Fix permissions - Remove tons of useless garbage --- config/notes/notes.xml | 44 +++++++++++++++++++------------------------- 1 file changed, 19 insertions(+), 25 deletions(-) diff --git a/config/notes/notes.xml b/config/notes/notes.xml index 34d2f676..e74a76f1 100644 --- a/config/notes/notes.xml +++ b/config/notes/notes.xml @@ -1,21 +1,24 @@ - - + + - +/* ====================================================================================== */ + ]]> Notes - Describe your package requirements here - Currently there are no FAQ items provided. Notes - 0.2.5 + 0.2.6 Settings /usr/local/pkg/notes.inc @@ -61,7 +63,6 @@ installedpackages->package->$packagename->configuration->notes /usr/local/pkg/ - 0755 https://packages.pfsense.org/packages/config/notes/notes.inc @@ -84,11 +85,15 @@ Category category - Enter a category. + Enter the category. input - <b>Notes</b> <br /> <br /> + + Notes

+ ]]> +
notes textarea @@ -98,18 +103,7 @@ 20
- - - - notes_sync_package(); - - - notes_sync_package(); - - - notes_install_command(); - notes_deinstall_command(); - \ No newline at end of file + -- cgit v1.2.3 From 2ef5ab030b30634a05cff787ecb58a8fac191253 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Tue, 11 Aug 2015 02:06:07 +0200 Subject: Bump notes package version --- pkg_config.10.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg_config.10.xml b/pkg_config.10.xml index 7c9ce26c..d0c9abbb 100644 --- a/pkg_config.10.xml +++ b/pkg_config.10.xml @@ -326,7 +326,7 @@ Status https://packages.pfsense.org/packages/config/notes/notes.xml - 0.2.5 + 0.2.6 Alpha 2.2 markjcrane@gmail.com -- cgit v1.2.3