[LON-CAPA-cvs] cvs: doc /loncapafiles chkconfig.piml modify_config_files.piml ntpcheck.piml picins_check.piml rpmcheck.piml wrap_setuid.piml

raeburn raeburn at source.lon-capa.org
Mon Jul 22 18:14:22 EDT 2013


raeburn		Mon Jul 22 22:14:22 2013 EDT

  Modified files:              
    /doc/loncapafiles	chkconfig.piml modify_config_files.piml 
                     	ntpcheck.piml picins_check.piml rpmcheck.piml 
                     	wrap_setuid.piml 
  Log:
  - Support Fedora 19.
  
  
Index: doc/loncapafiles/chkconfig.piml
diff -u doc/loncapafiles/chkconfig.piml:1.26 doc/loncapafiles/chkconfig.piml:1.27
--- doc/loncapafiles/chkconfig.piml:1.26	Thu Apr  4 15:06:39 2013
+++ doc/loncapafiles/chkconfig.piml	Mon Jul 22 22:14:22 2013
@@ -3,7 +3,7 @@
 <!-- checkconfig.piml -->
 <!-- Matthew Hall -->
 
-<!-- $Id: chkconfig.piml,v 1.26 2013/04/04 15:06:39 raeburn Exp $ -->
+<!-- $Id: chkconfig.piml,v 1.27 2013/07/22 22:14:22 raeburn Exp $ -->
 
 <!--
 
@@ -55,8 +55,9 @@
     $webserver = 'apache2';
 }
 if (('<DIST />' eq 'fedora16') || ('<DIST />' eq 'fedora17') || 
-    ('<DIST />' eq 'fedora18') || ('<DIST />' eq 'suse12.1') ||
-    ('<DIST />' eq 'suse12.2') || ('<DIST />' eq 'suse12.3')) {
+    ('<DIST />' eq 'fedora18') || ('<DIST />' eq 'fedora19') ||
+    ('<DIST />' eq 'suse12.1') || ('<DIST />' eq 'suse12.2') ||
+    ('<DIST />' eq 'suse12.3')) {
     $use_systemctl = 1;
 }
 exit if (! -x $checker_bin);
Index: doc/loncapafiles/modify_config_files.piml
diff -u doc/loncapafiles/modify_config_files.piml:1.22 doc/loncapafiles/modify_config_files.piml:1.23
--- doc/loncapafiles/modify_config_files.piml:1.22	Thu Apr  4 15:06:39 2013
+++ doc/loncapafiles/modify_config_files.piml	Mon Jul 22 22:14:22 2013
@@ -3,7 +3,7 @@
 <!-- modify_config_files.piml -->
 <!-- Matthew Hall -->
 
-<!-- $Id: modify_config_files.piml,v 1.22 2013/04/04 15:06:39 raeburn Exp $ -->
+<!-- $Id: modify_config_files.piml,v 1.23 2013/07/22 22:14:22 raeburn Exp $ -->
 
 <!--
 
@@ -46,7 +46,7 @@
     $configfiles = 'Apt and MySQL';
     $mysqlcmd = '/etc/init.d/mysql restart';
 } elsif (('<DIST />' eq 'fedora16') || ('<DIST />' eq 'fedora17') ||
-         ('<DIST />' eq 'fedora18')) {
+         ('<DIST />' eq 'fedora18') || ('<DIST />' eq 'fedora19')) {
     $mysqlcmd = '/bin/systemctl restart mysqld.service';  
 }
 
Index: doc/loncapafiles/ntpcheck.piml
diff -u doc/loncapafiles/ntpcheck.piml:1.18 doc/loncapafiles/ntpcheck.piml:1.19
--- doc/loncapafiles/ntpcheck.piml:1.18	Sun Jan  6 23:10:50 2013
+++ doc/loncapafiles/ntpcheck.piml	Mon Jul 22 22:14:22 2013
@@ -3,7 +3,7 @@
 <!-- ntpcheck.piml -->
 <!-- Matthew Hall -->
 
-<!-- $Id: ntpcheck.piml,v 1.18 2013/01/06 23:10:50 raeburn Exp $ -->
+<!-- $Id: ntpcheck.piml,v 1.19 2013/07/22 22:14:22 raeburn Exp $ -->
 
 <!--
 
