fix ppp related bug in the network scripts
[openwrt.git] / package / base-files / default / etc / init.d / S50telnet
index fb9687c..25242bd 100755 (executable)
@@ -1,2 +1,4 @@
 #!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
+
 if awk -F: '/^root:/ && $2 !~ /\!/ {exit 1}' /etc/passwd 2>/dev/null; then telnetd -l /bin/login; fi
This page took 0.025321 seconds and 4 git commands to generate.