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