diff options
author | Rob Austein <sra@hactrn.net> | 2013-07-16 02:09:17 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-07-16 02:09:17 +0000 |
commit | 4555274c8b7966a6b53dcf06031dc7329c688500 (patch) | |
tree | c7e201502002f6e0b0898302d5c9e9bed4952b4d | |
parent | 7b29ba3440a2effeac5888f6028870b8253a6d49 (diff) |
Outdated comment.
svn path=/trunk/; revision=5429
-rw-r--r-- | rcynic/rcynic-cron.py | 5 |
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 |