diff options
Diffstat (limited to 'sys-libs/gpm/files/gpm-run')
-rw-r--r-- | sys-libs/gpm/files/gpm-run | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys-libs/gpm/files/gpm-run b/sys-libs/gpm/files/gpm-run deleted file mode 100644 index ca5e87e11dac..000000000000 --- a/sys-libs/gpm/files/gpm-run +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -if [ ! -e /var/run/gpm.pid ] -then - /usr/sbin/gpm - sleep 2 -fi -exec envuidgid daemon /usr/bin/watchpid `cat /var/run/gpm.pid` |