summaryrefslogtreecommitdiff
path: root/x11-drivers/displaylink-driver/files/rc-displaylink-1.2
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2023-03-24 15:42:52 +0000
committerdakkar <dakkar@thenautilus.net>2023-03-24 15:42:52 +0000
commit132c79e154ad5b3cd3e954e573e32155b3ce8ca6 (patch)
tree2496985aef3f7568d2ed7bc529b5443ad9b043dc /x11-drivers/displaylink-driver/files/rc-displaylink-1.2
parentremove my ponysay (diff)
downloadgentoo-overlay-132c79e154ad5b3cd3e954e573e32155b3ce8ca6.tar.gz
gentoo-overlay-132c79e154ad5b3cd3e954e573e32155b3ce8ca6.tar.bz2
gentoo-overlay-132c79e154ad5b3cd3e954e573e32155b3ce8ca6.zip
kill unused drivers
Diffstat (limited to 'x11-drivers/displaylink-driver/files/rc-displaylink-1.2')
-rw-r--r--x11-drivers/displaylink-driver/files/rc-displaylink-1.219
1 files changed, 0 insertions, 19 deletions
diff --git a/x11-drivers/displaylink-driver/files/rc-displaylink-1.2 b/x11-drivers/displaylink-driver/files/rc-displaylink-1.2
deleted file mode 100644
index fd5c0b6..0000000
--- a/x11-drivers/displaylink-driver/files/rc-displaylink-1.2
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-depend() {
- after xdm
-}
-
-start() {
- modprobe -q evdi
- start-stop-daemon --start --background --chdir /opt/displaylink --make-pidfile --pidfile /run/displaylink.pid --exec /opt/displaylink/DisplayLinkManager
- eend $?
-}
-
-stop() {
- start-stop-daemon --stop --pidfile /run/displaylink.pid
- eend $?
-}