daemon-control: update

Origin commit data
------------------
Commit: 5152d34b8b
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-03-15 (Thu, 15 Mar 2018)

Origin message was:
------------------
- daemon-control: update
This commit is contained in:
vanhofen
2018-03-15 21:23:01 +01:00
parent a09c93f465
commit 116a1317ec
8 changed files with 12 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ install_DATA = \
biss_green.png \ biss_green.png \
biss_white.png \ biss_white.png \
biss_yellow.png \ biss_yellow.png \
cccam_green.png \
ci+_green.png \ ci+_green.png \
ci+_grey.png \ ci+_grey.png \
conax_green.png \ conax_green.png \

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

View File

@@ -247,6 +247,8 @@ ca_init_1 CI-Modul
ca_init_2 Conax-Karte und CI-Modul ca_init_2 Conax-Karte und CI-Modul
cablesetup.provider Kabelanbieter cablesetup.provider Kabelanbieter
camd_control camd-Steuerung camd_control camd-Steuerung
camd_item_cccam_hint CCCam - Softcam
camd_item_cccam_name cccam
camd_item_cs2gbox_hint cs2gbox - Newcamd Bridge camd_item_cs2gbox_hint cs2gbox - Newcamd Bridge
camd_item_cs2gbox_name cs2gbox camd_item_cs2gbox_name cs2gbox
camd_item_doscam_hint DOSCam - Softcam und Emulator camd_item_doscam_hint DOSCam - Softcam und Emulator

View File

@@ -247,6 +247,8 @@ ca_init_1 CI module
ca_init_2 Conax-Card and CI module ca_init_2 Conax-Card and CI module
cablesetup.provider cable provider cablesetup.provider cable provider
camd_control camd control camd_control camd control
camd_item_cccam_hint CCCam - Softcam
camd_item_cccam_name cccam
camd_item_cs2gbox_hint cs2gbox - Newcamd bridge camd_item_cs2gbox_hint cs2gbox - Newcamd bridge
camd_item_cs2gbox_name cs2gbox camd_item_cs2gbox_name cs2gbox
camd_item_doscam_hint DOSCam - Softcam and emulator camd_item_doscam_hint DOSCam - Softcam and emulator

View File

@@ -147,6 +147,7 @@ camds_data_t camds_data[]=
{LOCALE_CAMD_ITEM_NCAM_NAME, LOCALE_CAMD_ITEM_NCAM_HINT, "NCAM", "ncam", 0, 0}, {LOCALE_CAMD_ITEM_NCAM_NAME, LOCALE_CAMD_ITEM_NCAM_HINT, "NCAM", "ncam", 0, 0},
{LOCALE_CAMD_ITEM_OSCAM_NAME, LOCALE_CAMD_ITEM_OSCAM_HINT, "OSCAM", "oscam", 0, 0}, {LOCALE_CAMD_ITEM_OSCAM_NAME, LOCALE_CAMD_ITEM_OSCAM_HINT, "OSCAM", "oscam", 0, 0},
{LOCALE_CAMD_ITEM_OSEMU_NAME, LOCALE_CAMD_ITEM_OSEMU_HINT, "OSEMU", "osemu", 0, 0}, {LOCALE_CAMD_ITEM_OSEMU_NAME, LOCALE_CAMD_ITEM_OSEMU_HINT, "OSEMU", "osemu", 0, 0},
{LOCALE_CAMD_ITEM_CCCAM_NAME, LOCALE_CAMD_ITEM_CCCAM_HINT, "CCCAM", "cccam", 0, 0},
{LOCALE_CAMD_ITEM_NEWCS_NAME, LOCALE_CAMD_ITEM_NEWCS_HINT, "NEWCS", "newcs", 0, 0}, {LOCALE_CAMD_ITEM_NEWCS_NAME, LOCALE_CAMD_ITEM_NEWCS_HINT, "NEWCS", "newcs", 0, 0},
{LOCALE_CAMD_ITEM_GBOX_NAME, LOCALE_CAMD_ITEM_GBOX_HINT, "GBOX.NET", "gbox", 0, 0}, {LOCALE_CAMD_ITEM_GBOX_NAME, LOCALE_CAMD_ITEM_GBOX_HINT, "GBOX.NET", "gbox", 0, 0},
{LOCALE_CAMD_ITEM_CS2GBOX_NAME, LOCALE_CAMD_ITEM_CS2GBOX_HINT, "CS2GBOX", "cs2gbox", 0, 0} {LOCALE_CAMD_ITEM_CS2GBOX_NAME, LOCALE_CAMD_ITEM_CS2GBOX_HINT, "CS2GBOX", "cs2gbox", 0, 0}

View File

@@ -274,6 +274,8 @@ typedef enum
LOCALE_CA_INIT_2, LOCALE_CA_INIT_2,
LOCALE_CABLESETUP_PROVIDER, LOCALE_CABLESETUP_PROVIDER,
LOCALE_CAMD_CONTROL, LOCALE_CAMD_CONTROL,
LOCALE_CAMD_ITEM_CCCAM_HINT,
LOCALE_CAMD_ITEM_CCCAM_NAME,
LOCALE_CAMD_ITEM_CS2GBOX_HINT, LOCALE_CAMD_ITEM_CS2GBOX_HINT,
LOCALE_CAMD_ITEM_CS2GBOX_NAME, LOCALE_CAMD_ITEM_CS2GBOX_NAME,
LOCALE_CAMD_ITEM_DOSCAM_HINT, LOCALE_CAMD_ITEM_DOSCAM_HINT,

View File

@@ -274,6 +274,8 @@ const char * locale_real_names[] =
"ca_init_2", "ca_init_2",
"cablesetup.provider", "cablesetup.provider",
"camd_control", "camd_control",
"camd_item_cccam_hint",
"camd_item_cccam_name",
"camd_item_cs2gbox_hint", "camd_item_cs2gbox_hint",
"camd_item_cs2gbox_name", "camd_item_cs2gbox_name",
"camd_item_doscam_hint", "camd_item_doscam_hint",

View File

@@ -179,6 +179,7 @@ bool CFlagFileNotifier::changeNotify(const neutrino_locale_t, void * data)
strstr(filename, "doscam") || strstr(filename, "doscam") ||
strstr(filename, "ncam") || strstr(filename, "ncam") ||
strstr(filename, "oscam") || strstr(filename, "oscam") ||
strstr(filename, "cccam") ||
strstr(filename, "cs2gbox") || strstr(filename, "cs2gbox") ||
strstr(filename, "gbox")) strstr(filename, "gbox"))
{ {
@@ -227,6 +228,7 @@ bool CFlagFileNotifier::changeNotify(const neutrino_locale_t, void * data)
strstr(filename, "doscam") || strstr(filename, "doscam") ||
strstr(filename, "ncam") || strstr(filename, "ncam") ||
strstr(filename, "oscam") || strstr(filename, "oscam") ||
strstr(filename, "cccam") ||
strstr(filename, "cs2gbox") || strstr(filename, "cs2gbox") ||
strstr(filename, "gbox")) strstr(filename, "gbox"))
{ {