From f1db55df08b8e606810d35468b63c8dab17d0482 Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Fri, 16 Jan 2004 21:43:38 +0000 Subject: no longer need run_init --- service | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'service') diff --git a/service b/service index d47f2ac9..4a5992b1 100755 --- a/service +++ b/service @@ -60,11 +60,8 @@ while [ $# -gt 0 ]; do esac done -if test -x /usr/bin/selinuxenabled && `/usr/bin/selinuxenabled`; then - SELINUX_RUN_INIT="DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY /usr/bin/run_init" -fi if [ -x "${SERVICEDIR}/${SERVICE}" ]; then - env -i LANG=$LANG PATH=$PATH TERM=$TERM $SELINUX_RUN_INIT "${SERVICEDIR}/${SERVICE}" ${OPTIONS} + env -i LANG=$LANG PATH=$PATH TERM=$TERM "${SERVICEDIR}/${SERVICE}" ${OPTIONS} else echo $"${SERVICE}: unrecognized service" >&2 exit 1 -- cgit v1.2.1