/[smecontribs]/rpms/smeserver-phpvirtualbox/contribs10/smeserver-phpvirtualbox-5.2.1-move_vbox_dir.patch
ViewVC logotype

Annotation of /rpms/smeserver-phpvirtualbox/contribs10/smeserver-phpvirtualbox-5.2.1-move_vbox_dir.patch

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


Revision 1.1 - (hide annotations) (download)
Wed Oct 19 02:13:57 2022 UTC (19 months, 3 weeks ago) by trevorb
Branch: MAIN
CVS Tags: smeserver-phpvirtualbox-5_2_1-4_el7_sme, smeserver-phpvirtualbox-5_2_1-2_el7_sme, smeserver-phpvirtualbox-5_2_1-5_el7_sme, smeserver-phpvirtualbox-5_2_1-3_el7_sme, HEAD
move vbox dir

1 trevorb 1.1 diff -urN smeserver-phpvirtualbox-5.2.1.old/root/etc/e-smith/db/accounts/defaults/phpvirtualbox/type smeserver-phpvirtualbox-5.2.1/root/etc/e-smith/db/accounts/defaults/phpvirtualbox/type
2     --- smeserver-phpvirtualbox-5.2.1.old/root/etc/e-smith/db/accounts/defaults/phpvirtualbox/type 2015-08-08 21:37:59.000000000 +1000
3     +++ smeserver-phpvirtualbox-5.2.1/root/etc/e-smith/db/accounts/defaults/phpvirtualbox/type 2022-10-19 10:27:08.000000000 +1100
4     @@ -1 +1 @@
5     -reserved
6     +url
7     diff -urN smeserver-phpvirtualbox-5.2.1.old/root/etc/e-smith/templates/opt/phpvirtualbox/config.php/config.php smeserver-phpvirtualbox-5.2.1/root/etc/e-smith/templates/opt/phpvirtualbox/config.php/config.php
8     --- smeserver-phpvirtualbox-5.2.1.old/root/etc/e-smith/templates/opt/phpvirtualbox/config.php/config.php 2022-10-18 14:45:32.000000000 +1100
9     +++ smeserver-phpvirtualbox-5.2.1/root/etc/e-smith/templates/opt/phpvirtualbox/config.php/config.php 2022-10-19 10:42:01.000000000 +1100
10     @@ -1,7 +1,7 @@
11     {
12     use esmith::AccountsDB;
13     my $adb = esmith::AccountsDB->open_ro or die "Couldn't open Accounst DB\n";
14     - my $passwd = do{local(@ARGV,$/)="/home/e-smith/files/users/vbox/.virtualbox/vbox.passwd";<>} or die "vbox credentials NOT found\n";
15     + my $passwd = do{local(@ARGV,$/)="/home/vbox/.virtualbox/vbox.passwd";<>} or die "vbox credentials NOT found\n";
16    
17     $OUT .=<<_PARMS;
18    

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