summaryrefslogtreecommitdiffstats
path: root/projectroot
diff options
context:
space:
mode:
Diffstat (limited to 'projectroot')
-rw-r--r--projectroot/etc/init.d/tftpd13
1 files changed, 0 insertions, 13 deletions
diff --git a/projectroot/etc/init.d/tftpd b/projectroot/etc/init.d/tftpd
deleted file mode 100644
index e7ff579a6..000000000
--- a/projectroot/etc/init.d/tftpd
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-#
-# tftpd
-#
-case $1 in
-
- start)
- echo "tftpd starting"
- /sbin/tftpd -l @ROOT@
- ;;
-
-esac
-