mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
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:
@@ -4,6 +4,7 @@ install_DATA = \
|
||||
biss_green.png \
|
||||
biss_white.png \
|
||||
biss_yellow.png \
|
||||
cccam_green.png \
|
||||
ci+_green.png \
|
||||
ci+_grey.png \
|
||||
conax_green.png \
|
||||
|
BIN
data/icons/status/ca/cccam_green.png
Normal file
BIN
data/icons/status/ca/cccam_green.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 304 B |
@@ -247,6 +247,8 @@ ca_init_1 CI-Modul
|
||||
ca_init_2 Conax-Karte und CI-Modul
|
||||
cablesetup.provider Kabelanbieter
|
||||
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_name cs2gbox
|
||||
camd_item_doscam_hint DOSCam - Softcam und Emulator
|
||||
|
@@ -247,6 +247,8 @@ ca_init_1 CI module
|
||||
ca_init_2 Conax-Card and CI module
|
||||
cablesetup.provider cable provider
|
||||
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_name cs2gbox
|
||||
camd_item_doscam_hint DOSCam - Softcam and emulator
|
||||
|
@@ -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_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_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_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}
|
||||
|
@@ -274,6 +274,8 @@ typedef enum
|
||||
LOCALE_CA_INIT_2,
|
||||
LOCALE_CABLESETUP_PROVIDER,
|
||||
LOCALE_CAMD_CONTROL,
|
||||
LOCALE_CAMD_ITEM_CCCAM_HINT,
|
||||
LOCALE_CAMD_ITEM_CCCAM_NAME,
|
||||
LOCALE_CAMD_ITEM_CS2GBOX_HINT,
|
||||
LOCALE_CAMD_ITEM_CS2GBOX_NAME,
|
||||
LOCALE_CAMD_ITEM_DOSCAM_HINT,
|
||||
|
@@ -274,6 +274,8 @@ const char * locale_real_names[] =
|
||||
"ca_init_2",
|
||||
"cablesetup.provider",
|
||||
"camd_control",
|
||||
"camd_item_cccam_hint",
|
||||
"camd_item_cccam_name",
|
||||
"camd_item_cs2gbox_hint",
|
||||
"camd_item_cs2gbox_name",
|
||||
"camd_item_doscam_hint",
|
||||
|
@@ -179,6 +179,7 @@ bool CFlagFileNotifier::changeNotify(const neutrino_locale_t, void * data)
|
||||
strstr(filename, "doscam") ||
|
||||
strstr(filename, "ncam") ||
|
||||
strstr(filename, "oscam") ||
|
||||
strstr(filename, "cccam") ||
|
||||
strstr(filename, "cs2gbox") ||
|
||||
strstr(filename, "gbox"))
|
||||
{
|
||||
@@ -227,6 +228,7 @@ bool CFlagFileNotifier::changeNotify(const neutrino_locale_t, void * data)
|
||||
strstr(filename, "doscam") ||
|
||||
strstr(filename, "ncam") ||
|
||||
strstr(filename, "oscam") ||
|
||||
strstr(filename, "cccam") ||
|
||||
strstr(filename, "cs2gbox") ||
|
||||
strstr(filename, "gbox"))
|
||||
{
|
||||
|
Reference in New Issue
Block a user