aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rcynic/rcynic-cron.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/rcynic/rcynic-cron.py b/rcynic/rcynic-cron.py
index b261badb..c6c32405 100644
--- a/rcynic/rcynic-cron.py
+++ b/rcynic/rcynic-cron.py
@@ -21,11 +21,6 @@ PERFORMANCE OF THIS SOFTWARE.
# Locking code here works like FreeBSD's lockf(1) utility given -k and
# -t 0 options, which is both the sanest and simplest combination for
# our purposes. In theory this is portable to any Unix-like system.
-#
-# At some point we might want to implement the chroot() and setuid()
-# functionality here rather than using this mess of platform-specific
-# external programs. I don't have time to write and debug that today,
-# but it might well be simpler and more portable.
import os
import sys