Return to parse.pl CVS log | Up to [LON-CAPA] / loncom / build |
version 1.25, 2001/01/18 15:13:09 | version 1.27, 2001/01/23 16:26:38 |
---|---|
Line 179 ALL: ALL | Line 179 ALL: ALL |
END | END |
close OUT; | close OUT; |
`install -o 500 -g 500 -m 0700 -d BinaryRoot/home/www`; | |
open OUT,">>setup_file_list.txt"; | |
print OUT "BinaryRoot/home/www\n"; | |
close OUT; | |
`install -d BinaryRoot/etc/pam.d`; | `install -d BinaryRoot/etc/pam.d`; |
open OUT,">>setup_file_list.txt"; | open OUT,">>setup_file_list.txt"; |
print OUT "BinaryRoot/etc/pam.d/passwd\n"; | print OUT "BinaryRoot/etc/pam.d/passwd\n"; |