diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-25 10:22:10 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-25 10:22:10 +0200 |
commit | 2f02bcd03f0819c6c3439064286e7ec77c884113 (patch) | |
tree | b00ed89b1f418805219d0f0e143280f4a5c428e2 | |
parent | d1bb373a0ae05c5a5c31e46fd55d81795faaf7ce (diff) | |
download | jenkins.debian.net-2f02bcd03f0819c6c3439064286e7ec77c884113.tar.xz |
add a FIXME comment to use the package once its available
-rwxr-xr-x | bin/setsid.py | 3 |
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 |