From: Paul B. S. <pa...@us...> - 2001-10-03 20:16:09
|
Update of /cvsroot/linux-atm/linux-atm/src/config In directory usw-pr-cvs1:/tmp/cvs-serv28180/src/config Added Files: Tag: V2_4_0 hosts.atm Makefile.am Log Message: Add sample hosts.atm file and also add John Strange's startup scripts for RedHat... --- NEW FILE: hosts.atm --- # # hosts.atm - Example # # ## 47.0005.80FFE1000000F21A26D8.0020ea001146.00 lrcpcs-a.epfl.ch lrcpcs-a --- NEW FILE: Makefile.am --- SUBDIRS = init-redhat EXTRA_DIST = hosts.atm install-exec-local: -cp hosts.atm /etc uninstall-local: -rm /etc/hosts.atm |