From 9343f37ee7ba1aa98f65272412d331a280890e12 Mon Sep 17 00:00:00 2001 From: Parabola Date: Wed, 2 Nov 2011 13:41:57 +0000 Subject: Wed Nov 2 13:41:53 UTC 2011 --- community/lmctl/lmctl.rc.d | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 community/lmctl/lmctl.rc.d (limited to 'community/lmctl/lmctl.rc.d') diff --git a/community/lmctl/lmctl.rc.d b/community/lmctl/lmctl.rc.d deleted file mode 100644 index e9eaf7de1..000000000 --- a/community/lmctl/lmctl.rc.d +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/bash -LMCTL_ARGS= -[ -f /etc/conf.d/lmctl ] && . /etc/conf.d/lmctl - -. /etc/rc.conf -. /etc/rc.d/functions - -case "$1" in - start) - stat_busy "Setting up Logitech Mouse" - /usr/bin/lmctl ${LMCTL_ARGS} &>/dev/null - if [ $? -eq 0 ] ; then - stat_fail - else - stat_done - add_daemon lmctl - fi - ;; - *) - echo "usage: $0 {start}" -esac -- cgit v1.2.3-54-g00ecf