File:  [LON-CAPA] / loncom / build / Attic / postinstall.pl
Revision 1.1: download - view: text, annotated - select for diffs
Fri Nov 17 22:33:35 2000 UTC (23 years, 8 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
a script to run after installing the current version of a LON-CAPA cd

    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>