From babc17e616d01c09d281a59fbbf780961b372b39 Mon Sep 17 00:00:00 2001 From: Clayton Smith <argilo@gmail.com> Date: Thu, 29 Oct 2020 21:43:59 -0400 Subject: Remove gru.daemonize and dial_tone_daemon example These were added in GNU Radio 3.1.3, but a Google search finds no mention of gru.daemonize outside of the changelog. Modern Python programs could use the python-daemon library, which implements the daemon specification of PEP 3143. --- gr-audio/examples/python/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'gr-audio/examples/python/CMakeLists.txt') diff --git a/gr-audio/examples/python/CMakeLists.txt b/gr-audio/examples/python/CMakeLists.txt index c694a9db1..3539e3eb7 100644 --- a/gr-audio/examples/python/CMakeLists.txt +++ b/gr-audio/examples/python/CMakeLists.txt @@ -12,7 +12,6 @@ GR_PYTHON_INSTALL(PROGRAMS audio_play.py audio_to_file.py dial_tone.py - dial_tone_daemon.py dial_tone_wav.py mono_tone.py multi_tone.py -- cgit v1.2.3