console (bug 842)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2491
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
_argv[x] = argv[x];
_argv[x] = NULL;
+ /* if the progname is rasterisk consider it a remote console */
+ if ( argv[0] && (strstr(argv[0], "rasterisk")) != NULL) {
+ option_remote++;
+ option_nofork++;
+ }
if (gethostname(hostname, sizeof(hostname)))
strncpy(hostname, "<Unknown>", sizeof(hostname)-1);
mainpid = getpid();