aboutsummaryrefslogtreecommitdiffstats
path: root/testing/nldev/nldev.initd
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2019-11-13 17:48:16 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2019-11-13 17:48:16 +0100
commit59e1dc75d49e7ece308f171dfd34811afb70bafe (patch)
tree192ac9765ee1e74ca56c2e44a00a0fdfd8032fb5 /testing/nldev/nldev.initd
parent4f7493b42b202b569bab66c5dd180f54386aadfe (diff)
downloadaports-59e1dc75d49e7ece308f171dfd34811afb70bafe.tar.bz2
aports-59e1dc75d49e7ece308f171dfd34811afb70bafe.tar.xz
unmaintained/nldev: move from testing
I don't really use it anymore and it hasn't been updated in a long time.
Diffstat (limited to 'testing/nldev/nldev.initd')
-rw-r--r--testing/nldev/nldev.initd14
1 files changed, 0 insertions, 14 deletions
diff --git a/testing/nldev/nldev.initd b/testing/nldev/nldev.initd
deleted file mode 100644
index ed6f1e21ba..0000000000
--- a/testing/nldev/nldev.initd
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/sbin/openrc-run
-
-name="$SVCNAME"
-command="/sbin/$SVCNAME"
-command_args="${NLDEV_OPTS:--k}"
-pidfile="/var/run/$SVCNAME.pid"
-command_background="yes"
-
-depend() {
- provide dev
- need sysfs dev-mount
- before checkfs fsck
- keyword -lxc -vserver
-}