projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
fb9687c8aa78fe4f45dce042c8e01a405d3d74ca
[openwrt.git]
/
package
/
base-files
/
default
/
etc
/
init.d
/
S50telnet
1
#!/bin/sh
2
if
awk
-F
:
'/^root:/ &&
$2
!~ /\!/ {exit 1}'
/
etc
/
passwd
2
>/
dev
/
null
;
then
telnetd
-l
/
bin
/
login
;
fi
This page took
0.049151 seconds
and
3
git commands to generate.