1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006 OpenWrt.org
6 if [ \
! -f /etc
/passwd
] || \
7 awk -F: '/^root:/ && ($2 != "") && ($2 !~ /\!/) {exit 1}' /etc
/passwd
2>/dev
/null || \
8 [ \
! -x /usr
/sbin
/dropbear
]
This page took 0.04945 seconds and 5 git commands to generate.