@@ -42,7 +42,8 @@
 my $startntpcmd;
 my $is_running;
 if (('<DIST />' eq 'fedora15') || ('<DIST />' eq 'fedora16') || 
-    ('<DIST />' eq 'fedora17') || ('<DIST />' eq 'fedora18')) {
+    ('<DIST />' eq 'fedora17') || ('<DIST />' eq 'fedora18') ||
+    ('<DIST />' eq 'fedora19')) {
     $NTPD = 'ntpd';
     $startntpcmd = 'systemctl start ntpd.service';
     if (!-e '/usr/sbin/ntpd') {
@@ -83,7 +84,8 @@
     $checking_bin = '/sbin/chkconfig';
 }
 if (('<DIST />' eq 'fedora15') || ('<DIST />' eq 'fedora16') || 
-    ('<DIST />' eq 'fedora17') || ('<DIST />' eq 'fedora18')) {
+    ('<DIST />' eq 'fedora17') || ('<DIST />' eq 'fedora18') ||
+    ('<DIST />' eq 'fedora19')) {
     if (!-l "/etc/systemd/system/multi-user.target.wants/ntpd.service") {  
         print "**** WARNING: ntpd is not configured to run at boot.  To correct this run:\nsystemctl enable ntpd.service\n";
     }
Index: doc/loncapafiles/picins_check.piml
diff -u doc/loncapafiles/picins_check.piml:1.20 doc/loncapafiles/picins_check.piml:1.21
--- doc/loncapafiles/picins_check.piml:1.20	Thu Apr  4 15:06:40 2013
+++ doc/loncapafiles/picins_check.piml	Mon Jul 22 22:14:22 2013
@@ -3,7 +3,7 @@
 <!-- picins_check.piml -->
 <!-- Stuart Raeburn -->
 
-<!-- $Id: picins_check.piml,v 1.20 2013/04/04 15:06:40 raeburn Exp $ -->
+<!-- $Id: picins_check.piml,v 1.21 2013/07/22 22:14:22 raeburn Exp $ -->
 
 <!--
 
@@ -32,7 +32,7 @@
 <piml>
 <files>
 <file>
-<perlscript mode="fg" dist="fedora9 fedora10 fedora11 fedora12 fedora13 fedora14 fedora15 fedora16 fedora17 fedora18 rhes6 scientific6 centos6 sles11 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2 suse12.3 debian5 debian6 ubuntu8 ubuntu10 ubuntu12">
+<perlscript mode="fg" dist="fedora9 fedora10 fedora11 fedora12 fedora13 fedora14 fedora15 fedora16 fedora17 fedora18 fedora19 rhes6 scientific6 centos6 sles11 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2 suse12.3 debian5 debian6 ubuntu8 ubuntu10 ubuntu12">
     my $picinspath = '/usr/share/texmf/tex/latex/picins'; 
     my $file = 'picins.sty';
     if (!-e "$picinspath/$file") {
Index: doc/loncapafiles/rpmcheck.piml
diff -u doc/loncapafiles/rpmcheck.piml:1.30 doc/loncapafiles/rpmcheck.piml:1.31
--- doc/loncapafiles/rpmcheck.piml:1.30	Fri Apr  5 14:33:38 2013
+++ doc/loncapafiles/rpmcheck.piml	Mon Jul 22 22:14:22 2013
@@ -3,7 +3,7 @@
 <!-- phpcheck.piml -->
 <!-- Matthew Hall -->
 
-<!-- $Id: rpmcheck.piml,v 1.30 2013/04/05 14:33:38 raeburn Exp $ -->
+<!-- $Id: rpmcheck.piml,v 1.31 2013/07/22 22:14:22 raeburn Exp $ -->
 
 <!--
 
@@ -81,7 +81,7 @@
     }
 }
 </perlscript>
-<perlscript dist="fedora1 fedora2 fedora3 fedora4 fedora5 fedora6 fedora7 fedora8 fedora9 fedora10 fedora11 fedora12 fedora13 fedora14 fedora15 fedora16 fedora17 fedora18 rhes5 rhes6 centos5 scientific5 scientific6 centos6 suse9.2 suse9.3 suse10.1 suse10.2 suse10.3 sles9 sles10 sles11 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2 suse12.3" mode="fg">
+<perlscript dist="fedora1 fedora2 fedora3 fedora4 fedora5 fedora6 fedora7 fedora8 fedora9 fedora10 fedora11 fedora12 fedora13 fedora14 fedora15 fedora16 fedora17 fedora18 fedora19 rhes5 rhes6 centos5 scientific5 scientific6 centos6 suse9.2 suse9.3 suse10.1 suse10.2 suse10.3 sles9 sles10 sles11 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2 suse12.3" mode="fg">
 my $hasprereqs = 0;
 if (open(PIPE,"rpm -q LONCAPA-prerequisites|")) {
     my @lines = (<PIPE>);
Index: doc/loncapafiles/wrap_setuid.piml
diff -u doc/loncapafiles/wrap_setuid.piml:1.21 doc/loncapafiles/wrap_setuid.piml:1.22
--- doc/loncapafiles/wrap_setuid.piml:1.21	Thu Apr  4 15:06:40 2013
+++ doc/loncapafiles/wrap_setuid.piml	Mon Jul 22 22:14:22 2013
@@ -3,7 +3,7 @@
 <!-- wrap_setuid.piml -->
 <!-- Guy Albertelli -->
 
-<!-- $Id: wrap_setuid.piml,v 1.21 2013/04/04 15:06:40 raeburn Exp $ -->
+<!-- $Id: wrap_setuid.piml,v 1.22 2013/07/22 22:14:22 raeburn Exp $ -->
 
 <!--
 
@@ -37,7 +37,7 @@
 <perlscript mode="fg" dist="default">
 #print("Not wrapping setuid scripts\n");
 </perlscript>
-<perlscript mode="fg" dist="suse9.2 suse9.3 sles9 sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2 suse12.3 fedora14 fedora15 fedora16 fedora17 fedora18 ubuntu12">
+<perlscript mode="fg" dist="suse9.2 suse9.3 sles9 sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2 suse12.3 fedora14 fedora15 fedora16 fedora17 fedora18 fedora19 ubuntu12">
 
 $fslist='<TARGET />';
 open(FIND,  "find <TARGET /> -xdev -type f \\( -perm -04000 -o -perm -02000 \\) -print|");




More information about the LON-CAPA-cvs mailing list