aboutsummaryrefslogtreecommitdiff
path: root/japanese/ebnetd/files/ndtpd.sh.sample
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/ebnetd/files/ndtpd.sh.sample')
-rw-r--r--japanese/ebnetd/files/ndtpd.sh.sample15
1 files changed, 0 insertions, 15 deletions
diff --git a/japanese/ebnetd/files/ndtpd.sh.sample b/japanese/ebnetd/files/ndtpd.sh.sample
deleted file mode 100644
index 17a62fc0aab8..000000000000
--- a/japanese/ebnetd/files/ndtpd.sh.sample
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh -
-#
-# NDTPD: rc-file for FreeBSD.
-#
-
-### NDTPD options: ###
-ndtpd_program=@prefix@/sbin/ndtpd # path to ndtpd.
-ndtpd_enable=YES # Run ndtpd (or NO).
-ndtpd_flags= # Flags to ndtpd (if enabled).
-### End of NDTPD options: ###
-
-if [ "x${ndtpd_enable}" = xYES -a -x ${ndtpd_program} ]; then
- echo -n " ndtpd"
- ${ndtpd_program} ${ndtpd_flags}
-fi