* 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 $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
|
||||
# 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_PANELTABLE_panel_action_was_successful' => 'PANELTABLE panel action was successful',
|
||||
'usp_Choose_a_user' => 'Choose a user',
|
||||
'usp_><%=l('Panel' => '><%=l('panel',
|
||||
'usp_Description' => 'Description',
|
||||
'usp_Select' => 'Select',
|
||||
'usp_Save' => 'Save',
|
||||
|
@ -6,7 +6,7 @@ Summary: Panels to let users to change server settings.
|
||||
%define name smeserver-userpanels
|
||||
Name: %{name}
|
||||
%define version 11.0.0
|
||||
%define release 1
|
||||
%define release 2
|
||||
Version: %{version}
|
||||
Release: %{release}%{?dist}
|
||||
License: GNU GPL version 2
|
||||
@ -26,6 +26,10 @@ Change password,Forward mail, Backup users home directory,
|
||||
Delegate creation of users with restrictions.
|
||||
|
||||
%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
|
||||
- Add SM2 panel
|
||||
|
||||
@ -227,6 +231,7 @@ fi
|
||||
if [ -d /etc/e-smith/events/conf-userpanel ] ; then
|
||||
/sbin/e-smith/signal-event conf-userpanel
|
||||
fi
|
||||
/usr/sbin/e-smith/signal-event smanager-refresh
|
||||
|
||||
%postun
|
||||
#uninstall
|
||||
|
Loading…
x
Reference in New Issue
Block a user