projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add protection for bridging interface changes
[openwrt.git]
/
package
/
base-files
/
default
/
etc
/
init.d
/
S50telnet
1
#!/bin/sh /etc/rc.common
2
# Copyright (C) 2006 OpenWrt.org
3
4
start
() {
5
if
awk
-F
:
'/^root:/ &&
$2
!~ /\!/ {exit 1}'
/
etc
/
passwd
2
>/
dev
/
null
;
then
telnetd
-l
/
bin
/
login
;
fi
6
}
7
8
stop
() {
9
killall telnetd
10
}
This page took
0.07514 seconds
and
5
git commands to generate.