aboutsummaryrefslogtreecommitdiffstats
path: root/openwrt/package/rarpd/files/rarpd.init
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/package/rarpd/files/rarpd.init')
-rw-r--r--openwrt/package/rarpd/files/rarpd.init7
1 files changed, 0 insertions, 7 deletions
diff --git a/openwrt/package/rarpd/files/rarpd.init b/openwrt/package/rarpd/files/rarpd.init
deleted file mode 100644
index 04ca0b4f38..0000000000
--- a/openwrt/package/rarpd/files/rarpd.init
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-RARPD=/usr/sbin/rarpd
-DEFAULT=/etc/default/rarpd
-[ -f $DEFAULT ] && . $DEFAULT
-
-$RARPD $OPTIONS