projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
use /tmp/resolv.conf when using a static nameserver (#177)
[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 ||
test
$FAILSAFE
;
then
telnetd
-l
/
bin
/
login
;
fi
This page took
0.049523 seconds
and
5
git commands to generate.