aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2009-10-22 19:33:32 +0000
committerseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2009-10-22 19:33:32 +0000
commit193a169598429b9ed601e6ab4554f917ea4f8b86 (patch)
tree4468ed37d130d7256294b7a524f2c6189e4a4b77 /doc
parentebf4490c905a8b67f8f20d6c3aaec4c1b60646c4 (diff)
Add the programs in utils/ to menuselect.
Nothing in utils/ is now built by default except for astcanary. Review: https://reviewboard.asterisk.org/r/353/ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@225440 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/janitor-projects.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/janitor-projects.txt b/doc/janitor-projects.txt
index debd462f6..30fe3b185 100644
--- a/doc/janitor-projects.txt
+++ b/doc/janitor-projects.txt
@@ -23,6 +23,4 @@
-- Convert all usage of the signal(2) system API to the more portable sigaction(2) system API.
- -- Make the applications in utils/ selectable in menuselect and turn off muted by default. Probably others too.
-
-- Find options and arguments in Asterisk which specify a time period in seconds or milliseconds and convert them to use the new ast_app_parse_timelen() function.