/[smecontribs]/rpms/smeserver-cacti/contribs10/smeserver-cacti-1.1.19-sme10.patch
ViewVC logotype

Diff of /rpms/smeserver-cacti/contribs10/smeserver-cacti-1.1.19-sme10.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.16 by jpp, Thu Jul 28 04:06:13 2022 UTC Revision 1.17 by jpp, Thu Jul 28 04:20:19 2022 UTC
# Line 585  diff -Nur --no-dereference smeserver-cac Line 585  diff -Nur --no-dereference smeserver-cac
585  +cd /usr/share/cacti/cli  +cd /usr/share/cacti/cli
586  +  +
587  +#install, we put away, it seems that inside the event it just do not work  +#install, we put away, it seems that inside the event it just do not work
588  +/usr/bin/php74 install_cacti.php  --accept-eula --install  --path=php_binary:/usr/bin/php74 &  +/usr/bin/php74 install_cacti.php  --accept-eula --install   &
589  +pids=$! ; wait $pid;  +pids=$! ; wait $pid;
590  +  +
591  +  +
# Line 599  diff -Nur --no-dereference smeserver-cac Line 599  diff -Nur --no-dereference smeserver-cac
599  diff -Nur --no-dereference smeserver-cacti-1.1.19.old/root/etc/e-smith/events/actions/cacti-ldap smeserver-cacti-1.1.19/root/etc/e-smith/events/actions/cacti-ldap  diff -Nur --no-dereference smeserver-cacti-1.1.19.old/root/etc/e-smith/events/actions/cacti-ldap smeserver-cacti-1.1.19/root/etc/e-smith/events/actions/cacti-ldap
600  --- smeserver-cacti-1.1.19.old/root/etc/e-smith/events/actions/cacti-ldap       2022-07-27 22:43:12.847000000 -0400  --- smeserver-cacti-1.1.19.old/root/etc/e-smith/events/actions/cacti-ldap       2022-07-27 22:43:12.847000000 -0400
601  +++ smeserver-cacti-1.1.19/root/etc/e-smith/events/actions/cacti-ldap   2022-07-27 23:58:46.807000000 -0400  +++ smeserver-cacti-1.1.19/root/etc/e-smith/events/actions/cacti-ldap   2022-07-27 23:58:46.807000000 -0400
602  @@ -19,24 +19,25 @@  @@ -19,24 +19,26 @@
603   #ldap_group_require    'on' or ''   #ldap_group_require    'on' or ''
604   # then set our admin password   # then set our admin password
605   /usr/bin/mysql <<EOF   /usr/bin/mysql <<EOF
# Line 636  diff -Nur --no-dereference smeserver-cac Line 636  diff -Nur --no-dereference smeserver-cac
636  +REPLACE INTO ${db}.settings VALUES ('auth_method','3') ;  +REPLACE INTO ${db}.settings VALUES ('auth_method','3') ;
637  +REPLACE INTO ${db}.settings VALUES ('cn_full_name','cn') ;  +REPLACE INTO ${db}.settings VALUES ('cn_full_name','cn') ;
638  +REPLACE INTO ${db}.settings VALUES ('cn_email','mail') ;  +REPLACE INTO ${db}.settings VALUES ('cn_email','mail') ;
639    +REPLACE INTO ${db}.settings VALUES ('path_php_binary','/usr/bin/php74') ;
640    
641  +REPLACE INTO ${db}.settings VALUES ('user_template','3');  +REPLACE INTO ${db}.settings VALUES ('user_template','3');
642    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed