#!/usr/bin/perl # The LearningOnline Network with CAPA # setup_rpm_binaryroot.pl - script to generate files to make LON-CAPA-setup rpm # # $Id: setup_rpm_binaryroot.pl,v 1.2 2002/01/09 23:14:22 harris41 Exp $ # # Written by Scott Harrison, harris41@msu.edu # # Copyright Michigan State University Board of Trustees # # This file is part of the LearningOnline Network with CAPA (LON-CAPA). # # LON-CAPA is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # LON-CAPA is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with LON-CAPA; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # http://www.lon-capa.org/ # # YEAR=2002 # 1/9 - Scott Harrison # ### `install -d SetupBinaryRoot`; `install -d SetupBinaryRoot/etc`; # /etc/passwd open OUT,">SetupBinaryRoot/etc/passwd"; print OUT<SetupBinaryRoot/etc/group"; print OUT<SetupBinaryRoot/etc/hosts.deny"; print OUT<SetupBinaryRoot/etc/pam.d/passwd"; print OUT<SetupBinaryRoot/etc/pam.d/login"; print OUT<