From 13b10897be50ae13c7febfd58743d8455cf67e9f Mon Sep 17 00:00:00 2001 From: BlackNoxis Date: Thu, 8 Jan 2015 00:55:48 +0200 Subject: Dropping rogentlisve, we have rogentos-live --- app-misc/rogentoslive-tools/files/2/livespawn | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 app-misc/rogentoslive-tools/files/2/livespawn (limited to 'app-misc/rogentoslive-tools/files/2/livespawn') diff --git a/app-misc/rogentoslive-tools/files/2/livespawn b/app-misc/rogentoslive-tools/files/2/livespawn deleted file mode 100644 index 44d7257e..00000000 --- a/app-misc/rogentoslive-tools/files/2/livespawn +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/python -import sys, os, subprocess -args = sys.argv[1:] -if not args: raise SystemExit(1) - -pid = os.fork() -if pid == 0: - p = subprocess.Popen(args) - rc = p.wait() - raise SystemExit(rc) -- cgit v1.2.3