summaryrefslogtreecommitdiffstats
path: root/rules/rootfs_inetd.inc
diff options
context:
space:
mode:
Diffstat (limited to 'rules/rootfs_inetd.inc')
-rw-r--r--rules/rootfs_inetd.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/rootfs_inetd.inc b/rules/rootfs_inetd.inc
index 7fca0d170..0ab0f2c78 100644
--- a/rules/rootfs_inetd.inc
+++ b/rules/rootfs_inetd.inc
@@ -161,7 +161,7 @@ ifdef PTXCONF_BB_CONFIG_FEATURE_TELNETD_INETD
# add default string to start the telnetd from busybox into inetd.conf
@$(call install_replace, rootfs, /etc/inetd.conf, \
@TELNETD@, \
- "telnet stream tcp wait root /sbin/telnetd" )
+ "telnet stream tcp wait root /usr/sbin/telnetd" )
@$(call install_replace, rootfs, \
/etc/services, \