summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-02-18 10:50:34 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-18 10:50:34 +0100
commitaf1d95d178e97cf789ca11cc2b95dbd8633fd236 (patch)
treed707f563c16eca97e3efd255468792aba774b3f9 /bin
parent23d6a6d6ab9c3b8a4a7cf9633959342c9f31fd30 (diff)
downloadjenkins.debian.net-af1d95d178e97cf789ca11cc2b95dbd8633fd236.tar.xz
move another FIXME into TODO
Diffstat (limited to 'bin')
-rwxr-xr-xbin/setsid.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/setsid.py b/bin/setsid.py
index a83287e1..9771c677 100755
--- a/bin/setsid.py
+++ b/bin/setsid.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
"""backport of util-linux' setsid -w to Debian wheezy"""
-# FIXME: replace with setsid from jessie (stable) or wheezy-bpo
+# replace with setsid from the util-linux package from jessie (stable) or wheezy-bpo
import os
import sys