Annotation of doc/loncapafiles/sendmail_fix.piml, revision 1.3

1.1       harris41    1: <!DOCTYPE piml PUBLIC "-//TUX/DTD piml 1.0 Final//EN" 
                      2: 	"http://lpml.sourceforge.net/DTD/piml.dtd">
                      3: <!-- sendmail_fix.piml -->
                      4: 
1.3     ! matthew     5: <!-- $Id: sendmail_fix.piml,v 1.2 2003/02/03 18:03:51 harris41 Exp $ -->
1.1       harris41    6: 
                      7: <!--
                      8: 
                      9: Copyright Michigan State University Board of Trustees
                     10: 
                     11: This file is part of the LearningOnline Network with CAPA (LON-CAPA).
                     12: 
                     13: LON-CAPA is free software; you can redistribute it and/or modify
                     14: it under the terms of the GNU General Public License as published by
                     15: the Free Software Foundation; either version 2 of the License, or
                     16: (at your option) any later version.
                     17: 
                     18: LON-CAPA is distributed in the hope that it will be useful,
                     19: but WITHOUT ANY WARRANTY; without even the implied warranty of
                     20: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
                     21: GNU General Public License for more details.
                     22: 
                     23: You should have received a copy of the GNU General Public License
                     24: along with LON-CAPA; if not, write to the Free Software
                     25: Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
                     26: 
                     27: /home/httpd/html/adm/gpl.txt
                     28: 
                     29: http://www.lon-capa.org/
                     30: 
                     31: -->
                     32: 
                     33: <!-- Default values must be defined before specific values. -->
                     34: <!-- If no 'dist' attribute is specified, then it is always installed. -->
                     35: <!-- If 'dist' attribute is set to  'default', then the specification. -->
                     36: <!-- is accepted if an alternative distribution is not requested or not -->
                     37: <!-- defined. -->
                     38: 
                     39: <piml>
                     40: <targetroot>/</targetroot>
                     41: <specialnotices>
                     42: <specialnotice>
                     43: </specialnotice>
                     44: </specialnotices>
                     45: <files>
                     46: <file>
                     47: <target dist='default'>/</target>
                     48: <note>Unless we remove group ownership from root directory, sendmail complains.
                     49: </note>
                     50: <perlscript mode='fg'>
                     51: # Generated from doc/loncapafiles/sendmail_fix.piml
                     52: unless (-e "<TARGET />") {
1.3     ! matthew    53:   print('**** ERROR! Where is the root directory on this strange filesystem!');
1.1       harris41   54:   exit(1);
                     55: }
                     56: else {
                     57:   `chmod g-w,u+w <TARGET />`;
                     58: }
                     59: </perlscript>
                     60: </file>
                     61: </files>
                     62: </piml>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>