[LON-CAPA-cvs] cvs: doc /install/linux install.pl

raeburn raeburn at source.lon-capa.org
Tue Feb 19 14:22:37 EST 2019


raeburn		Tue Feb 19 19:22:37 2019 EDT

  Modified files:              
    /doc/install/linux	install.pl 
  Log:
  - Standard indent is 4 spaces.
  
  
Index: doc/install/linux/install.pl
diff -u doc/install/linux/install.pl:1.51 doc/install/linux/install.pl:1.52
--- doc/install/linux/install.pl:1.51	Tue Feb 19 19:14:54 2019
+++ doc/install/linux/install.pl	Tue Feb 19 19:22:36 2019
@@ -77,7 +77,7 @@
           &mt('Stopping execution.')."\n";
     exit;
 } else {
-    print LOG '$Id: install.pl,v 1.51 2019/02/19 19:14:54 raeburn Exp $'."\n";
+    print LOG '$Id: install.pl,v 1.52 2019/02/19 19:22:36 raeburn Exp $'."\n";
 }
 
 #
@@ -2386,9 +2386,9 @@
     if ($usesauth) {
         @mysql_commands = ("INSERT user (Host, User, ssl_cipher, x509_issuer, x509_subject, authentication_string) VALUES('localhost','www','','','','')");
         if ($is_mariadb) {
-             push(@mysql_commands,"ALTER USER 'www'\@'localhost' IDENTIFIED BY 'localhostkey'");
+            push(@mysql_commands,"ALTER USER 'www'\@'localhost' IDENTIFIED BY 'localhostkey'");
         } else {
-             push(@mysql_commands,"ALTER USER 'www'\@'localhost' IDENTIFIED WITH mysql_native_password BY 'localhostkey'");
+            push(@mysql_commands,"ALTER USER 'www'\@'localhost' IDENTIFIED WITH mysql_native_password BY 'localhostkey'");
         }
     } elsif ($hasauthcol) {
         @mysql_commands = ("INSERT user (Host, User, Password, ssl_cipher, x509_issuer, x509_subject, authentication_string) VALUES('localhost','www',password('localhostkey'),'','','','');");




More information about the LON-CAPA-cvs mailing list