Annotation of loncom/build/postinstall.pl, revision 1.1
1.1 ! harris41 1: #!/usr/bin/perl
! 2:
! 3: # A post-installation script
! 4: # to finalize a LON-CAPA
! 5: # installation.
! 6:
! 7: # get wget
! 8: # download SupplementalRPMS
! 9: # download remove_extra.sh
! 10: # download FinalRPMS
! 11: # allow entry of new access.conf parameters
! 12: # unshadow passwords
! 13: # create mime.types link
! 14: # restart network and inet services
! 15: # restart httpd
! 16: # restart loncontrol
! 17: # set /etc/hosts.deny to be ALL: ALL
! 18: # warn about /etc/hosts.allow
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>