* Wed Apr 30 2025 Brian Read <brianr@koozali.org> 11.0.0-2.sme
- Add signal-event smanager-refreshg in spec file [SME: 12992] - And fix up initial panel and lex file
This commit is contained in:
parent
99f466f10b
commit
eca74bb2c1
@ -76,7 +76,7 @@ sub main {
|
|||||||
my $title = $c->l('usp_User_panel_access_');
|
my $title = $c->l('usp_User_panel_access_');
|
||||||
my $modul = '';
|
my $modul = '';
|
||||||
|
|
||||||
$usp_data{'trt'} = 'PANELTABLE'; #'USERTABLE';
|
$usp_data{'trt'} = 'USERTABLE';
|
||||||
|
|
||||||
#Load any DB entries into the <prefix>_data area so as they are preset in the form
|
#Load any DB entries into the <prefix>_data area so as they are preset in the form
|
||||||
# which DB - this only really works if the initial panel is a PARAMS type panel and not a TABLE
|
# which DB - this only really works if the initial panel is a PARAMS type panel and not a TABLE
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
'usp_Account' => 'Account',
|
'usp_Account' => 'Account',
|
||||||
'usp_PANELTABLE_panel_action_was_successful' => 'PANELTABLE panel action was successful',
|
'usp_PANELTABLE_panel_action_was_successful' => 'PANELTABLE panel action was successful',
|
||||||
'usp_Choose_a_user' => 'Choose a user',
|
'usp_Choose_a_user' => 'Choose a user',
|
||||||
'usp_><%=l('Panel' => '><%=l('panel',
|
|
||||||
'usp_Description' => 'Description',
|
'usp_Description' => 'Description',
|
||||||
'usp_Select' => 'Select',
|
'usp_Select' => 'Select',
|
||||||
'usp_Save' => 'Save',
|
'usp_Save' => 'Save',
|
||||||
|
@ -6,7 +6,7 @@ Summary: Panels to let users to change server settings.
|
|||||||
%define name smeserver-userpanels
|
%define name smeserver-userpanels
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
%define version 11.0.0
|
%define version 11.0.0
|
||||||
%define release 1
|
%define release 2
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}%{?dist}
|
Release: %{release}%{?dist}
|
||||||
License: GNU GPL version 2
|
License: GNU GPL version 2
|
||||||
@ -26,6 +26,10 @@ Change password,Forward mail, Backup users home directory,
|
|||||||
Delegate creation of users with restrictions.
|
Delegate creation of users with restrictions.
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 30 2025 Brian Read <brianr@koozali.org> 11.0.0-2.sme
|
||||||
|
- Add signal-event smanager-refreshg in spec file [SME: 12992]
|
||||||
|
- And fix up initial panel and lex file
|
||||||
|
|
||||||
* Wed Apr 23 2025 Brian Read <brianr@koozali.org> 11.0.0-1.sme
|
* Wed Apr 23 2025 Brian Read <brianr@koozali.org> 11.0.0-1.sme
|
||||||
- Add SM2 panel
|
- Add SM2 panel
|
||||||
|
|
||||||
@ -227,6 +231,7 @@ fi
|
|||||||
if [ -d /etc/e-smith/events/conf-userpanel ] ; then
|
if [ -d /etc/e-smith/events/conf-userpanel ] ; then
|
||||||
/sbin/e-smith/signal-event conf-userpanel
|
/sbin/e-smith/signal-event conf-userpanel
|
||||||
fi
|
fi
|
||||||
|
/usr/sbin/e-smith/signal-event smanager-refresh
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
#uninstall
|
#uninstall
|
||||||
|
Loading…
x
Reference in New Issue
Block a user