www.usr.com/support/gpl/USR9107_release.1.4.tar.gz
[bcm963xx.git] / userapps / opensource / busybox / procps / ps.c
index d9e6256..d29dc24 100755 (executable)
@@ -91,7 +91,9 @@ extern int ps_main(int argc, char **argv)
                // brcm begin
                if ( strncmp(p->short_cmd,"telnetd",7)==0 || 
                         strncmp(p->short_cmd,"httpd",5)==0 ||
-                        strncmp(p->short_cmd,"sshd",4)==0) {
+                        strncmp(p->short_cmd,"sshd",4)==0 || 
+                        strncmp(p->short_cmd,"tr69c",5)==0 || 
+                        strncmp(p->short_cmd,"snmp",4)==0) {
                                printf("%s\n",p->short_cmd);
                } else {
                        if(namecmd != 0 && namecmd[0] != 0) {