summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-25 10:22:10 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-25 10:22:10 +0200
commit2f02bcd03f0819c6c3439064286e7ec77c884113 (patch)
treeb00ed89b1f418805219d0f0e143280f4a5c428e2
parentd1bb373a0ae05c5a5c31e46fd55d81795faaf7ce (diff)
downloadjenkins.debian.net-2f02bcd03f0819c6c3439064286e7ec77c884113.tar.xz
add a FIXME comment to use the package once its available
-rwxr-xr-xbin/setsid.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/setsid.py b/bin/setsid.py
index 32002ec7..a83287e1 100755
--- a/bin/setsid.py
+++ b/bin/setsid.py
@@ -1,5 +1,6 @@
#!/usr/bin/python
-"""backport of util-linux' setsid -w to Debian stable"""
+"""backport of util-linux' setsid -w to Debian wheezy"""
+# FIXME: replace with setsid from jessie (stable) or wheezy-bpo
import os
import sys