Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 353803
Collapse All | Expand All

(-)aiccu.orig/unix-console/main.c (+8 lines)
Lines 471-476 Link Here
471
	 */
471
	 */
472
	if (aiccu_setup(hTunnel, true))
472
	if (aiccu_setup(hTunnel, true))
473
	{
473
	{
474
475
		/* Running setup script */
476
		if (g_aiccu->setupscript)
477
		{
478
			aiccu_exec("%s", g_aiccu->setupscript);
479
		}
480
481
474
		/* We need to stay running when doing Heartbeat or AYIYA */
482
		/* We need to stay running when doing Heartbeat or AYIYA */
475
		if (	strcasecmp(hTunnel->sType, "6in4-heartbeat") == 0 ||
483
		if (	strcasecmp(hTunnel->sType, "6in4-heartbeat") == 0 ||
476
			strcasecmp(hTunnel->sType, "ayiya") == 0)
484
			strcasecmp(hTunnel->sType, "ayiya") == 0)

Return to bug 353803