summaryrefslogtreecommitdiff
path: root/doc/janitor-projects.txt
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2009-10-22 19:33:32 +0000
committerSean Bright <sean@malleable.com>2009-10-22 19:33:32 +0000
commit117d3fd910c0ddda73d5f782bfbac235a9c44a46 (patch)
tree4468ed37d130d7256294b7a524f2c6189e4a4b77 /doc/janitor-projects.txt
parentd9f72c18936b73f3b174ff6666a7dd2c325407e9 (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: https://origsvn.digium.com/svn/asterisk/trunk@225440 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'doc/janitor-projects.txt')
-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.